Shades of Rose Bud Cherry #87375D
Tints of Rose Bud Cherry #87375D
RGB
CMYK
RGB Variations
Color information
#87375D (or 0x87375D) is known color: Rose Bud Cherry. HEX triplet: 87, 37 and 5D. RGB value is (135,55,93). Sum of RGB (Red+Green+Blue) = 135+55+93=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87375D is #78C8A2. Grayscale: #535353. Windows color (decimal): -7915683 or 6109063. OLE color: 6109063.
HSL color Cylindrical-coordinate representation of color #87375D: hue angle of 331.5º degrees, saturation: 0.42, 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 #87375D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 93 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.47 |
| HSL | 331.5º | 0.42% | 0.37% | - |
| HSV(B) | 331.5º | 0.59% | 0.53% | - |
| XYZ | 13.33 | 8.67 | 11.33 | - |
| YUV | 83.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 93 | 0 | 0.59 | 0.31 | 0.47 | 331.5 | 0.42 | 0.37 |
| Hex | 87 | 37 | 5D | 0 | 3B | 1F | 2F | 14C | 2A | 25 |
| Octal | 207 | 67 | 135 | 0 | 73 | 37 | 57 | 514 | 52 | 45 |
| Binary | 10000111 | 110111 | 1011101 | 0 | 111011 | 11111 | 101111 | 101001100 | 101010 | 100101 |
Color Harmonies of #87375D
Complementary color
Monochromatic Colors of #87375D
Black with #87375D
Text Example
Text Example
White with #87375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87375D; }
p { color: rgb(135,55,93); }
H1.HeaderClassName
{
color: #87375D;
}
.AnyTagClassName
{
color: #87375D;
}
</style>
background-color css
<style>
a { background-color: #87375D; }
a { background-color: rgb(135,55,93); }
div.DivClassName
{
background-color: #87375D;
}
.BgClassName
{
background-color: #87375D;
}
</style>
border-color css
<style>
span { border-color: #87375D; }
span { border-color: rgb(135,55,93); }
td.TdClassName
{
border-color: #87375D;
}
.TagClassName
{
border-color: #87375D;
}
</style>