Shades of Rose Bud Cherry #87225A
Tints of Rose Bud Cherry #87225A
RGB
CMYK
RGB Variations
Color information
#87225A (or 0x87225A) is known color: Rose Bud Cherry. HEX triplet: 87, 22 and 5A. RGB value is (135,34,90). Sum of RGB (Red+Green+Blue) = 135+34+90=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87225A is #78DDA5. Grayscale: #464646. Windows color (decimal): -7921062 or 5907079. OLE color: 5907079.
HSL color Cylindrical-coordinate representation of color #87225A: hue angle of 326.73º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87225A is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 90 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.47 |
| HSL | 326.73º | 0.6% | 0.33% | - |
| HSV(B) | 326.73º | 0.75% | 0.53% | - |
| XYZ | 12.41 | 7.03 | 10.38 | - |
| YUV | 70.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 90 | 0 | 0.75 | 0.33 | 0.47 | 326.73 | 0.6 | 0.33 |
| Hex | 87 | 22 | 5A | 0 | 4B | 21 | 2F | 147 | 3C | 21 |
| Octal | 207 | 42 | 132 | 0 | 113 | 41 | 57 | 507 | 74 | 41 |
| Binary | 10000111 | 100010 | 1011010 | 0 | 1001011 | 100001 | 101111 | 101000111 | 111100 | 100001 |
Color Harmonies of #87225A
Complementary color
Monochromatic Colors of #87225A
Black with #87225A
Text Example
Text Example
White with #87225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87225A; }
p { color: rgb(135,34,90); }
H1.HeaderClassName
{
color: #87225A;
}
.AnyTagClassName
{
color: #87225A;
}
</style>
background-color css
<style>
a { background-color: #87225A; }
a { background-color: rgb(135,34,90); }
div.DivClassName
{
background-color: #87225A;
}
.BgClassName
{
background-color: #87225A;
}
</style>
border-color css
<style>
span { border-color: #87225A; }
span { border-color: rgb(135,34,90); }
td.TdClassName
{
border-color: #87225A;
}
.TagClassName
{
border-color: #87225A;
}
</style>