Shades of Burgundy #66020D
Tints of Burgundy #66020D
RGB
CMYK
RGB Variations
Color information
#66020D (or 0x66020D) is known color: Burgundy. HEX triplet: 66, 02 and 0D. RGB value is (102,2,13). Sum of RGB (Red+Green+Blue) = 102+2+13=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #66020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66020D is #99FDF2. Grayscale: #212121. Windows color (decimal): -10092019 or 852582. OLE color: 852582.
HSL color Cylindrical-coordinate representation of color #66020D: hue angle of 353.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66020D is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 13 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.6 |
| HSL | 353.4º | 0.96% | 0.2% | - |
| HSV(B) | 353.4º | 0.98% | 0.4% | - |
| XYZ | 5.57 | 2.9 | 0.65 | - |
| YUV | 33.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 13 | 0 | 0.98 | 0.87 | 0.6 | 353.4 | 0.96 | 0.2 |
| Hex | 66 | 2 | D | 0 | 62 | 57 | 3C | 161 | 60 | 14 |
| Octal | 146 | 2 | 15 | 0 | 142 | 127 | 74 | 541 | 140 | 24 |
| Binary | 1100110 | 10 | 1101 | 0 | 1100010 | 1010111 | 111100 | 101100001 | 1100000 | 10100 |
Color Harmonies of #66020D
Complementary color
Monochromatic Colors of #66020D
Black with #66020D
Text Example
Text Example
White with #66020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66020D; }
p { color: rgb(102,2,13); }
H1.HeaderClassName
{
color: #66020D;
}
.AnyTagClassName
{
color: #66020D;
}
</style>
background-color css
<style>
a { background-color: #66020D; }
a { background-color: rgb(102,2,13); }
div.DivClassName
{
background-color: #66020D;
}
.BgClassName
{
background-color: #66020D;
}
</style>
border-color css
<style>
span { border-color: #66020D; }
span { border-color: rgb(102,2,13); }
td.TdClassName
{
border-color: #66020D;
}
.TagClassName
{
border-color: #66020D;
}
</style>