Shades of Burgundy #660224
Tints of Burgundy #660224
RGB
CMYK
RGB Variations
Color information
#660224 (or 0x660224) is known color: Burgundy. HEX triplet: 66, 02 and 24. RGB value is (102,2,36). Sum of RGB (Red+Green+Blue) = 102+2+36=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #660224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660224 is #99FDDB. Grayscale: #232323. Windows color (decimal): -10091996 or 2359910. OLE color: 2359910.
HSL color Cylindrical-coordinate representation of color #660224: hue angle of 339.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 #660224 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.6 |
| HSL | 339.6º | 0.96% | 0.2% | - |
| HSV(B) | 339.6º | 0.98% | 0.4% | - |
| XYZ | 5.82 | 3 | 1.94 | - |
| YUV | 35.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 36 | 0 | 0.98 | 0.65 | 0.6 | 339.6 | 0.96 | 0.2 |
| Hex | 66 | 2 | 24 | 0 | 62 | 41 | 3C | 154 | 60 | 14 |
| Octal | 146 | 2 | 44 | 0 | 142 | 101 | 74 | 524 | 140 | 24 |
| Binary | 1100110 | 10 | 100100 | 0 | 1100010 | 1000001 | 111100 | 101010100 | 1100000 | 10100 |
Color Harmonies of #660224
Complementary color
Monochromatic Colors of #660224
Black with #660224
Text Example
Text Example
White with #660224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660224; }
p { color: rgb(102,2,36); }
H1.HeaderClassName
{
color: #660224;
}
.AnyTagClassName
{
color: #660224;
}
</style>
background-color css
<style>
a { background-color: #660224; }
a { background-color: rgb(102,2,36); }
div.DivClassName
{
background-color: #660224;
}
.BgClassName
{
background-color: #660224;
}
</style>
border-color css
<style>
span { border-color: #660224; }
span { border-color: rgb(102,2,36); }
td.TdClassName
{
border-color: #660224;
}
.TagClassName
{
border-color: #660224;
}
</style>