Shades of Burgundy #840D3C
Tints of Burgundy #840D3C
RGB
CMYK
RGB Variations
Color information
#840D3C (or 0x840D3C) is known color: Burgundy. HEX triplet: 84, 0D and 3C. RGB value is (132,13,60). Sum of RGB (Red+Green+Blue) = 132+13+60=205 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.39% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 132 - color contains mainly: red. Hex color #840D3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840D3C is #7BF2C3. Grayscale: #353535. Windows color (decimal): -8123076 or 3935620. OLE color: 3935620.
HSL color Cylindrical-coordinate representation of color #840D3C: hue angle of 336.3º 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 #840D3C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 13 | 60 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.48 |
| HSL | 336.3º | 0.82% | 0.28% | - |
| HSV(B) | 336.3º | 0.9% | 0.52% | - |
| XYZ | 10.48 | 5.52 | 4.79 | - |
| YUV | 53.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 13 | 60 | 0 | 0.90 | 0.55 | 0.48 | 336.3 | 0.82 | 0.28 |
| Hex | 84 | D | 3C | 0 | 5A | 37 | 30 | 150 | 52 | 1C |
| Octal | 204 | 15 | 74 | 0 | 132 | 67 | 60 | 520 | 122 | 34 |
| Binary | 10000100 | 1101 | 111100 | 0 | 1011010 | 110111 | 110000 | 101010000 | 1010010 | 11100 |
Color Harmonies of #840D3C
Complementary color
Monochromatic Colors of #840D3C
Black with #840D3C
Text Example
Text Example
White with #840D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840D3C; }
p { color: rgb(132,13,60); }
H1.HeaderClassName
{
color: #840D3C;
}
.AnyTagClassName
{
color: #840D3C;
}
</style>
background-color css
<style>
a { background-color: #840D3C; }
a { background-color: rgb(132,13,60); }
div.DivClassName
{
background-color: #840D3C;
}
.BgClassName
{
background-color: #840D3C;
}
</style>
border-color css
<style>
span { border-color: #840D3C; }
span { border-color: rgb(132,13,60); }
td.TdClassName
{
border-color: #840D3C;
}
.TagClassName
{
border-color: #840D3C;
}
</style>