RGB
102, 0, 51
HSL
330°, 100%, 20%
CMYK
0, 100, 50, 60
HSV
330°, 100%, 40%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #660033 |
color: #660033;
|
| RGB | 102, 0, 51 |
color: rgb(102, 0, 51);
|
| RGB Percentage | 40%, 0%, 20% |
color: rgb(40%, 0%, 20%);
|
| CMYK | 0%, 100%, 50%, 60% | Not supported in CSS |
| HSL | 330°, 100%, 20% |
color: hsl(330, 100%, 20%);
|
| HSV | 330°, 100%, 40% | Not supported in CSS |
| CIE-LAB | 16, 20, -17 |
color: lab(16% 20 -17);
|
| Decimal | 6684723 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.burgundy {
color: #660033;
}
SCSS
$burgundy: #660033;
RGB
rgb(102, 0, 51)
Accessibility & Contrast
White background
13.02:1
13.02
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
1.61:1
1.61
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element