Shades of Burgundy #870839
Tints of Burgundy #870839
RGB
CMYK
RGB Variations
Color information
#870839 (or 0x870839) is known color: Burgundy. HEX triplet: 87, 08 and 39. RGB value is (135,8,57). Sum of RGB (Red+Green+Blue) = 135+8+57=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #870839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870839 is #78F7C6. Grayscale: #333333. Windows color (decimal): -7927751 or 3737735. OLE color: 3737735.
HSL color Cylindrical-coordinate representation of color #870839: hue angle of 336.85º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870839 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 57 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.47 |
| HSL | 336.85º | 0.89% | 0.28% | - |
| HSV(B) | 336.85º | 0.94% | 0.53% | - |
| XYZ | 10.82 | 5.62 | 4.39 | - |
| YUV | 51.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 57 | 0 | 0.94 | 0.58 | 0.47 | 336.85 | 0.89 | 0.28 |
| Hex | 87 | 8 | 39 | 0 | 5E | 3A | 2F | 151 | 59 | 1C |
| Octal | 207 | 10 | 71 | 0 | 136 | 72 | 57 | 521 | 131 | 34 |
| Binary | 10000111 | 1000 | 111001 | 0 | 1011110 | 111010 | 101111 | 101010001 | 1011001 | 11100 |
Color Harmonies of #870839
Complementary color
Monochromatic Colors of #870839
Black with #870839
Text Example
Text Example
White with #870839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870839; }
p { color: rgb(135,8,57); }
H1.HeaderClassName
{
color: #870839;
}
.AnyTagClassName
{
color: #870839;
}
</style>
background-color css
<style>
a { background-color: #870839; }
a { background-color: rgb(135,8,57); }
div.DivClassName
{
background-color: #870839;
}
.BgClassName
{
background-color: #870839;
}
</style>
border-color css
<style>
span { border-color: #870839; }
span { border-color: rgb(135,8,57); }
td.TdClassName
{
border-color: #870839;
}
.TagClassName
{
border-color: #870839;
}
</style>