Shades of Burgundy #660211
Tints of Burgundy #660211
RGB
CMYK
RGB Variations
Color information
#660211 (or 0x660211) is known color: Burgundy. HEX triplet: 66, 02 and 11. RGB value is (102,2,17). Sum of RGB (Red+Green+Blue) = 102+2+17=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #660211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660211 is #99FDEE. Grayscale: #212121. Windows color (decimal): -10092015 or 1114726. OLE color: 1114726.
HSL color Cylindrical-coordinate representation of color #660211: hue angle of 351º 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 #660211 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 17 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.6 |
| HSL | 351º | 0.96% | 0.2% | - |
| HSV(B) | 351º | 0.98% | 0.4% | - |
| XYZ | 5.6 | 2.91 | 0.8 | - |
| YUV | 33.61 | 118.63 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 17 | 0 | 0.98 | 0.83 | 0.6 | 351 | 0.96 | 0.2 |
| Hex | 66 | 2 | 11 | 0 | 62 | 53 | 3C | 15F | 60 | 14 |
| Octal | 146 | 2 | 21 | 0 | 142 | 123 | 74 | 537 | 140 | 24 |
| Binary | 1100110 | 10 | 10001 | 0 | 1100010 | 1010011 | 111100 | 101011111 | 1100000 | 10100 |
Color Harmonies of #660211
Complementary color
Monochromatic Colors of #660211
Black with #660211
Text Example
Text Example
White with #660211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660211; }
p { color: rgb(102,2,17); }
H1.HeaderClassName
{
color: #660211;
}
.AnyTagClassName
{
color: #660211;
}
</style>
background-color css
<style>
a { background-color: #660211; }
a { background-color: rgb(102,2,17); }
div.DivClassName
{
background-color: #660211;
}
.BgClassName
{
background-color: #660211;
}
</style>
border-color css
<style>
span { border-color: #660211; }
span { border-color: rgb(102,2,17); }
td.TdClassName
{
border-color: #660211;
}
.TagClassName
{
border-color: #660211;
}
</style>