Shades of Burgundy #840D1A
Tints of Burgundy #840D1A
RGB
CMYK
RGB Variations
Color information
#840D1A (or 0x840D1A) is known color: Burgundy. HEX triplet: 84, 0D and 1A. RGB value is (132,13,26). Sum of RGB (Red+Green+Blue) = 132+13+26=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #840D1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D1A is #7BF2E5. Grayscale: #323232. Windows color (decimal): -8123110 or 1707396. OLE color: 1707396.
HSL color Cylindrical-coordinate representation of color #840D1A: hue angle of 353.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D1A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 26 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.48 |
| HSL | 353.45º | 0.82% | 0.28% | - |
| HSV(B) | 353.45º | 0.9% | 0.52% | - |
| XYZ | 9.85 | 5.27 | 1.48 | - |
| YUV | 50.06 | 114.42 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 26 | 0 | 0.90 | 0.80 | 0.48 | 353.45 | 0.82 | 0.28 |
| Hex | 84 | D | 1A | 0 | 5A | 50 | 30 | 161 | 52 | 1C |
| Octal | 204 | 15 | 32 | 0 | 132 | 120 | 60 | 541 | 122 | 34 |
| Binary | 10000100 | 1101 | 11010 | 0 | 1011010 | 1010000 | 110000 | 101100001 | 1010010 | 11100 |
Color Harmonies of #840D1A
Complementary color
Monochromatic Colors of #840D1A
Black with #840D1A
Text Example
Text Example
White with #840D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D1A; }
p { color: rgb(132,13,26); }
H1.HeaderClassName
{
color: #840D1A;
}
.AnyTagClassName
{
color: #840D1A;
}
</style>
background-color css
<style>
a { background-color: #840D1A; }
a { background-color: rgb(132,13,26); }
div.DivClassName
{
background-color: #840D1A;
}
.BgClassName
{
background-color: #840D1A;
}
</style>
border-color css
<style>
span { border-color: #840D1A; }
span { border-color: rgb(132,13,26); }
td.TdClassName
{
border-color: #840D1A;
}
.TagClassName
{
border-color: #840D1A;
}
</style>