Shades of Burgundy #660004
Tints of Burgundy #660004
RGB
CMYK
RGB Variations
Color information
#660004 (or 0x660004) is known color: Burgundy. HEX triplet: 66, 00 and 04. RGB value is (102,0,4). Sum of RGB (Red+Green+Blue) = 102+0+4=106 (14% of max value = 765). Red value is 102 (40.23% from 255 or 96.23% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 102 - color contains mainly: red. Hex color #660004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660004 is #99FFFB. Grayscale: #1F1F1F. Windows color (decimal): -10092540 or 262246. OLE color: 262246.
HSL color Cylindrical-coordinate representation of color #660004: hue angle of 357.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660004 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.96 | 0.6 |
| HSL | 357.65º | 1% | 0.2% | - |
| HSV(B) | 357.65º | 1% | 0.4% | - |
| XYZ | 5.5 | 2.83 | 0.37 | - |
| YUV | 30.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 4 | 0 | 1 | 0.96 | 0.6 | 357.65 | 1 | 0.2 |
| Hex | 66 | 0 | 4 | 0 | 64 | 60 | 3C | 166 | 64 | 14 |
| Octal | 146 | 0 | 4 | 0 | 144 | 140 | 74 | 546 | 144 | 24 |
| Binary | 1100110 | 0 | 100 | 0 | 1100100 | 1100000 | 111100 | 101100110 | 1100100 | 10100 |
Color Harmonies of #660004
Complementary color
Monochromatic Colors of #660004
Black with #660004
Text Example
Text Example
White with #660004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660004; }
p { color: rgb(102,0,4); }
H1.HeaderClassName
{
color: #660004;
}
.AnyTagClassName
{
color: #660004;
}
</style>
background-color css
<style>
a { background-color: #660004; }
a { background-color: rgb(102,0,4); }
div.DivClassName
{
background-color: #660004;
}
.BgClassName
{
background-color: #660004;
}
</style>
border-color css
<style>
span { border-color: #660004; }
span { border-color: rgb(102,0,4); }
td.TdClassName
{
border-color: #660004;
}
.TagClassName
{
border-color: #660004;
}
</style>