Shades of Burgundy #840F24
Tints of Burgundy #840F24
RGB
CMYK
RGB Variations
Color information
#840F24 (or 0x840F24) is known color: Burgundy. HEX triplet: 84, 0F and 24. RGB value is (132,15,36). Sum of RGB (Red+Green+Blue) = 132+15+36=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #840F24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F24 is #7BF0DB. Grayscale: #343434. Windows color (decimal): -8122588 or 2363268. OLE color: 2363268.
HSL color Cylindrical-coordinate representation of color #840F24: hue angle of 349.23º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F24 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 36 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.48 |
| HSL | 349.23º | 0.8% | 0.29% | - |
| HSV(B) | 349.23º | 0.89% | 0.52% | - |
| XYZ | 10 | 5.37 | 2.18 | - |
| YUV | 52.38 | 118.76 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 36 | 0 | 0.89 | 0.73 | 0.48 | 349.23 | 0.8 | 0.29 |
| Hex | 84 | F | 24 | 0 | 59 | 49 | 30 | 15D | 50 | 1D |
| Octal | 204 | 17 | 44 | 0 | 131 | 111 | 60 | 535 | 120 | 35 |
| Binary | 10000100 | 1111 | 100100 | 0 | 1011001 | 1001001 | 110000 | 101011101 | 1010000 | 11101 |
Color Harmonies of #840F24
Complementary color
Monochromatic Colors of #840F24
Black with #840F24
Text Example
Text Example
White with #840F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F24; }
p { color: rgb(132,15,36); }
H1.HeaderClassName
{
color: #840F24;
}
.AnyTagClassName
{
color: #840F24;
}
</style>
background-color css
<style>
a { background-color: #840F24; }
a { background-color: rgb(132,15,36); }
div.DivClassName
{
background-color: #840F24;
}
.BgClassName
{
background-color: #840F24;
}
</style>
border-color css
<style>
span { border-color: #840F24; }
span { border-color: rgb(132,15,36); }
td.TdClassName
{
border-color: #840F24;
}
.TagClassName
{
border-color: #840F24;
}
</style>