Shades of Burgundy #660204
Tints of Burgundy #660204
RGB
CMYK
RGB Variations
Color information
#660204 (or 0x660204) is known color: Burgundy. HEX triplet: 66, 02 and 04. RGB value is (102,2,4). Sum of RGB (Red+Green+Blue) = 102+2+4=108 (14% of max value = 765). Red value is 102 (40.23% from 255 or 94.44% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 102 - color contains mainly: red. Hex color #660204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660204 is #99FDFB. Grayscale: #202020. Windows color (decimal): -10092028 or 262758. OLE color: 262758.
HSL color Cylindrical-coordinate representation of color #660204: hue angle of 358.8º 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 #660204 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 4 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.6 |
| HSL | 358.8º | 0.96% | 0.2% | - |
| HSV(B) | 358.8º | 0.98% | 0.4% | - |
| XYZ | 5.52 | 2.88 | 0.38 | - |
| YUV | 32.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 4 | 0 | 0.98 | 0.96 | 0.6 | 358.8 | 0.96 | 0.2 |
| Hex | 66 | 2 | 4 | 0 | 62 | 60 | 3C | 167 | 60 | 14 |
| Octal | 146 | 2 | 4 | 0 | 142 | 140 | 74 | 547 | 140 | 24 |
| Binary | 1100110 | 10 | 100 | 0 | 1100010 | 1100000 | 111100 | 101100111 | 1100000 | 10100 |
Color Harmonies of #660204
Complementary color
Monochromatic Colors of #660204
Black with #660204
Text Example
Text Example
White with #660204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660204; }
p { color: rgb(102,2,4); }
H1.HeaderClassName
{
color: #660204;
}
.AnyTagClassName
{
color: #660204;
}
</style>
background-color css
<style>
a { background-color: #660204; }
a { background-color: rgb(102,2,4); }
div.DivClassName
{
background-color: #660204;
}
.BgClassName
{
background-color: #660204;
}
</style>
border-color css
<style>
span { border-color: #660204; }
span { border-color: rgb(102,2,4); }
td.TdClassName
{
border-color: #660204;
}
.TagClassName
{
border-color: #660204;
}
</style>