Shades of Burgundy #84011A
Tints of Burgundy #84011A
RGB
CMYK
RGB Variations
Color information
#84011A (or 0x84011A) is known color: Burgundy. HEX triplet: 84, 01 and 1A. RGB value is (132,1,26). Sum of RGB (Red+Green+Blue) = 132+1+26=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #84011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84011A is #7BFEE5. Grayscale: #2B2B2B. Windows color (decimal): -8126182 or 1704324. OLE color: 1704324.
HSL color Cylindrical-coordinate representation of color #84011A: hue angle of 348.55º 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 #84011A is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.48 |
| HSL | 348.55º | 0.98% | 0.26% | - |
| HSV(B) | 348.55º | 0.99% | 0.52% | - |
| XYZ | 9.71 | 5 | 1.43 | - |
| YUV | 43.02 | 118.4 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 26 | 0 | 0.99 | 0.80 | 0.48 | 348.55 | 0.98 | 0.26 |
| Hex | 84 | 1 | 1A | 0 | 63 | 50 | 30 | 15D | 62 | 1A |
| Octal | 204 | 1 | 32 | 0 | 143 | 120 | 60 | 535 | 142 | 32 |
| Binary | 10000100 | 1 | 11010 | 0 | 1100011 | 1010000 | 110000 | 101011101 | 1100010 | 11010 |
Color Harmonies of #84011A
Complementary color
Monochromatic Colors of #84011A
Black with #84011A
Text Example
Text Example
White with #84011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84011A; }
p { color: rgb(132,1,26); }
H1.HeaderClassName
{
color: #84011A;
}
.AnyTagClassName
{
color: #84011A;
}
</style>
background-color css
<style>
a { background-color: #84011A; }
a { background-color: rgb(132,1,26); }
div.DivClassName
{
background-color: #84011A;
}
.BgClassName
{
background-color: #84011A;
}
</style>
border-color css
<style>
span { border-color: #84011A; }
span { border-color: rgb(132,1,26); }
td.TdClassName
{
border-color: #84011A;
}
.TagClassName
{
border-color: #84011A;
}
</style>