Shades of Rose Bud Cherry #87214E
Tints of Rose Bud Cherry #87214E
RGB
CMYK
RGB Variations
Color information
#87214E (or 0x87214E) is known color: Rose Bud Cherry. HEX triplet: 87, 21 and 4E. RGB value is (135,33,78). Sum of RGB (Red+Green+Blue) = 135+33+78=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87214E is #78DEB1. Grayscale: #444444. Windows color (decimal): -7921330 or 5120391. OLE color: 5120391.
HSL color Cylindrical-coordinate representation of color #87214E: hue angle of 333.53º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87214E is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 78 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.47 |
| HSL | 333.53º | 0.61% | 0.33% | - |
| HSV(B) | 333.53º | 0.76% | 0.53% | - |
| XYZ | 11.91 | 6.79 | 7.89 | - |
| YUV | 68.63 | 133.29 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 78 | 0 | 0.76 | 0.42 | 0.47 | 333.53 | 0.61 | 0.33 |
| Hex | 87 | 21 | 4E | 0 | 4C | 2A | 2F | 14E | 3D | 21 |
| Octal | 207 | 41 | 116 | 0 | 114 | 52 | 57 | 516 | 75 | 41 |
| Binary | 10000111 | 100001 | 1001110 | 0 | 1001100 | 101010 | 101111 | 101001110 | 111101 | 100001 |
Color Harmonies of #87214E
Complementary color
Monochromatic Colors of #87214E
Black with #87214E
Text Example
Text Example
White with #87214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87214E; }
p { color: rgb(135,33,78); }
H1.HeaderClassName
{
color: #87214E;
}
.AnyTagClassName
{
color: #87214E;
}
</style>
background-color css
<style>
a { background-color: #87214E; }
a { background-color: rgb(135,33,78); }
div.DivClassName
{
background-color: #87214E;
}
.BgClassName
{
background-color: #87214E;
}
</style>
border-color css
<style>
span { border-color: #87214E; }
span { border-color: rgb(135,33,78); }
td.TdClassName
{
border-color: #87214E;
}
.TagClassName
{
border-color: #87214E;
}
</style>