Shades of Rose Bud Cherry #87385E
Tints of Rose Bud Cherry #87385E
RGB
CMYK
RGB Variations
Color information
#87385E (or 0x87385E) is known color: Rose Bud Cherry. HEX triplet: 87, 38 and 5E. RGB value is (135,56,94). Sum of RGB (Red+Green+Blue) = 135+56+94=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #87385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87385E is #78C7A1. Grayscale: #535353. Windows color (decimal): -7915426 or 6174855. OLE color: 6174855.
HSL color Cylindrical-coordinate representation of color #87385E: hue angle of 331.14º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #87385E is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 56 | 94 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.47 |
| HSL | 331.14º | 0.41% | 0.37% | - |
| HSV(B) | 331.14º | 0.59% | 0.53% | - |
| XYZ | 13.43 | 8.79 | 11.58 | - |
| YUV | 83.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 56 | 94 | 0 | 0.59 | 0.30 | 0.47 | 331.14 | 0.41 | 0.37 |
| Hex | 87 | 38 | 5E | 0 | 3B | 1E | 2F | 14B | 29 | 25 |
| Octal | 207 | 70 | 136 | 0 | 73 | 36 | 57 | 513 | 51 | 45 |
| Binary | 10000111 | 111000 | 1011110 | 0 | 111011 | 11110 | 101111 | 101001011 | 101001 | 100101 |
Color Harmonies of #87385E
Complementary color
Monochromatic Colors of #87385E
Black with #87385E
Text Example
Text Example
White with #87385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87385E; }
p { color: rgb(135,56,94); }
H1.HeaderClassName
{
color: #87385E;
}
.AnyTagClassName
{
color: #87385E;
}
</style>
background-color css
<style>
a { background-color: #87385E; }
a { background-color: rgb(135,56,94); }
div.DivClassName
{
background-color: #87385E;
}
.BgClassName
{
background-color: #87385E;
}
</style>
border-color css
<style>
span { border-color: #87385E; }
span { border-color: rgb(135,56,94); }
td.TdClassName
{
border-color: #87385E;
}
.TagClassName
{
border-color: #87385E;
}
</style>