Shades of Burgundy #84131F
Tints of Burgundy #84131F
RGB
CMYK
RGB Variations
Color information
#84131F (or 0x84131F) is known color: Burgundy. HEX triplet: 84, 13 and 1F. RGB value is (132,19,31). Sum of RGB (Red+Green+Blue) = 132+19+31=182 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.53% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 132 - color contains mainly: red. Hex color #84131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84131F is #7BECE0. Grayscale: #363636. Windows color (decimal): -8121569 or 2036612. OLE color: 2036612.
HSL color Cylindrical-coordinate representation of color #84131F: hue angle of 353.63º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84131F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 31 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.48 |
| HSL | 353.63º | 0.75% | 0.3% | - |
| HSV(B) | 353.63º | 0.86% | 0.52% | - |
| XYZ | 10 | 5.47 | 1.83 | - |
| YUV | 54.16 | 114.94 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 31 | 0 | 0.86 | 0.77 | 0.48 | 353.63 | 0.75 | 0.3 |
| Hex | 84 | 13 | 1F | 0 | 56 | 4D | 30 | 162 | 4B | 1E |
| Octal | 204 | 23 | 37 | 0 | 126 | 115 | 60 | 542 | 113 | 36 |
| Binary | 10000100 | 10011 | 11111 | 0 | 1010110 | 1001101 | 110000 | 101100010 | 1001011 | 11110 |
Color Harmonies of #84131F
Complementary color
Monochromatic Colors of #84131F
Black with #84131F
Text Example
Text Example
White with #84131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84131F; }
p { color: rgb(132,19,31); }
H1.HeaderClassName
{
color: #84131F;
}
.AnyTagClassName
{
color: #84131F;
}
</style>
background-color css
<style>
a { background-color: #84131F; }
a { background-color: rgb(132,19,31); }
div.DivClassName
{
background-color: #84131F;
}
.BgClassName
{
background-color: #84131F;
}
</style>
border-color css
<style>
span { border-color: #84131F; }
span { border-color: rgb(132,19,31); }
td.TdClassName
{
border-color: #84131F;
}
.TagClassName
{
border-color: #84131F;
}
</style>