Shades of Burgundy #660220
Tints of Burgundy #660220
RGB
CMYK
RGB Variations
Color information
#660220 (or 0x660220) is known color: Burgundy. HEX triplet: 66, 02 and 20. RGB value is (102,2,32). Sum of RGB (Red+Green+Blue) = 102+2+32=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #660220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660220 is #99FDDF. Grayscale: #232323. Windows color (decimal): -10092000 or 2097766. OLE color: 2097766.
HSL color Cylindrical-coordinate representation of color #660220: hue angle of 342º 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 #660220 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 32 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.6 |
| HSL | 342º | 0.96% | 0.2% | - |
| HSV(B) | 342º | 0.98% | 0.4% | - |
| XYZ | 5.76 | 2.97 | 1.64 | - |
| YUV | 35.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 32 | 0 | 0.98 | 0.69 | 0.6 | 342 | 0.96 | 0.2 |
| Hex | 66 | 2 | 20 | 0 | 62 | 45 | 3C | 156 | 60 | 14 |
| Octal | 146 | 2 | 40 | 0 | 142 | 105 | 74 | 526 | 140 | 24 |
| Binary | 1100110 | 10 | 100000 | 0 | 1100010 | 1000101 | 111100 | 101010110 | 1100000 | 10100 |
Color Harmonies of #660220
Complementary color
Monochromatic Colors of #660220
Black with #660220
Text Example
Text Example
White with #660220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660220; }
p { color: rgb(102,2,32); }
H1.HeaderClassName
{
color: #660220;
}
.AnyTagClassName
{
color: #660220;
}
</style>
background-color css
<style>
a { background-color: #660220; }
a { background-color: rgb(102,2,32); }
div.DivClassName
{
background-color: #660220;
}
.BgClassName
{
background-color: #660220;
}
</style>
border-color css
<style>
span { border-color: #660220; }
span { border-color: rgb(102,2,32); }
td.TdClassName
{
border-color: #660220;
}
.TagClassName
{
border-color: #660220;
}
</style>