Shades of Burgundy #870237
Tints of Burgundy #870237
RGB
CMYK
RGB Variations
Color information
#870237 (or 0x870237) is known color: Burgundy. HEX triplet: 87, 02 and 37. RGB value is (135,2,55). Sum of RGB (Red+Green+Blue) = 135+2+55=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870237 is #78FDC8. Grayscale: #2F2F2F. Windows color (decimal): -7929289 or 3605127. OLE color: 3605127.
HSL color Cylindrical-coordinate representation of color #870237: hue angle of 336.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870237 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.47 |
| HSL | 336.09º | 0.97% | 0.27% | - |
| HSV(B) | 336.09º | 0.99% | 0.53% | - |
| XYZ | 10.7 | 5.47 | 4.11 | - |
| YUV | 47.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 55 | 0 | 0.99 | 0.59 | 0.47 | 336.09 | 0.97 | 0.27 |
| Hex | 87 | 2 | 37 | 0 | 63 | 3B | 2F | 150 | 61 | 1B |
| Octal | 207 | 2 | 67 | 0 | 143 | 73 | 57 | 520 | 141 | 33 |
| Binary | 10000111 | 10 | 110111 | 0 | 1100011 | 111011 | 101111 | 101010000 | 1100001 | 11011 |
Color Harmonies of #870237
Complementary color
Monochromatic Colors of #870237
Black with #870237
Text Example
Text Example
White with #870237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870237; }
p { color: rgb(135,2,55); }
H1.HeaderClassName
{
color: #870237;
}
.AnyTagClassName
{
color: #870237;
}
</style>
background-color css
<style>
a { background-color: #870237; }
a { background-color: rgb(135,2,55); }
div.DivClassName
{
background-color: #870237;
}
.BgClassName
{
background-color: #870237;
}
</style>
border-color css
<style>
span { border-color: #870237; }
span { border-color: rgb(135,2,55); }
td.TdClassName
{
border-color: #870237;
}
.TagClassName
{
border-color: #870237;
}
</style>