Shades of Burgundy #660024
Tints of Burgundy #660024
RGB
CMYK
RGB Variations
Color information
#660024 (or 0x660024) is known color: Burgundy. HEX triplet: 66, 00 and 24. RGB value is (102,0,36). Sum of RGB (Red+Green+Blue) = 102+0+36=138 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.91% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 102 - color contains mainly: red. Hex color #660024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660024 is #99FFDB. Grayscale: #222222. Windows color (decimal): -10092508 or 2359398. OLE color: 2359398.
HSL color Cylindrical-coordinate representation of color #660024: hue angle of 338.82º 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 #660024 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.65 | 0.6 |
| HSL | 338.82º | 1% | 0.2% | - |
| HSV(B) | 338.82º | 1% | 0.4% | - |
| XYZ | 5.8 | 2.95 | 1.93 | - |
| YUV | 34.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 36 | 0 | 1 | 0.65 | 0.6 | 338.82 | 1 | 0.2 |
| Hex | 66 | 0 | 24 | 0 | 64 | 41 | 3C | 153 | 64 | 14 |
| Octal | 146 | 0 | 44 | 0 | 144 | 101 | 74 | 523 | 144 | 24 |
| Binary | 1100110 | 0 | 100100 | 0 | 1100100 | 1000001 | 111100 | 101010011 | 1100100 | 10100 |
Color Harmonies of #660024
Complementary color
Monochromatic Colors of #660024
Black with #660024
Text Example
Text Example
White with #660024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660024; }
p { color: rgb(102,0,36); }
H1.HeaderClassName
{
color: #660024;
}
.AnyTagClassName
{
color: #660024;
}
</style>
background-color css
<style>
a { background-color: #660024; }
a { background-color: rgb(102,0,36); }
div.DivClassName
{
background-color: #660024;
}
.BgClassName
{
background-color: #660024;
}
</style>
border-color css
<style>
span { border-color: #660024; }
span { border-color: rgb(102,0,36); }
td.TdClassName
{
border-color: #660024;
}
.TagClassName
{
border-color: #660024;
}
</style>