Shades of Burgundy #660424
Tints of Burgundy #660424
RGB
CMYK
RGB Variations
Color information
#660424 (or 0x660424) is known color: Burgundy. HEX triplet: 66, 04 and 24. RGB value is (102,4,36). Sum of RGB (Red+Green+Blue) = 102+4+36=142 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.83% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 102 - color contains mainly: red. Hex color #660424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660424 is #99FBDB. Grayscale: #242424. Windows color (decimal): -10091484 or 2360422. OLE color: 2360422.
HSL color Cylindrical-coordinate representation of color #660424: hue angle of 340.41º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660424 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 4 | 36 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.6 |
| HSL | 340.41º | 0.92% | 0.21% | - |
| HSV(B) | 340.41º | 0.96% | 0.4% | - |
| XYZ | 5.84 | 3.04 | 1.95 | - |
| YUV | 36.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 36 | 0 | 0.96 | 0.65 | 0.6 | 340.41 | 0.92 | 0.21 |
| Hex | 66 | 4 | 24 | 0 | 60 | 41 | 3C | 154 | 5C | 15 |
| Octal | 146 | 4 | 44 | 0 | 140 | 101 | 74 | 524 | 134 | 25 |
| Binary | 1100110 | 100 | 100100 | 0 | 1100000 | 1000001 | 111100 | 101010100 | 1011100 | 10101 |
Color Harmonies of #660424
Complementary color
Monochromatic Colors of #660424
Black with #660424
Text Example
Text Example
White with #660424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660424; }
p { color: rgb(102,4,36); }
H1.HeaderClassName
{
color: #660424;
}
.AnyTagClassName
{
color: #660424;
}
</style>
background-color css
<style>
a { background-color: #660424; }
a { background-color: rgb(102,4,36); }
div.DivClassName
{
background-color: #660424;
}
.BgClassName
{
background-color: #660424;
}
</style>
border-color css
<style>
span { border-color: #660424; }
span { border-color: rgb(102,4,36); }
td.TdClassName
{
border-color: #660424;
}
.TagClassName
{
border-color: #660424;
}
</style>