Shades of Burgundy #840B28
Tints of Burgundy #840B28
RGB
CMYK
RGB Variations
Color information
#840B28 (or 0x840B28) is known color: Burgundy. HEX triplet: 84, 0B and 28. RGB value is (132,11,40). Sum of RGB (Red+Green+Blue) = 132+11+40=183 (24% of max value = 765). Red value is 132 (51.95% from 255 or 72.13% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 132 - color contains mainly: red. Hex color #840B28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #840B28 is #7BF4D7. Grayscale: #323232. Windows color (decimal): -8123608 or 2624388. OLE color: 2624388.
HSL color Cylindrical-coordinate representation of color #840B28: hue angle of 345.62º 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 #840B28 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 11 | 40 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.48 |
| HSL | 345.62º | 0.85% | 0.28% | - |
| HSV(B) | 345.62º | 0.92% | 0.52% | - |
| XYZ | 10.02 | 5.3 | 2.5 | - |
| YUV | 50.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 11 | 40 | 0 | 0.92 | 0.70 | 0.48 | 345.62 | 0.85 | 0.28 |
| Hex | 84 | B | 28 | 0 | 5C | 46 | 30 | 15A | 55 | 1C |
| Octal | 204 | 13 | 50 | 0 | 134 | 106 | 60 | 532 | 125 | 34 |
| Binary | 10000100 | 1011 | 101000 | 0 | 1011100 | 1000110 | 110000 | 101011010 | 1010101 | 11100 |
Color Harmonies of #840B28
Complementary color
Monochromatic Colors of #840B28
Black with #840B28
Text Example
Text Example
White with #840B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840B28; }
p { color: rgb(132,11,40); }
H1.HeaderClassName
{
color: #840B28;
}
.AnyTagClassName
{
color: #840B28;
}
</style>
background-color css
<style>
a { background-color: #840B28; }
a { background-color: rgb(132,11,40); }
div.DivClassName
{
background-color: #840B28;
}
.BgClassName
{
background-color: #840B28;
}
</style>
border-color css
<style>
span { border-color: #840B28; }
span { border-color: rgb(132,11,40); }
td.TdClassName
{
border-color: #840B28;
}
.TagClassName
{
border-color: #840B28;
}
</style>