Shades of Burgundy #84082F
Tints of Burgundy #84082F
RGB
CMYK
RGB Variations
Color information
#84082F (or 0x84082F) is known color: Burgundy. HEX triplet: 84, 08 and 2F. RGB value is (132,8,47). Sum of RGB (Red+Green+Blue) = 132+8+47=187 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.59% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 132 - color contains mainly: red. Hex color #84082F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84082F is #7BF7D0. Grayscale: #313131. Windows color (decimal): -8124369 or 3082372. OLE color: 3082372.
HSL color Cylindrical-coordinate representation of color #84082F: hue angle of 341.13º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84082F is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 8 | 47 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.48 |
| HSL | 341.13º | 0.89% | 0.27% | - |
| HSV(B) | 341.13º | 0.94% | 0.52% | - |
| XYZ | 10.12 | 5.28 | 3.18 | - |
| YUV | 49.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 47 | 0 | 0.94 | 0.64 | 0.48 | 341.13 | 0.89 | 0.27 |
| Hex | 84 | 8 | 2F | 0 | 5E | 40 | 30 | 155 | 59 | 1B |
| Octal | 204 | 10 | 57 | 0 | 136 | 100 | 60 | 525 | 131 | 33 |
| Binary | 10000100 | 1000 | 101111 | 0 | 1011110 | 1000000 | 110000 | 101010101 | 1011001 | 11011 |
Color Harmonies of #84082F
Complementary color
Monochromatic Colors of #84082F
Black with #84082F
Text Example
Text Example
White with #84082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84082F; }
p { color: rgb(132,8,47); }
H1.HeaderClassName
{
color: #84082F;
}
.AnyTagClassName
{
color: #84082F;
}
</style>
background-color css
<style>
a { background-color: #84082F; }
a { background-color: rgb(132,8,47); }
div.DivClassName
{
background-color: #84082F;
}
.BgClassName
{
background-color: #84082F;
}
</style>
border-color css
<style>
span { border-color: #84082F; }
span { border-color: rgb(132,8,47); }
td.TdClassName
{
border-color: #84082F;
}
.TagClassName
{
border-color: #84082F;
}
</style>