Shades of Burgundy #84022D
Tints of Burgundy #84022D
RGB
CMYK
RGB Variations
Color information
#84022D (or 0x84022D) is known color: Burgundy. HEX triplet: 84, 02 and 2D. RGB value is (132,2,45). Sum of RGB (Red+Green+Blue) = 132+2+45=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84022D is #7BFDD2. Grayscale: #2D2D2D. Windows color (decimal): -8125907 or 2949764. OLE color: 2949764.
HSL color Cylindrical-coordinate representation of color #84022D: hue angle of 340.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84022D is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.48 |
| HSL | 340.15º | 0.97% | 0.26% | - |
| HSV(B) | 340.15º | 0.98% | 0.52% | - |
| XYZ | 10.01 | 5.14 | 2.95 | - |
| YUV | 45.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 45 | 0 | 0.98 | 0.66 | 0.48 | 340.15 | 0.97 | 0.26 |
| Hex | 84 | 2 | 2D | 0 | 62 | 42 | 30 | 154 | 61 | 1A |
| Octal | 204 | 2 | 55 | 0 | 142 | 102 | 60 | 524 | 141 | 32 |
| Binary | 10000100 | 10 | 101101 | 0 | 1100010 | 1000010 | 110000 | 101010100 | 1100001 | 11010 |
Color Harmonies of #84022D
Complementary color
Monochromatic Colors of #84022D
Black with #84022D
Text Example
Text Example
White with #84022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84022D; }
p { color: rgb(132,2,45); }
H1.HeaderClassName
{
color: #84022D;
}
.AnyTagClassName
{
color: #84022D;
}
</style>
background-color css
<style>
a { background-color: #84022D; }
a { background-color: rgb(132,2,45); }
div.DivClassName
{
background-color: #84022D;
}
.BgClassName
{
background-color: #84022D;
}
</style>
border-color css
<style>
span { border-color: #84022D; }
span { border-color: rgb(132,2,45); }
td.TdClassName
{
border-color: #84022D;
}
.TagClassName
{
border-color: #84022D;
}
</style>