Shades of Rose Bud Cherry #871F59
Tints of Rose Bud Cherry #871F59
RGB
CMYK
RGB Variations
Color information
#871F59 (or 0x871F59) is known color: Rose Bud Cherry. HEX triplet: 87, 1F and 59. RGB value is (135,31,89). Sum of RGB (Red+Green+Blue) = 135+31+89=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #871F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871F59 is #78E0A6. Grayscale: #444444. Windows color (decimal): -7921831 or 5840775. OLE color: 5840775.
HSL color Cylindrical-coordinate representation of color #871F59: hue angle of 326.54º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #871F59 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 31 | 89 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.47 |
| HSL | 326.54º | 0.63% | 0.33% | - |
| HSV(B) | 326.54º | 0.77% | 0.53% | - |
| XYZ | 12.28 | 6.85 | 10.13 | - |
| YUV | 68.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 89 | 0 | 0.77 | 0.34 | 0.47 | 326.54 | 0.63 | 0.33 |
| Hex | 87 | 1F | 59 | 0 | 4D | 22 | 2F | 147 | 3F | 21 |
| Octal | 207 | 37 | 131 | 0 | 115 | 42 | 57 | 507 | 77 | 41 |
| Binary | 10000111 | 11111 | 1011001 | 0 | 1001101 | 100010 | 101111 | 101000111 | 111111 | 100001 |
Color Harmonies of #871F59
Complementary color
Monochromatic Colors of #871F59
Black with #871F59
Text Example
Text Example
White with #871F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871F59; }
p { color: rgb(135,31,89); }
H1.HeaderClassName
{
color: #871F59;
}
.AnyTagClassName
{
color: #871F59;
}
</style>
background-color css
<style>
a { background-color: #871F59; }
a { background-color: rgb(135,31,89); }
div.DivClassName
{
background-color: #871F59;
}
.BgClassName
{
background-color: #871F59;
}
</style>
border-color css
<style>
span { border-color: #871F59; }
span { border-color: rgb(135,31,89); }
td.TdClassName
{
border-color: #871F59;
}
.TagClassName
{
border-color: #871F59;
}
</style>