Shades of Rose Bud Cherry #87185A
Tints of Rose Bud Cherry #87185A
RGB
CMYK
RGB Variations
Color information
#87185A (or 0x87185A) is known color: Rose Bud Cherry. HEX triplet: 87, 18 and 5A. RGB value is (135,24,90). Sum of RGB (Red+Green+Blue) = 135+24+90=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87185A is #78E7A5. Grayscale: #404040. Windows color (decimal): -7923622 or 5904519. OLE color: 5904519.
HSL color Cylindrical-coordinate representation of color #87185A: hue angle of 324.32º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #87185A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 90 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.47 |
| HSL | 324.32º | 0.7% | 0.31% | - |
| HSV(B) | 324.32º | 0.82% | 0.53% | - |
| XYZ | 12.16 | 6.54 | 10.29 | - |
| YUV | 64.71 | 142.27 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 90 | 0 | 0.82 | 0.33 | 0.47 | 324.32 | 0.7 | 0.31 |
| Hex | 87 | 18 | 5A | 0 | 52 | 21 | 2F | 144 | 46 | 1F |
| Octal | 207 | 30 | 132 | 0 | 122 | 41 | 57 | 504 | 106 | 37 |
| Binary | 10000111 | 11000 | 1011010 | 0 | 1010010 | 100001 | 101111 | 101000100 | 1000110 | 11111 |
Color Harmonies of #87185A
Complementary color
Monochromatic Colors of #87185A
Black with #87185A
Text Example
Text Example
White with #87185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87185A; }
p { color: rgb(135,24,90); }
H1.HeaderClassName
{
color: #87185A;
}
.AnyTagClassName
{
color: #87185A;
}
</style>
background-color css
<style>
a { background-color: #87185A; }
a { background-color: rgb(135,24,90); }
div.DivClassName
{
background-color: #87185A;
}
.BgClassName
{
background-color: #87185A;
}
</style>
border-color css
<style>
span { border-color: #87185A; }
span { border-color: rgb(135,24,90); }
td.TdClassName
{
border-color: #87185A;
}
.TagClassName
{
border-color: #87185A;
}
</style>