Shades of Rose Bud Cherry #87215C
Tints of Rose Bud Cherry #87215C
RGB
CMYK
RGB Variations
Color information
#87215C (or 0x87215C) is known color: Rose Bud Cherry. HEX triplet: 87, 21 and 5C. RGB value is (135,33,92). Sum of RGB (Red+Green+Blue) = 135+33+92=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87215C is #78DEA3. Grayscale: #464646. Windows color (decimal): -7921316 or 6037895. OLE color: 6037895.
HSL color Cylindrical-coordinate representation of color #87215C: hue angle of 325.29º 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 #87215C is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 92 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.47 |
| HSL | 325.29º | 0.61% | 0.33% | - |
| HSV(B) | 325.29º | 0.76% | 0.53% | - |
| XYZ | 12.47 | 7.01 | 10.82 | - |
| YUV | 70.22 | 140.29 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 92 | 0 | 0.76 | 0.32 | 0.47 | 325.29 | 0.61 | 0.33 |
| Hex | 87 | 21 | 5C | 0 | 4C | 20 | 2F | 145 | 3D | 21 |
| Octal | 207 | 41 | 134 | 0 | 114 | 40 | 57 | 505 | 75 | 41 |
| Binary | 10000111 | 100001 | 1011100 | 0 | 1001100 | 100000 | 101111 | 101000101 | 111101 | 100001 |
Color Harmonies of #87215C
Complementary color
Monochromatic Colors of #87215C
Black with #87215C
Text Example
Text Example
White with #87215C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87215C; }
p { color: rgb(135,33,92); }
H1.HeaderClassName
{
color: #87215C;
}
.AnyTagClassName
{
color: #87215C;
}
</style>
background-color css
<style>
a { background-color: #87215C; }
a { background-color: rgb(135,33,92); }
div.DivClassName
{
background-color: #87215C;
}
.BgClassName
{
background-color: #87215C;
}
</style>
border-color css
<style>
span { border-color: #87215C; }
span { border-color: rgb(135,33,92); }
td.TdClassName
{
border-color: #87215C;
}
.TagClassName
{
border-color: #87215C;
}
</style>