Shades of Burgundy #84091F
Tints of Burgundy #84091F
RGB
CMYK
RGB Variations
Color information
#84091F (or 0x84091F) is known color: Burgundy. HEX triplet: 84, 09 and 1F. RGB value is (132,9,31). Sum of RGB (Red+Green+Blue) = 132+9+31=172 (22% of max value = 765). Red value is 132 (51.95% from 255 or 76.74% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 132 - color contains mainly: red. Hex color #84091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84091F is #7BF6E0. Grayscale: #303030. Windows color (decimal): -8124129 or 2034052. OLE color: 2034052.
HSL color Cylindrical-coordinate representation of color #84091F: hue angle of 349.27º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84091F is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 31 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.48 |
| HSL | 349.27º | 0.87% | 0.28% | - |
| HSV(B) | 349.27º | 0.93% | 0.52% | - |
| XYZ | 9.86 | 5.2 | 1.78 | - |
| YUV | 48.29 | 118.25 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 31 | 0 | 0.93 | 0.77 | 0.48 | 349.27 | 0.87 | 0.28 |
| Hex | 84 | 9 | 1F | 0 | 5D | 4D | 30 | 15D | 57 | 1C |
| Octal | 204 | 11 | 37 | 0 | 135 | 115 | 60 | 535 | 127 | 34 |
| Binary | 10000100 | 1001 | 11111 | 0 | 1011101 | 1001101 | 110000 | 101011101 | 1010111 | 11100 |
Color Harmonies of #84091F
Complementary color
Monochromatic Colors of #84091F
Black with #84091F
Text Example
Text Example
White with #84091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84091F; }
p { color: rgb(132,9,31); }
H1.HeaderClassName
{
color: #84091F;
}
.AnyTagClassName
{
color: #84091F;
}
</style>
background-color css
<style>
a { background-color: #84091F; }
a { background-color: rgb(132,9,31); }
div.DivClassName
{
background-color: #84091F;
}
.BgClassName
{
background-color: #84091F;
}
</style>
border-color css
<style>
span { border-color: #84091F; }
span { border-color: rgb(132,9,31); }
td.TdClassName
{
border-color: #84091F;
}
.TagClassName
{
border-color: #84091F;
}
</style>