Shades of Burgundy #840F31
Tints of Burgundy #840F31
RGB
CMYK
RGB Variations
Color information
#840F31 (or 0x840F31) is known color: Burgundy. HEX triplet: 84, 0F and 31. RGB value is (132,15,49). Sum of RGB (Red+Green+Blue) = 132+15+49=196 (25% of max value = 765). Red value is 132 (51.95% from 255 or 67.35% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 132 - color contains mainly: red. Hex color #840F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840F31 is #7BF0CE. Grayscale: #353535. Windows color (decimal): -8122575 or 3215236. OLE color: 3215236.
HSL color Cylindrical-coordinate representation of color #840F31: hue angle of 342.56º 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 #840F31 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 49 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.48 |
| HSL | 342.56º | 0.8% | 0.29% | - |
| HSV(B) | 342.56º | 0.89% | 0.52% | - |
| XYZ | 10.24 | 5.47 | 3.42 | - |
| YUV | 53.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 49 | 0 | 0.89 | 0.63 | 0.48 | 342.56 | 0.8 | 0.29 |
| Hex | 84 | F | 31 | 0 | 59 | 3F | 30 | 157 | 50 | 1D |
| Octal | 204 | 17 | 61 | 0 | 131 | 77 | 60 | 527 | 120 | 35 |
| Binary | 10000100 | 1111 | 110001 | 0 | 1011001 | 111111 | 110000 | 101010111 | 1010000 | 11101 |
Color Harmonies of #840F31
Complementary color
Monochromatic Colors of #840F31
Black with #840F31
Text Example
Text Example
White with #840F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F31; }
p { color: rgb(132,15,49); }
H1.HeaderClassName
{
color: #840F31;
}
.AnyTagClassName
{
color: #840F31;
}
</style>
background-color css
<style>
a { background-color: #840F31; }
a { background-color: rgb(132,15,49); }
div.DivClassName
{
background-color: #840F31;
}
.BgClassName
{
background-color: #840F31;
}
</style>
border-color css
<style>
span { border-color: #840F31; }
span { border-color: rgb(132,15,49); }
td.TdClassName
{
border-color: #840F31;
}
.TagClassName
{
border-color: #840F31;
}
</style>