Shades of Burgundy #840E31
Tints of Burgundy #840E31
RGB
CMYK
RGB Variations
Color information
#840E31 (or 0x840E31) is known color: Burgundy. HEX triplet: 84, 0E and 31. RGB value is (132,14,49). Sum of RGB (Red+Green+Blue) = 132+14+49=195 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.69% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 132 - color contains mainly: red. Hex color #840E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840E31 is #7BF1CE. Grayscale: #353535. Windows color (decimal): -8122831 or 3214980. OLE color: 3214980.
HSL color Cylindrical-coordinate representation of color #840E31: hue angle of 342.2º degrees, saturation: 0.81, 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 #840E31 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 14 | 49 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.48 |
| HSL | 342.2º | 0.81% | 0.29% | - |
| HSV(B) | 342.2º | 0.89% | 0.52% | - |
| XYZ | 10.23 | 5.44 | 3.42 | - |
| YUV | 53.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 49 | 0 | 0.89 | 0.63 | 0.48 | 342.2 | 0.81 | 0.29 |
| Hex | 84 | E | 31 | 0 | 59 | 3F | 30 | 156 | 51 | 1D |
| Octal | 204 | 16 | 61 | 0 | 131 | 77 | 60 | 526 | 121 | 35 |
| Binary | 10000100 | 1110 | 110001 | 0 | 1011001 | 111111 | 110000 | 101010110 | 1010001 | 11101 |
Color Harmonies of #840E31
Complementary color
Monochromatic Colors of #840E31
Black with #840E31
Text Example
Text Example
White with #840E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840E31; }
p { color: rgb(132,14,49); }
H1.HeaderClassName
{
color: #840E31;
}
.AnyTagClassName
{
color: #840E31;
}
</style>
background-color css
<style>
a { background-color: #840E31; }
a { background-color: rgb(132,14,49); }
div.DivClassName
{
background-color: #840E31;
}
.BgClassName
{
background-color: #840E31;
}
</style>
border-color css
<style>
span { border-color: #840E31; }
span { border-color: rgb(132,14,49); }
td.TdClassName
{
border-color: #840E31;
}
.TagClassName
{
border-color: #840E31;
}
</style>