Shades of Burgundy #870337
Tints of Burgundy #870337
RGB
CMYK
RGB Variations
Color information
#870337 (or 0x870337) is known color: Burgundy. HEX triplet: 87, 03 and 37. RGB value is (135,3,55). Sum of RGB (Red+Green+Blue) = 135+3+55=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870337 is #78FCC8. Grayscale: #303030. Windows color (decimal): -7929033 or 3605383. OLE color: 3605383.
HSL color Cylindrical-coordinate representation of color #870337: hue angle of 336.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870337 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.47 |
| HSL | 336.36º | 0.96% | 0.27% | - |
| HSV(B) | 336.36º | 0.98% | 0.53% | - |
| XYZ | 10.71 | 5.49 | 4.11 | - |
| YUV | 48.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 55 | 0 | 0.98 | 0.59 | 0.47 | 336.36 | 0.96 | 0.27 |
| Hex | 87 | 3 | 37 | 0 | 62 | 3B | 2F | 150 | 60 | 1B |
| Octal | 207 | 3 | 67 | 0 | 142 | 73 | 57 | 520 | 140 | 33 |
| Binary | 10000111 | 11 | 110111 | 0 | 1100010 | 111011 | 101111 | 101010000 | 1100000 | 11011 |
Color Harmonies of #870337
Complementary color
Monochromatic Colors of #870337
Black with #870337
Text Example
Text Example
White with #870337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870337; }
p { color: rgb(135,3,55); }
H1.HeaderClassName
{
color: #870337;
}
.AnyTagClassName
{
color: #870337;
}
</style>
background-color css
<style>
a { background-color: #870337; }
a { background-color: rgb(135,3,55); }
div.DivClassName
{
background-color: #870337;
}
.BgClassName
{
background-color: #870337;
}
</style>
border-color css
<style>
span { border-color: #870337; }
span { border-color: rgb(135,3,55); }
td.TdClassName
{
border-color: #870337;
}
.TagClassName
{
border-color: #870337;
}
</style>