Shades of Burgundy #840213
Tints of Burgundy #840213
RGB
CMYK
RGB Variations
Color information
#840213 (or 0x840213) is known color: Burgundy. HEX triplet: 84, 02 and 13. RGB value is (132,2,19). Sum of RGB (Red+Green+Blue) = 132+2+19=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #840213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840213 is #7BFDEC. Grayscale: #2A2A2A. Windows color (decimal): -8125933 or 1245828. OLE color: 1245828.
HSL color Cylindrical-coordinate representation of color #840213: hue angle of 352.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840213 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 2 | 19 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.48 |
| HSL | 352.15º | 0.97% | 0.26% | - |
| HSV(B) | 352.15º | 0.98% | 0.52% | - |
| XYZ | 9.65 | 5 | 1.07 | - |
| YUV | 42.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 19 | 0 | 0.98 | 0.86 | 0.48 | 352.15 | 0.97 | 0.26 |
| Hex | 84 | 2 | 13 | 0 | 62 | 56 | 30 | 160 | 61 | 1A |
| Octal | 204 | 2 | 23 | 0 | 142 | 126 | 60 | 540 | 141 | 32 |
| Binary | 10000100 | 10 | 10011 | 0 | 1100010 | 1010110 | 110000 | 101100000 | 1100001 | 11010 |
Color Harmonies of #840213
Complementary color
Monochromatic Colors of #840213
Black with #840213
Text Example
Text Example
White with #840213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840213; }
p { color: rgb(132,2,19); }
H1.HeaderClassName
{
color: #840213;
}
.AnyTagClassName
{
color: #840213;
}
</style>
background-color css
<style>
a { background-color: #840213; }
a { background-color: rgb(132,2,19); }
div.DivClassName
{
background-color: #840213;
}
.BgClassName
{
background-color: #840213;
}
</style>
border-color css
<style>
span { border-color: #840213; }
span { border-color: rgb(132,2,19); }
td.TdClassName
{
border-color: #840213;
}
.TagClassName
{
border-color: #840213;
}
</style>