Shades of Burgundy #870037
Tints of Burgundy #870037
RGB
CMYK
RGB Variations
Color information
#870037 (or 0x870037) is known color: Burgundy. HEX triplet: 87, 00 and 37. RGB value is (135,0,55). Sum of RGB (Red+Green+Blue) = 135+0+55=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870037 is #78FFC8. Grayscale: #2E2E2E. Windows color (decimal): -7929801 or 3604615. OLE color: 3604615.
HSL color Cylindrical-coordinate representation of color #870037: hue angle of 335.56º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870037 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.59 | 0.47 |
| HSL | 335.56º | 1% | 0.26% | - |
| HSV(B) | 335.56º | 1% | 0.53% | - |
| XYZ | 10.68 | 5.43 | 4.1 | - |
| YUV | 46.64 | 132.73 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 55 | 0 | 1 | 0.59 | 0.47 | 335.56 | 1 | 0.26 |
| Hex | 87 | 0 | 37 | 0 | 64 | 3B | 2F | 150 | 64 | 1A |
| Octal | 207 | 0 | 67 | 0 | 144 | 73 | 57 | 520 | 144 | 32 |
| Binary | 10000111 | 0 | 110111 | 0 | 1100100 | 111011 | 101111 | 101010000 | 1100100 | 11010 |
Color Harmonies of #870037
Complementary color
Monochromatic Colors of #870037
Black with #870037
Text Example
Text Example
White with #870037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870037; }
p { color: rgb(135,0,55); }
H1.HeaderClassName
{
color: #870037;
}
.AnyTagClassName
{
color: #870037;
}
</style>
background-color css
<style>
a { background-color: #870037; }
a { background-color: rgb(135,0,55); }
div.DivClassName
{
background-color: #870037;
}
.BgClassName
{
background-color: #870037;
}
</style>
border-color css
<style>
span { border-color: #870037; }
span { border-color: rgb(135,0,55); }
td.TdClassName
{
border-color: #870037;
}
.TagClassName
{
border-color: #870037;
}
</style>