Shades of Burgundy #660010
Tints of Burgundy #660010
RGB
CMYK
RGB Variations
Color information
#660010 (or 0x660010) is known color: Burgundy. HEX triplet: 66, 00 and 10. RGB value is (102,0,16). Sum of RGB (Red+Green+Blue) = 102+0+16=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #660010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660010 is #99FFEF. Grayscale: #202020. Windows color (decimal): -10092528 or 1048678. OLE color: 1048678.
HSL color Cylindrical-coordinate representation of color #660010: hue angle of 350.59º 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 #660010 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.84 | 0.6 |
| HSL | 350.59º | 1% | 0.2% | - |
| HSV(B) | 350.59º | 1% | 0.4% | - |
| XYZ | 5.57 | 2.86 | 0.75 | - |
| YUV | 32.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 16 | 0 | 1 | 0.84 | 0.6 | 350.59 | 1 | 0.2 |
| Hex | 66 | 0 | 10 | 0 | 64 | 54 | 3C | 15F | 64 | 14 |
| Octal | 146 | 0 | 20 | 0 | 144 | 124 | 74 | 537 | 144 | 24 |
| Binary | 1100110 | 0 | 10000 | 0 | 1100100 | 1010100 | 111100 | 101011111 | 1100100 | 10100 |
Color Harmonies of #660010
Complementary color
Monochromatic Colors of #660010
Black with #660010
Text Example
Text Example
White with #660010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660010; }
p { color: rgb(102,0,16); }
H1.HeaderClassName
{
color: #660010;
}
.AnyTagClassName
{
color: #660010;
}
</style>
background-color css
<style>
a { background-color: #660010; }
a { background-color: rgb(102,0,16); }
div.DivClassName
{
background-color: #660010;
}
.BgClassName
{
background-color: #660010;
}
</style>
border-color css
<style>
span { border-color: #660010; }
span { border-color: rgb(102,0,16); }
td.TdClassName
{
border-color: #660010;
}
.TagClassName
{
border-color: #660010;
}
</style>