Shades of Burgundy #660111
Tints of Burgundy #660111
RGB
CMYK
RGB Variations
Color information
#660111 (or 0x660111) is known color: Burgundy. HEX triplet: 66, 01 and 11. RGB value is (102,1,17). Sum of RGB (Red+Green+Blue) = 102+1+17=120 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 102 - color contains mainly: red. Hex color #660111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660111 is #99FEEE. Grayscale: #212121. Windows color (decimal): -10092271 or 1114470. OLE color: 1114470.
HSL color Cylindrical-coordinate representation of color #660111: hue angle of 350.5º 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 #660111 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.6 |
| HSL | 350.5º | 0.98% | 0.2% | - |
| HSV(B) | 350.5º | 0.99% | 0.4% | - |
| XYZ | 5.59 | 2.89 | 0.79 | - |
| YUV | 33.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 17 | 0 | 0.99 | 0.83 | 0.6 | 350.5 | 0.98 | 0.2 |
| Hex | 66 | 1 | 11 | 0 | 63 | 53 | 3C | 15E | 62 | 14 |
| Octal | 146 | 1 | 21 | 0 | 143 | 123 | 74 | 536 | 142 | 24 |
| Binary | 1100110 | 1 | 10001 | 0 | 1100011 | 1010011 | 111100 | 101011110 | 1100010 | 10100 |
Color Harmonies of #660111
Complementary color
Monochromatic Colors of #660111
Black with #660111
Text Example
Text Example
White with #660111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660111; }
p { color: rgb(102,1,17); }
H1.HeaderClassName
{
color: #660111;
}
.AnyTagClassName
{
color: #660111;
}
</style>
background-color css
<style>
a { background-color: #660111; }
a { background-color: rgb(102,1,17); }
div.DivClassName
{
background-color: #660111;
}
.BgClassName
{
background-color: #660111;
}
</style>
border-color css
<style>
span { border-color: #660111; }
span { border-color: rgb(102,1,17); }
td.TdClassName
{
border-color: #660111;
}
.TagClassName
{
border-color: #660111;
}
</style>