Shades of Burgundy #660012
Tints of Burgundy #660012
RGB
CMYK
RGB Variations
Color information
#660012 (or 0x660012) is known color: Burgundy. HEX triplet: 66, 00 and 12. RGB value is (102,0,18). Sum of RGB (Red+Green+Blue) = 102+0+18=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #660012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660012 is #99FFED. Grayscale: #202020. Windows color (decimal): -10092526 or 1179750. OLE color: 1179750.
HSL color Cylindrical-coordinate representation of color #660012: hue angle of 349.41º 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 #660012 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.82 | 0.6 |
| HSL | 349.41º | 1% | 0.2% | - |
| HSV(B) | 349.41º | 1% | 0.4% | - |
| XYZ | 5.59 | 2.87 | 0.83 | - |
| YUV | 32.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 18 | 0 | 1 | 0.82 | 0.6 | 349.41 | 1 | 0.2 |
| Hex | 66 | 0 | 12 | 0 | 64 | 52 | 3C | 15D | 64 | 14 |
| Octal | 146 | 0 | 22 | 0 | 144 | 122 | 74 | 535 | 144 | 24 |
| Binary | 1100110 | 0 | 10010 | 0 | 1100100 | 1010010 | 111100 | 101011101 | 1100100 | 10100 |
Color Harmonies of #660012
Complementary color
Monochromatic Colors of #660012
Black with #660012
Text Example
Text Example
White with #660012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660012; }
p { color: rgb(102,0,18); }
H1.HeaderClassName
{
color: #660012;
}
.AnyTagClassName
{
color: #660012;
}
</style>
background-color css
<style>
a { background-color: #660012; }
a { background-color: rgb(102,0,18); }
div.DivClassName
{
background-color: #660012;
}
.BgClassName
{
background-color: #660012;
}
</style>
border-color css
<style>
span { border-color: #660012; }
span { border-color: rgb(102,0,18); }
td.TdClassName
{
border-color: #660012;
}
.TagClassName
{
border-color: #660012;
}
</style>