Shades of Burgundy #840113
Tints of Burgundy #840113
RGB
CMYK
RGB Variations
Color information
#840113 (or 0x840113) is known color: Burgundy. HEX triplet: 84, 01 and 13. RGB value is (132,1,19). Sum of RGB (Red+Green+Blue) = 132+1+19=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #840113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840113 is #7BFEEC. Grayscale: #2A2A2A. Windows color (decimal): -8126189 or 1245572. OLE color: 1245572.
HSL color Cylindrical-coordinate representation of color #840113: hue angle of 351.76º 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 #840113 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.48 |
| HSL | 351.76º | 0.98% | 0.26% | - |
| HSV(B) | 351.76º | 0.99% | 0.52% | - |
| XYZ | 9.64 | 4.97 | 1.07 | - |
| YUV | 42.22 | 114.9 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 19 | 0 | 0.99 | 0.86 | 0.48 | 351.76 | 0.98 | 0.26 |
| Hex | 84 | 1 | 13 | 0 | 63 | 56 | 30 | 160 | 62 | 1A |
| Octal | 204 | 1 | 23 | 0 | 143 | 126 | 60 | 540 | 142 | 32 |
| Binary | 10000100 | 1 | 10011 | 0 | 1100011 | 1010110 | 110000 | 101100000 | 1100010 | 11010 |
Color Harmonies of #840113
Complementary color
Monochromatic Colors of #840113
Black with #840113
Text Example
Text Example
White with #840113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840113; }
p { color: rgb(132,1,19); }
H1.HeaderClassName
{
color: #840113;
}
.AnyTagClassName
{
color: #840113;
}
</style>
background-color css
<style>
a { background-color: #840113; }
a { background-color: rgb(132,1,19); }
div.DivClassName
{
background-color: #840113;
}
.BgClassName
{
background-color: #840113;
}
</style>
border-color css
<style>
span { border-color: #840113; }
span { border-color: rgb(132,1,19); }
td.TdClassName
{
border-color: #840113;
}
.TagClassName
{
border-color: #840113;
}
</style>