Shades of Burgundy #840B2B
Tints of Burgundy #840B2B
RGB
CMYK
RGB Variations
Color information
#840B2B (or 0x840B2B) is known color: Burgundy. HEX triplet: 84, 0B and 2B. RGB value is (132,11,43). Sum of RGB (Red+Green+Blue) = 132+11+43=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #840B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840B2B is #7BF4D4. Grayscale: #323232. Windows color (decimal): -8123605 or 2820996. OLE color: 2820996.
HSL color Cylindrical-coordinate representation of color #840B2B: hue angle of 344.13º 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 #840B2B is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 11 | 43 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.48 |
| HSL | 344.13º | 0.85% | 0.28% | - |
| HSV(B) | 344.13º | 0.92% | 0.52% | - |
| XYZ | 10.07 | 5.32 | 2.78 | - |
| YUV | 50.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 43 | 0 | 0.92 | 0.67 | 0.48 | 344.13 | 0.85 | 0.28 |
| Hex | 84 | B | 2B | 0 | 5C | 43 | 30 | 158 | 55 | 1C |
| Octal | 204 | 13 | 53 | 0 | 134 | 103 | 60 | 530 | 125 | 34 |
| Binary | 10000100 | 1011 | 101011 | 0 | 1011100 | 1000011 | 110000 | 101011000 | 1010101 | 11100 |
Color Harmonies of #840B2B
Complementary color
Monochromatic Colors of #840B2B
Black with #840B2B
Text Example
Text Example
White with #840B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840B2B; }
p { color: rgb(132,11,43); }
H1.HeaderClassName
{
color: #840B2B;
}
.AnyTagClassName
{
color: #840B2B;
}
</style>
background-color css
<style>
a { background-color: #840B2B; }
a { background-color: rgb(132,11,43); }
div.DivClassName
{
background-color: #840B2B;
}
.BgClassName
{
background-color: #840B2B;
}
</style>
border-color css
<style>
span { border-color: #840B2B; }
span { border-color: rgb(132,11,43); }
td.TdClassName
{
border-color: #840B2B;
}
.TagClassName
{
border-color: #840B2B;
}
</style>