Shades of Rose Bud Cherry #87295C
Tints of Rose Bud Cherry #87295C
RGB
CMYK
RGB Variations
Color information
#87295C (or 0x87295C) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 5C. RGB value is (135,41,92). Sum of RGB (Red+Green+Blue) = 135+41+92=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87295C is #78D6A3. Grayscale: #4A4A4A. Windows color (decimal): -7919268 or 6039943. OLE color: 6039943.
HSL color Cylindrical-coordinate representation of color #87295C: hue angle of 327.45º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87295C is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 92 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.47 |
| HSL | 327.45º | 0.53% | 0.35% | - |
| HSV(B) | 327.45º | 0.7% | 0.53% | - |
| XYZ | 12.72 | 7.51 | 10.9 | - |
| YUV | 74.92 | 137.64 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 92 | 0 | 0.70 | 0.32 | 0.47 | 327.45 | 0.53 | 0.35 |
| Hex | 87 | 29 | 5C | 0 | 46 | 20 | 2F | 147 | 35 | 23 |
| Octal | 207 | 51 | 134 | 0 | 106 | 40 | 57 | 507 | 65 | 43 |
| Binary | 10000111 | 101001 | 1011100 | 0 | 1000110 | 100000 | 101111 | 101000111 | 110101 | 100011 |
Color Harmonies of #87295C
Complementary color
Monochromatic Colors of #87295C
Black with #87295C
Text Example
Text Example
White with #87295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87295C; }
p { color: rgb(135,41,92); }
H1.HeaderClassName
{
color: #87295C;
}
.AnyTagClassName
{
color: #87295C;
}
</style>
background-color css
<style>
a { background-color: #87295C; }
a { background-color: rgb(135,41,92); }
div.DivClassName
{
background-color: #87295C;
}
.BgClassName
{
background-color: #87295C;
}
</style>
border-color css
<style>
span { border-color: #87295C; }
span { border-color: rgb(135,41,92); }
td.TdClassName
{
border-color: #87295C;
}
.TagClassName
{
border-color: #87295C;
}
</style>