Shades of Burgundy #66011A
Tints of Burgundy #66011A
RGB
CMYK
RGB Variations
Color information
#66011A (or 0x66011A) is known color: Burgundy. HEX triplet: 66, 01 and 1A. RGB value is (102,1,26). Sum of RGB (Red+Green+Blue) = 102+1+26=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #66011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66011A is #99FEE5. Grayscale: #222222. Windows color (decimal): -10092262 or 1704294. OLE color: 1704294.
HSL color Cylindrical-coordinate representation of color #66011A: hue angle of 345.15º 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 #66011A is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.6 |
| HSL | 345.15º | 0.98% | 0.2% | - |
| HSV(B) | 345.15º | 0.99% | 0.4% | - |
| XYZ | 5.68 | 2.92 | 1.24 | - |
| YUV | 34.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 1 | 26 | 0 | 0.99 | 0.75 | 0.6 | 345.15 | 0.98 | 0.2 |
| Hex | 66 | 1 | 1A | 0 | 63 | 4B | 3C | 159 | 62 | 14 |
| Octal | 146 | 1 | 32 | 0 | 143 | 113 | 74 | 531 | 142 | 24 |
| Binary | 1100110 | 1 | 11010 | 0 | 1100011 | 1001011 | 111100 | 101011001 | 1100010 | 10100 |
Color Harmonies of #66011A
Complementary color
Monochromatic Colors of #66011A
Black with #66011A
Text Example
Text Example
White with #66011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66011A; }
p { color: rgb(102,1,26); }
H1.HeaderClassName
{
color: #66011A;
}
.AnyTagClassName
{
color: #66011A;
}
</style>
background-color css
<style>
a { background-color: #66011A; }
a { background-color: rgb(102,1,26); }
div.DivClassName
{
background-color: #66011A;
}
.BgClassName
{
background-color: #66011A;
}
</style>
border-color css
<style>
span { border-color: #66011A; }
span { border-color: rgb(102,1,26); }
td.TdClassName
{
border-color: #66011A;
}
.TagClassName
{
border-color: #66011A;
}
</style>