Shades of Burgundy #870F35
Tints of Burgundy #870F35
RGB
CMYK
RGB Variations
Color information
#870F35 (or 0x870F35) is known color: Burgundy. HEX triplet: 87, 0F and 35. RGB value is (135,15,53). Sum of RGB (Red+Green+Blue) = 135+15+53=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #870F35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F35 is #78F0CA. Grayscale: #373737. Windows color (decimal): -7925963 or 3477383. OLE color: 3477383.
HSL color Cylindrical-coordinate representation of color #870F35: hue angle of 341º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F35 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 53 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.47 |
| HSL | 341º | 0.8% | 0.29% | - |
| HSV(B) | 341º | 0.89% | 0.53% | - |
| XYZ | 10.81 | 5.75 | 3.91 | - |
| YUV | 55.21 | 126.76 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 53 | 0 | 0.89 | 0.61 | 0.47 | 341 | 0.8 | 0.29 |
| Hex | 87 | F | 35 | 0 | 59 | 3D | 2F | 155 | 50 | 1D |
| Octal | 207 | 17 | 65 | 0 | 131 | 75 | 57 | 525 | 120 | 35 |
| Binary | 10000111 | 1111 | 110101 | 0 | 1011001 | 111101 | 101111 | 101010101 | 1010000 | 11101 |
Color Harmonies of #870F35
Complementary color
Monochromatic Colors of #870F35
Black with #870F35
Text Example
Text Example
White with #870F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F35; }
p { color: rgb(135,15,53); }
H1.HeaderClassName
{
color: #870F35;
}
.AnyTagClassName
{
color: #870F35;
}
</style>
background-color css
<style>
a { background-color: #870F35; }
a { background-color: rgb(135,15,53); }
div.DivClassName
{
background-color: #870F35;
}
.BgClassName
{
background-color: #870F35;
}
</style>
border-color css
<style>
span { border-color: #870F35; }
span { border-color: rgb(135,15,53); }
td.TdClassName
{
border-color: #870F35;
}
.TagClassName
{
border-color: #870F35;
}
</style>