Shades of Burgundy #870830
Tints of Burgundy #870830
RGB
CMYK
RGB Variations
Color information
#870830 (or 0x870830) is known color: Burgundy. HEX triplet: 87, 08 and 30. RGB value is (135,8,48). Sum of RGB (Red+Green+Blue) = 135+8+48=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870830 is #78F7CF. Grayscale: #323232. Windows color (decimal): -7927760 or 3147911. OLE color: 3147911.
HSL color Cylindrical-coordinate representation of color #870830: hue angle of 341.1º 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 #870830 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 48 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.47 |
| HSL | 341.1º | 0.89% | 0.28% | - |
| HSV(B) | 341.1º | 0.94% | 0.53% | - |
| XYZ | 10.61 | 5.54 | 3.31 | - |
| YUV | 50.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 48 | 0 | 0.94 | 0.64 | 0.47 | 341.1 | 0.89 | 0.28 |
| Hex | 87 | 8 | 30 | 0 | 5E | 40 | 2F | 155 | 59 | 1C |
| Octal | 207 | 10 | 60 | 0 | 136 | 100 | 57 | 525 | 131 | 34 |
| Binary | 10000111 | 1000 | 110000 | 0 | 1011110 | 1000000 | 101111 | 101010101 | 1011001 | 11100 |
Color Harmonies of #870830
Complementary color
Monochromatic Colors of #870830
Black with #870830
Text Example
Text Example
White with #870830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870830; }
p { color: rgb(135,8,48); }
H1.HeaderClassName
{
color: #870830;
}
.AnyTagClassName
{
color: #870830;
}
</style>
background-color css
<style>
a { background-color: #870830; }
a { background-color: rgb(135,8,48); }
div.DivClassName
{
background-color: #870830;
}
.BgClassName
{
background-color: #870830;
}
</style>
border-color css
<style>
span { border-color: #870830; }
span { border-color: rgb(135,8,48); }
td.TdClassName
{
border-color: #870830;
}
.TagClassName
{
border-color: #870830;
}
</style>