Shades of Burgundy #840D3B
Tints of Burgundy #840D3B
RGB
CMYK
RGB Variations
Color information
#840D3B (or 0x840D3B) is known color: Burgundy. HEX triplet: 84, 0D and 3B. RGB value is (132,13,59). Sum of RGB (Red+Green+Blue) = 132+13+59=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #840D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D3B is #7BF2C4. Grayscale: #353535. Windows color (decimal): -8123077 or 3870084. OLE color: 3870084.
HSL color Cylindrical-coordinate representation of color #840D3B: hue angle of 336.81º 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 #840D3B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 59 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.48 |
| HSL | 336.81º | 0.82% | 0.28% | - |
| HSV(B) | 336.81º | 0.9% | 0.52% | - |
| XYZ | 10.45 | 5.51 | 4.65 | - |
| YUV | 53.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 59 | 0 | 0.90 | 0.55 | 0.48 | 336.81 | 0.82 | 0.28 |
| Hex | 84 | D | 3B | 0 | 5A | 37 | 30 | 151 | 52 | 1C |
| Octal | 204 | 15 | 73 | 0 | 132 | 67 | 60 | 521 | 122 | 34 |
| Binary | 10000100 | 1101 | 111011 | 0 | 1011010 | 110111 | 110000 | 101010001 | 1010010 | 11100 |
Color Harmonies of #840D3B
Complementary color
Monochromatic Colors of #840D3B
Black with #840D3B
Text Example
Text Example
White with #840D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D3B; }
p { color: rgb(132,13,59); }
H1.HeaderClassName
{
color: #840D3B;
}
.AnyTagClassName
{
color: #840D3B;
}
</style>
background-color css
<style>
a { background-color: #840D3B; }
a { background-color: rgb(132,13,59); }
div.DivClassName
{
background-color: #840D3B;
}
.BgClassName
{
background-color: #840D3B;
}
</style>
border-color css
<style>
span { border-color: #840D3B; }
span { border-color: rgb(132,13,59); }
td.TdClassName
{
border-color: #840D3B;
}
.TagClassName
{
border-color: #840D3B;
}
</style>