Shades of Burgundy #84022F
Tints of Burgundy #84022F
RGB
CMYK
RGB Variations
Color information
#84022F (or 0x84022F) is known color: Burgundy. HEX triplet: 84, 02 and 2F. RGB value is (132,2,47). Sum of RGB (Red+Green+Blue) = 132+2+47=181 (23% of max value = 765). Red value is 132 (51.95% from 255 or 72.93% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 132 - color contains mainly: red. Hex color #84022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84022F is #7BFDD0. Grayscale: #2D2D2D. Windows color (decimal): -8125905 or 3080836. OLE color: 3080836.
HSL color Cylindrical-coordinate representation of color #84022F: hue angle of 339.23º 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 #84022F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.48 |
| HSL | 339.23º | 0.97% | 0.26% | - |
| HSV(B) | 339.23º | 0.98% | 0.52% | - |
| XYZ | 10.05 | 5.15 | 3.15 | - |
| YUV | 46 | 128.57 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 47 | 0 | 0.98 | 0.64 | 0.48 | 339.23 | 0.97 | 0.26 |
| Hex | 84 | 2 | 2F | 0 | 62 | 40 | 30 | 153 | 61 | 1A |
| Octal | 204 | 2 | 57 | 0 | 142 | 100 | 60 | 523 | 141 | 32 |
| Binary | 10000100 | 10 | 101111 | 0 | 1100010 | 1000000 | 110000 | 101010011 | 1100001 | 11010 |
Color Harmonies of #84022F
Complementary color
Monochromatic Colors of #84022F
Black with #84022F
Text Example
Text Example
White with #84022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84022F; }
p { color: rgb(132,2,47); }
H1.HeaderClassName
{
color: #84022F;
}
.AnyTagClassName
{
color: #84022F;
}
</style>
background-color css
<style>
a { background-color: #84022F; }
a { background-color: rgb(132,2,47); }
div.DivClassName
{
background-color: #84022F;
}
.BgClassName
{
background-color: #84022F;
}
</style>
border-color css
<style>
span { border-color: #84022F; }
span { border-color: rgb(132,2,47); }
td.TdClassName
{
border-color: #84022F;
}
.TagClassName
{
border-color: #84022F;
}
</style>