Shades of Rose Bud Cherry #872C56
Tints of Rose Bud Cherry #872C56
RGB
CMYK
RGB Variations
Color information
#872C56 (or 0x872C56) is known color: Rose Bud Cherry. HEX triplet: 87, 2C and 56. RGB value is (135,44,86). Sum of RGB (Red+Green+Blue) = 135+44+86=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #872C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872C56 is #78D3A9. Grayscale: #4B4B4B. Windows color (decimal): -7918506 or 5647495. OLE color: 5647495.
HSL color Cylindrical-coordinate representation of color #872C56: hue angle of 332.31º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C56 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 86 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.47 |
| HSL | 332.31º | 0.51% | 0.35% | - |
| HSV(B) | 332.31º | 0.67% | 0.53% | - |
| XYZ | 12.57 | 7.62 | 9.61 | - |
| YUV | 76 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 86 | 0 | 0.67 | 0.36 | 0.47 | 332.31 | 0.51 | 0.35 |
| Hex | 87 | 2C | 56 | 0 | 43 | 24 | 2F | 14C | 33 | 23 |
| Octal | 207 | 54 | 126 | 0 | 103 | 44 | 57 | 514 | 63 | 43 |
| Binary | 10000111 | 101100 | 1010110 | 0 | 1000011 | 100100 | 101111 | 101001100 | 110011 | 100011 |
Color Harmonies of #872C56
Complementary color
Monochromatic Colors of #872C56
Black with #872C56
Text Example
Text Example
White with #872C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C56; }
p { color: rgb(135,44,86); }
H1.HeaderClassName
{
color: #872C56;
}
.AnyTagClassName
{
color: #872C56;
}
</style>
background-color css
<style>
a { background-color: #872C56; }
a { background-color: rgb(135,44,86); }
div.DivClassName
{
background-color: #872C56;
}
.BgClassName
{
background-color: #872C56;
}
</style>
border-color css
<style>
span { border-color: #872C56; }
span { border-color: rgb(135,44,86); }
td.TdClassName
{
border-color: #872C56;
}
.TagClassName
{
border-color: #872C56;
}
</style>