Shades of Burgundy #84012F
Tints of Burgundy #84012F
RGB
CMYK
RGB Variations
Color information
#84012F (or 0x84012F) is known color: Burgundy. HEX triplet: 84, 01 and 2F. RGB value is (132,1,47). Sum of RGB (Red+Green+Blue) = 132+1+47=180 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.33% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 132 - color contains mainly: red. Hex color #84012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84012F is #7BFED0. Grayscale: #2D2D2D. Windows color (decimal): -8126161 or 3080580. OLE color: 3080580.
HSL color Cylindrical-coordinate representation of color #84012F: hue angle of 338.93º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84012F is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.48 |
| HSL | 338.93º | 0.98% | 0.26% | - |
| HSV(B) | 338.93º | 0.99% | 0.52% | - |
| XYZ | 10.04 | 5.13 | 3.15 | - |
| YUV | 45.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 47 | 0 | 0.99 | 0.64 | 0.48 | 338.93 | 0.98 | 0.26 |
| Hex | 84 | 1 | 2F | 0 | 63 | 40 | 30 | 153 | 62 | 1A |
| Octal | 204 | 1 | 57 | 0 | 143 | 100 | 60 | 523 | 142 | 32 |
| Binary | 10000100 | 1 | 101111 | 0 | 1100011 | 1000000 | 110000 | 101010011 | 1100010 | 11010 |
Color Harmonies of #84012F
Complementary color
Monochromatic Colors of #84012F
Black with #84012F
Text Example
Text Example
White with #84012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84012F; }
p { color: rgb(132,1,47); }
H1.HeaderClassName
{
color: #84012F;
}
.AnyTagClassName
{
color: #84012F;
}
</style>
background-color css
<style>
a { background-color: #84012F; }
a { background-color: rgb(132,1,47); }
div.DivClassName
{
background-color: #84012F;
}
.BgClassName
{
background-color: #84012F;
}
</style>
border-color css
<style>
span { border-color: #84012F; }
span { border-color: rgb(132,1,47); }
td.TdClassName
{
border-color: #84012F;
}
.TagClassName
{
border-color: #84012F;
}
</style>