Shades of Burgundy #66021A
Tints of Burgundy #66021A
RGB
CMYK
RGB Variations
Color information
#66021A (or 0x66021A) is known color: Burgundy. HEX triplet: 66, 02 and 1A. RGB value is (102,2,26). Sum of RGB (Red+Green+Blue) = 102+2+26=130 (17% of max value = 765). Red value is 102 (40.23% from 255 or 78.46% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 26 (10.55% from 255 or 20% from 130); Max value from RGB is 102 - color contains mainly: red. Hex color #66021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66021A is #99FDE5. Grayscale: #222222. Windows color (decimal): -10092006 or 1704550. OLE color: 1704550.
HSL color Cylindrical-coordinate representation of color #66021A: hue angle of 345.6º 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 #66021A is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 26 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.6 |
| HSL | 345.6º | 0.96% | 0.2% | - |
| HSV(B) | 345.6º | 0.98% | 0.4% | - |
| XYZ | 5.69 | 2.94 | 1.25 | - |
| YUV | 34.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 26 | 0 | 0.98 | 0.75 | 0.6 | 345.6 | 0.96 | 0.2 |
| Hex | 66 | 2 | 1A | 0 | 62 | 4B | 3C | 15A | 60 | 14 |
| Octal | 146 | 2 | 32 | 0 | 142 | 113 | 74 | 532 | 140 | 24 |
| Binary | 1100110 | 10 | 11010 | 0 | 1100010 | 1001011 | 111100 | 101011010 | 1100000 | 10100 |
Color Harmonies of #66021A
Complementary color
Monochromatic Colors of #66021A
Black with #66021A
Text Example
Text Example
White with #66021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66021A; }
p { color: rgb(102,2,26); }
H1.HeaderClassName
{
color: #66021A;
}
.AnyTagClassName
{
color: #66021A;
}
</style>
background-color css
<style>
a { background-color: #66021A; }
a { background-color: rgb(102,2,26); }
div.DivClassName
{
background-color: #66021A;
}
.BgClassName
{
background-color: #66021A;
}
</style>
border-color css
<style>
span { border-color: #66021A; }
span { border-color: rgb(102,2,26); }
td.TdClassName
{
border-color: #66021A;
}
.TagClassName
{
border-color: #66021A;
}
</style>