Shades of Burgundy #840B3C
Tints of Burgundy #840B3C
RGB
CMYK
RGB Variations
Color information
#840B3C (or 0x840B3C) is known color: Burgundy. HEX triplet: 84, 0B and 3C. RGB value is (132,11,60). Sum of RGB (Red+Green+Blue) = 132+11+60=203 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.02% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 132 - color contains mainly: red. Hex color #840B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840B3C is #7BF4C3. Grayscale: #343434. Windows color (decimal): -8123588 or 3935108. OLE color: 3935108.
HSL color Cylindrical-coordinate representation of color #840B3C: hue angle of 335.7º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B3C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 11 | 60 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.48 |
| HSL | 335.7º | 0.85% | 0.28% | - |
| HSV(B) | 335.7º | 0.92% | 0.52% | - |
| XYZ | 10.45 | 5.47 | 4.78 | - |
| YUV | 52.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 60 | 0 | 0.92 | 0.55 | 0.48 | 335.7 | 0.85 | 0.28 |
| Hex | 84 | B | 3C | 0 | 5C | 37 | 30 | 150 | 55 | 1C |
| Octal | 204 | 13 | 74 | 0 | 134 | 67 | 60 | 520 | 125 | 34 |
| Binary | 10000100 | 1011 | 111100 | 0 | 1011100 | 110111 | 110000 | 101010000 | 1010101 | 11100 |
Color Harmonies of #840B3C
Complementary color
Monochromatic Colors of #840B3C
Black with #840B3C
Text Example
Text Example
White with #840B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840B3C; }
p { color: rgb(132,11,60); }
H1.HeaderClassName
{
color: #840B3C;
}
.AnyTagClassName
{
color: #840B3C;
}
</style>
background-color css
<style>
a { background-color: #840B3C; }
a { background-color: rgb(132,11,60); }
div.DivClassName
{
background-color: #840B3C;
}
.BgClassName
{
background-color: #840B3C;
}
</style>
border-color css
<style>
span { border-color: #840B3C; }
span { border-color: rgb(132,11,60); }
td.TdClassName
{
border-color: #840B3C;
}
.TagClassName
{
border-color: #840B3C;
}
</style>