Shades of Burgundy #66000A
Tints of Burgundy #66000A
RGB
CMYK
RGB Variations
Color information
#66000A (or 0x66000A) is known color: Burgundy. HEX triplet: 66, 00 and 0A. RGB value is (102,0,10). Sum of RGB (Red+Green+Blue) = 102+0+10=112 (14% of max value = 765). Red value is 102 (40.23% from 255 or 91.07% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 102 - color contains mainly: red. Hex color #66000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66000A is #99FFF5. Grayscale: #1F1F1F. Windows color (decimal): -10092534 or 655462. OLE color: 655462.
HSL color Cylindrical-coordinate representation of color #66000A: hue angle of 354.12º 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 #66000A is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.90 | 0.6 |
| HSL | 354.12º | 1% | 0.2% | - |
| HSV(B) | 354.12º | 1% | 0.4% | - |
| XYZ | 5.53 | 2.85 | 0.54 | - |
| YUV | 31.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 10 | 0 | 1 | 0.90 | 0.6 | 354.12 | 1 | 0.2 |
| Hex | 66 | 0 | A | 0 | 64 | 5A | 3C | 162 | 64 | 14 |
| Octal | 146 | 0 | 12 | 0 | 144 | 132 | 74 | 542 | 144 | 24 |
| Binary | 1100110 | 0 | 1010 | 0 | 1100100 | 1011010 | 111100 | 101100010 | 1100100 | 10100 |
Color Harmonies of #66000A
Complementary color
Monochromatic Colors of #66000A
Black with #66000A
Text Example
Text Example
White with #66000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66000A; }
p { color: rgb(102,0,10); }
H1.HeaderClassName
{
color: #66000A;
}
.AnyTagClassName
{
color: #66000A;
}
</style>
background-color css
<style>
a { background-color: #66000A; }
a { background-color: rgb(102,0,10); }
div.DivClassName
{
background-color: #66000A;
}
.BgClassName
{
background-color: #66000A;
}
</style>
border-color css
<style>
span { border-color: #66000A; }
span { border-color: rgb(102,0,10); }
td.TdClassName
{
border-color: #66000A;
}
.TagClassName
{
border-color: #66000A;
}
</style>