Shades of Burgundy #84012A
Tints of Burgundy #84012A
RGB
CMYK
RGB Variations
Color information
#84012A (or 0x84012A) is known color: Burgundy. HEX triplet: 84, 01 and 2A. RGB value is (132,1,42). Sum of RGB (Red+Green+Blue) = 132+1+42=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #84012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84012A is #7BFED5. Grayscale: #2C2C2C. Windows color (decimal): -8126166 or 2752900. OLE color: 2752900.
HSL color Cylindrical-coordinate representation of color #84012A: hue angle of 341.22º 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 #84012A is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.48 |
| HSL | 341.22º | 0.98% | 0.26% | - |
| HSV(B) | 341.22º | 0.99% | 0.52% | - |
| XYZ | 9.94 | 5.09 | 2.65 | - |
| YUV | 44.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 42 | 0 | 0.99 | 0.68 | 0.48 | 341.22 | 0.98 | 0.26 |
| Hex | 84 | 1 | 2A | 0 | 63 | 44 | 30 | 155 | 62 | 1A |
| Octal | 204 | 1 | 52 | 0 | 143 | 104 | 60 | 525 | 142 | 32 |
| Binary | 10000100 | 1 | 101010 | 0 | 1100011 | 1000100 | 110000 | 101010101 | 1100010 | 11010 |
Color Harmonies of #84012A
Complementary color
Monochromatic Colors of #84012A
Black with #84012A
Text Example
Text Example
White with #84012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84012A; }
p { color: rgb(132,1,42); }
H1.HeaderClassName
{
color: #84012A;
}
.AnyTagClassName
{
color: #84012A;
}
</style>
background-color css
<style>
a { background-color: #84012A; }
a { background-color: rgb(132,1,42); }
div.DivClassName
{
background-color: #84012A;
}
.BgClassName
{
background-color: #84012A;
}
</style>
border-color css
<style>
span { border-color: #84012A; }
span { border-color: rgb(132,1,42); }
td.TdClassName
{
border-color: #84012A;
}
.TagClassName
{
border-color: #84012A;
}
</style>