Shades of Rose Bud Cherry #872955
Tints of Rose Bud Cherry #872955
RGB
CMYK
RGB Variations
Color information
#872955 (or 0x872955) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 55. RGB value is (135,41,85). Sum of RGB (Red+Green+Blue) = 135+41+85=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #872955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872955 is #78D6AA. Grayscale: #4A4A4A. Windows color (decimal): -7919275 or 5581191. OLE color: 5581191.
HSL color Cylindrical-coordinate representation of color #872955: hue angle of 331.91º 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 #872955 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 85 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.47 |
| HSL | 331.91º | 0.53% | 0.35% | - |
| HSV(B) | 331.91º | 0.7% | 0.53% | - |
| XYZ | 12.42 | 7.39 | 9.37 | - |
| YUV | 74.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 85 | 0 | 0.70 | 0.37 | 0.47 | 331.91 | 0.53 | 0.35 |
| Hex | 87 | 29 | 55 | 0 | 46 | 25 | 2F | 14C | 35 | 23 |
| Octal | 207 | 51 | 125 | 0 | 106 | 45 | 57 | 514 | 65 | 43 |
| Binary | 10000111 | 101001 | 1010101 | 0 | 1000110 | 100101 | 101111 | 101001100 | 110101 | 100011 |
Color Harmonies of #872955
Complementary color
Monochromatic Colors of #872955
Black with #872955
Text Example
Text Example
White with #872955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872955; }
p { color: rgb(135,41,85); }
H1.HeaderClassName
{
color: #872955;
}
.AnyTagClassName
{
color: #872955;
}
</style>
background-color css
<style>
a { background-color: #872955; }
a { background-color: rgb(135,41,85); }
div.DivClassName
{
background-color: #872955;
}
.BgClassName
{
background-color: #872955;
}
</style>
border-color css
<style>
span { border-color: #872955; }
span { border-color: rgb(135,41,85); }
td.TdClassName
{
border-color: #872955;
}
.TagClassName
{
border-color: #872955;
}
</style>