Shades of Burgundy #84141F
Tints of Burgundy #84141F
RGB
CMYK
RGB Variations
Color information
#84141F (or 0x84141F) is known color: Burgundy. HEX triplet: 84, 14 and 1F. RGB value is (132,20,31). Sum of RGB (Red+Green+Blue) = 132+20+31=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #84141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84141F is #7BEBE0. Grayscale: #363636. Windows color (decimal): -8121313 or 2036868. OLE color: 2036868.
HSL color Cylindrical-coordinate representation of color #84141F: hue angle of 354.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84141F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 31 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.48 |
| HSL | 354.11º | 0.74% | 0.3% | - |
| HSV(B) | 354.11º | 0.85% | 0.52% | - |
| XYZ | 10.01 | 5.5 | 1.83 | - |
| YUV | 54.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 31 | 0 | 0.85 | 0.77 | 0.48 | 354.11 | 0.74 | 0.3 |
| Hex | 84 | 14 | 1F | 0 | 55 | 4D | 30 | 162 | 4A | 1E |
| Octal | 204 | 24 | 37 | 0 | 125 | 115 | 60 | 542 | 112 | 36 |
| Binary | 10000100 | 10100 | 11111 | 0 | 1010101 | 1001101 | 110000 | 101100010 | 1001010 | 11110 |
Color Harmonies of #84141F
Complementary color
Monochromatic Colors of #84141F
Black with #84141F
Text Example
Text Example
White with #84141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84141F; }
p { color: rgb(132,20,31); }
H1.HeaderClassName
{
color: #84141F;
}
.AnyTagClassName
{
color: #84141F;
}
</style>
background-color css
<style>
a { background-color: #84141F; }
a { background-color: rgb(132,20,31); }
div.DivClassName
{
background-color: #84141F;
}
.BgClassName
{
background-color: #84141F;
}
</style>
border-color css
<style>
span { border-color: #84141F; }
span { border-color: rgb(132,20,31); }
td.TdClassName
{
border-color: #84141F;
}
.TagClassName
{
border-color: #84141F;
}
</style>