Shades of Rose Bud Cherry #87215A
Tints of Rose Bud Cherry #87215A
RGB
CMYK
RGB Variations
Color information
#87215A (or 0x87215A) is known color: Rose Bud Cherry. HEX triplet: 87, 21 and 5A. RGB value is (135,33,90). Sum of RGB (Red+Green+Blue) = 135+33+90=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #87215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87215A is #78DEA5. Grayscale: #454545. Windows color (decimal): -7921318 or 5906823. OLE color: 5906823.
HSL color Cylindrical-coordinate representation of color #87215A: hue angle of 326.47º 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 #87215A is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 90 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.47 |
| HSL | 326.47º | 0.61% | 0.33% | - |
| HSV(B) | 326.47º | 0.76% | 0.53% | - |
| XYZ | 12.38 | 6.98 | 10.37 | - |
| YUV | 70 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 90 | 0 | 0.76 | 0.33 | 0.47 | 326.47 | 0.61 | 0.33 |
| Hex | 87 | 21 | 5A | 0 | 4C | 21 | 2F | 146 | 3D | 21 |
| Octal | 207 | 41 | 132 | 0 | 114 | 41 | 57 | 506 | 75 | 41 |
| Binary | 10000111 | 100001 | 1011010 | 0 | 1001100 | 100001 | 101111 | 101000110 | 111101 | 100001 |
Color Harmonies of #87215A
Complementary color
Monochromatic Colors of #87215A
Black with #87215A
Text Example
Text Example
White with #87215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87215A; }
p { color: rgb(135,33,90); }
H1.HeaderClassName
{
color: #87215A;
}
.AnyTagClassName
{
color: #87215A;
}
</style>
background-color css
<style>
a { background-color: #87215A; }
a { background-color: rgb(135,33,90); }
div.DivClassName
{
background-color: #87215A;
}
.BgClassName
{
background-color: #87215A;
}
</style>
border-color css
<style>
span { border-color: #87215A; }
span { border-color: rgb(135,33,90); }
td.TdClassName
{
border-color: #87215A;
}
.TagClassName
{
border-color: #87215A;
}
</style>