Shades of Burgundy #840119
Tints of Burgundy #840119
RGB
CMYK
RGB Variations
Color information
#840119 (or 0x840119) is known color: Burgundy. HEX triplet: 84, 01 and 19. RGB value is (132,1,25). Sum of RGB (Red+Green+Blue) = 132+1+25=158 (20% of max value = 765). Red value is 132 (51.95% from 255 or 83.54% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 132 - color contains mainly: red. Hex color #840119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840119 is #7BFEE6. Grayscale: #2A2A2A. Windows color (decimal): -8126183 or 1638788. OLE color: 1638788.
HSL color Cylindrical-coordinate representation of color #840119: hue angle of 349.01º 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 #840119 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 25 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.48 |
| HSL | 349.01º | 0.98% | 0.26% | - |
| HSV(B) | 349.01º | 0.99% | 0.52% | - |
| XYZ | 9.7 | 5 | 1.37 | - |
| YUV | 42.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 25 | 0 | 0.99 | 0.81 | 0.48 | 349.01 | 0.98 | 0.26 |
| Hex | 84 | 1 | 19 | 0 | 63 | 51 | 30 | 15D | 62 | 1A |
| Octal | 204 | 1 | 31 | 0 | 143 | 121 | 60 | 535 | 142 | 32 |
| Binary | 10000100 | 1 | 11001 | 0 | 1100011 | 1010001 | 110000 | 101011101 | 1100010 | 11010 |
Color Harmonies of #840119
Complementary color
Monochromatic Colors of #840119
Black with #840119
Text Example
Text Example
White with #840119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840119; }
p { color: rgb(132,1,25); }
H1.HeaderClassName
{
color: #840119;
}
.AnyTagClassName
{
color: #840119;
}
</style>
background-color css
<style>
a { background-color: #840119; }
a { background-color: rgb(132,1,25); }
div.DivClassName
{
background-color: #840119;
}
.BgClassName
{
background-color: #840119;
}
</style>
border-color css
<style>
span { border-color: #840119; }
span { border-color: rgb(132,1,25); }
td.TdClassName
{
border-color: #840119;
}
.TagClassName
{
border-color: #840119;
}
</style>