Shades of Rose Bud Cherry #870F50
Tints of Rose Bud Cherry #870F50
RGB
CMYK
RGB Variations
Color information
#870F50 (or 0x870F50) is known color: Rose Bud Cherry. HEX triplet: 87, 0F and 50. RGB value is (135,15,80). Sum of RGB (Red+Green+Blue) = 135+15+80=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #870F50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F50 is #78F0AF. Grayscale: #3A3A3A. Windows color (decimal): -7925936 or 5246855. OLE color: 5246855.
HSL color Cylindrical-coordinate representation of color #870F50: hue angle of 327.5º 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 #870F50 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 80 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.47 |
| HSL | 327.5º | 0.8% | 0.29% | - |
| HSV(B) | 327.5º | 0.89% | 0.53% | - |
| XYZ | 11.61 | 6.07 | 8.15 | - |
| YUV | 58.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 80 | 0 | 0.89 | 0.41 | 0.47 | 327.5 | 0.8 | 0.29 |
| Hex | 87 | F | 50 | 0 | 59 | 29 | 2F | 148 | 50 | 1D |
| Octal | 207 | 17 | 120 | 0 | 131 | 51 | 57 | 510 | 120 | 35 |
| Binary | 10000111 | 1111 | 1010000 | 0 | 1011001 | 101001 | 101111 | 101001000 | 1010000 | 11101 |
Color Harmonies of #870F50
Complementary color
Monochromatic Colors of #870F50
Black with #870F50
Text Example
Text Example
White with #870F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F50; }
p { color: rgb(135,15,80); }
H1.HeaderClassName
{
color: #870F50;
}
.AnyTagClassName
{
color: #870F50;
}
</style>
background-color css
<style>
a { background-color: #870F50; }
a { background-color: rgb(135,15,80); }
div.DivClassName
{
background-color: #870F50;
}
.BgClassName
{
background-color: #870F50;
}
</style>
border-color css
<style>
span { border-color: #870F50; }
span { border-color: rgb(135,15,80); }
td.TdClassName
{
border-color: #870F50;
}
.TagClassName
{
border-color: #870F50;
}
</style>