Shades of Burgundy #870832
Tints of Burgundy #870832
RGB
CMYK
RGB Variations
Color information
#870832 (or 0x870832) is known color: Burgundy. HEX triplet: 87, 08 and 32. RGB value is (135,8,50). Sum of RGB (Red+Green+Blue) = 135+8+50=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870832 is #78F7CD. Grayscale: #323232. Windows color (decimal): -7927758 or 3278983. OLE color: 3278983.
HSL color Cylindrical-coordinate representation of color #870832: hue angle of 340.16º 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 #870832 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 50 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.47 |
| HSL | 340.16º | 0.89% | 0.28% | - |
| HSV(B) | 340.16º | 0.94% | 0.53% | - |
| XYZ | 10.65 | 5.55 | 3.53 | - |
| YUV | 50.76 | 127.58 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 50 | 0 | 0.94 | 0.63 | 0.47 | 340.16 | 0.89 | 0.28 |
| Hex | 87 | 8 | 32 | 0 | 5E | 3F | 2F | 154 | 59 | 1C |
| Octal | 207 | 10 | 62 | 0 | 136 | 77 | 57 | 524 | 131 | 34 |
| Binary | 10000111 | 1000 | 110010 | 0 | 1011110 | 111111 | 101111 | 101010100 | 1011001 | 11100 |
Color Harmonies of #870832
Complementary color
Monochromatic Colors of #870832
Black with #870832
Text Example
Text Example
White with #870832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870832; }
p { color: rgb(135,8,50); }
H1.HeaderClassName
{
color: #870832;
}
.AnyTagClassName
{
color: #870832;
}
</style>
background-color css
<style>
a { background-color: #870832; }
a { background-color: rgb(135,8,50); }
div.DivClassName
{
background-color: #870832;
}
.BgClassName
{
background-color: #870832;
}
</style>
border-color css
<style>
span { border-color: #870832; }
span { border-color: rgb(135,8,50); }
td.TdClassName
{
border-color: #870832;
}
.TagClassName
{
border-color: #870832;
}
</style>