Shades of Burgundy #840024
Tints of Burgundy #840024
RGB
CMYK
RGB Variations
Color information
#840024 (or 0x840024) is known color: Burgundy. HEX triplet: 84, 00 and 24. RGB value is (132,0,36). Sum of RGB (Red+Green+Blue) = 132+0+36=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 36 (14.45% from 255 or 21.43% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #840024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840024 is #7BFFDB. Grayscale: #2B2B2B. Windows color (decimal): -8126428 or 2359428. OLE color: 2359428.
HSL color Cylindrical-coordinate representation of color #840024: hue angle of 343.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #840024 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.73 | 0.48 |
| HSL | 343.64º | 1% | 0.26% | - |
| HSV(B) | 343.64º | 1% | 0.52% | - |
| XYZ | 9.83 | 5.03 | 2.12 | - |
| YUV | 43.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 36 | 0 | 1 | 0.73 | 0.48 | 343.64 | 1 | 0.26 |
| Hex | 84 | 0 | 24 | 0 | 64 | 49 | 30 | 158 | 64 | 1A |
| Octal | 204 | 0 | 44 | 0 | 144 | 111 | 60 | 530 | 144 | 32 |
| Binary | 10000100 | 0 | 100100 | 0 | 1100100 | 1001001 | 110000 | 101011000 | 1100100 | 11010 |
Color Harmonies of #840024
Complementary color
Monochromatic Colors of #840024
Black with #840024
Text Example
Text Example
White with #840024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840024; }
p { color: rgb(132,0,36); }
H1.HeaderClassName
{
color: #840024;
}
.AnyTagClassName
{
color: #840024;
}
</style>
background-color css
<style>
a { background-color: #840024; }
a { background-color: rgb(132,0,36); }
div.DivClassName
{
background-color: #840024;
}
.BgClassName
{
background-color: #840024;
}
</style>
border-color css
<style>
span { border-color: #840024; }
span { border-color: rgb(132,0,36); }
td.TdClassName
{
border-color: #840024;
}
.TagClassName
{
border-color: #840024;
}
</style>