Shades of Burgundy #840116
Tints of Burgundy #840116
RGB
CMYK
RGB Variations
Color information
#840116 (or 0x840116) is known color: Burgundy. HEX triplet: 84, 01 and 16. RGB value is (132,1,22). Sum of RGB (Red+Green+Blue) = 132+1+22=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #840116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840116 is #7BFEE9. Grayscale: #2A2A2A. Windows color (decimal): -8126186 or 1442180. OLE color: 1442180.
HSL color Cylindrical-coordinate representation of color #840116: hue angle of 350.38º 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 #840116 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.48 |
| HSL | 350.38º | 0.98% | 0.26% | - |
| HSV(B) | 350.38º | 0.99% | 0.52% | - |
| XYZ | 9.67 | 4.99 | 1.21 | - |
| YUV | 42.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 22 | 0 | 0.99 | 0.83 | 0.48 | 350.38 | 0.98 | 0.26 |
| Hex | 84 | 1 | 16 | 0 | 63 | 53 | 30 | 15E | 62 | 1A |
| Octal | 204 | 1 | 26 | 0 | 143 | 123 | 60 | 536 | 142 | 32 |
| Binary | 10000100 | 1 | 10110 | 0 | 1100011 | 1010011 | 110000 | 101011110 | 1100010 | 11010 |
Color Harmonies of #840116
Complementary color
Monochromatic Colors of #840116
Black with #840116
Text Example
Text Example
White with #840116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840116; }
p { color: rgb(132,1,22); }
H1.HeaderClassName
{
color: #840116;
}
.AnyTagClassName
{
color: #840116;
}
</style>
background-color css
<style>
a { background-color: #840116; }
a { background-color: rgb(132,1,22); }
div.DivClassName
{
background-color: #840116;
}
.BgClassName
{
background-color: #840116;
}
</style>
border-color css
<style>
span { border-color: #840116; }
span { border-color: rgb(132,1,22); }
td.TdClassName
{
border-color: #840116;
}
.TagClassName
{
border-color: #840116;
}
</style>