Shades of Burgundy #66011C
Tints of Burgundy #66011C
RGB
CMYK
RGB Variations
Color information
#66011C (or 0x66011C) is known color: Burgundy. HEX triplet: 66, 01 and 1C. RGB value is (102,1,28). Sum of RGB (Red+Green+Blue) = 102+1+28=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #66011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66011C is #99FEE3. Grayscale: #222222. Windows color (decimal): -10092260 or 1835366. OLE color: 1835366.
HSL color Cylindrical-coordinate representation of color #66011C: hue angle of 343.96º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66011C is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.6 |
| HSL | 343.96º | 0.98% | 0.2% | - |
| HSV(B) | 343.96º | 0.99% | 0.4% | - |
| XYZ | 5.7 | 2.93 | 1.36 | - |
| YUV | 34.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 28 | 0 | 0.99 | 0.73 | 0.6 | 343.96 | 0.98 | 0.2 |
| Hex | 66 | 1 | 1C | 0 | 63 | 49 | 3C | 158 | 62 | 14 |
| Octal | 146 | 1 | 34 | 0 | 143 | 111 | 74 | 530 | 142 | 24 |
| Binary | 1100110 | 1 | 11100 | 0 | 1100011 | 1001001 | 111100 | 101011000 | 1100010 | 10100 |
Color Harmonies of #66011C
Complementary color
Monochromatic Colors of #66011C
Black with #66011C
Text Example
Text Example
White with #66011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66011C; }
p { color: rgb(102,1,28); }
H1.HeaderClassName
{
color: #66011C;
}
.AnyTagClassName
{
color: #66011C;
}
</style>
background-color css
<style>
a { background-color: #66011C; }
a { background-color: rgb(102,1,28); }
div.DivClassName
{
background-color: #66011C;
}
.BgClassName
{
background-color: #66011C;
}
</style>
border-color css
<style>
span { border-color: #66011C; }
span { border-color: rgb(102,1,28); }
td.TdClassName
{
border-color: #66011C;
}
.TagClassName
{
border-color: #66011C;
}
</style>