Shades of Burgundy #870937
Tints of Burgundy #870937
RGB
CMYK
RGB Variations
Color information
#870937 (or 0x870937) is known color: Burgundy. HEX triplet: 87, 09 and 37. RGB value is (135,9,55). Sum of RGB (Red+Green+Blue) = 135+9+55=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #870937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870937 is #78F6C8. Grayscale: #333333. Windows color (decimal): -7927497 or 3606919. OLE color: 3606919.
HSL color Cylindrical-coordinate representation of color #870937: hue angle of 338.1º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870937 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 55 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.47 |
| HSL | 338.1º | 0.88% | 0.28% | - |
| HSV(B) | 338.1º | 0.93% | 0.53% | - |
| XYZ | 10.78 | 5.62 | 4.13 | - |
| YUV | 51.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 55 | 0 | 0.93 | 0.59 | 0.47 | 338.1 | 0.88 | 0.28 |
| Hex | 87 | 9 | 37 | 0 | 5D | 3B | 2F | 152 | 58 | 1C |
| Octal | 207 | 11 | 67 | 0 | 135 | 73 | 57 | 522 | 130 | 34 |
| Binary | 10000111 | 1001 | 110111 | 0 | 1011101 | 111011 | 101111 | 101010010 | 1011000 | 11100 |
Color Harmonies of #870937
Complementary color
Monochromatic Colors of #870937
Black with #870937
Text Example
Text Example
White with #870937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870937; }
p { color: rgb(135,9,55); }
H1.HeaderClassName
{
color: #870937;
}
.AnyTagClassName
{
color: #870937;
}
</style>
background-color css
<style>
a { background-color: #870937; }
a { background-color: rgb(135,9,55); }
div.DivClassName
{
background-color: #870937;
}
.BgClassName
{
background-color: #870937;
}
</style>
border-color css
<style>
span { border-color: #870937; }
span { border-color: rgb(135,9,55); }
td.TdClassName
{
border-color: #870937;
}
.TagClassName
{
border-color: #870937;
}
</style>