Shades of Rose Bud Cherry #872256
Tints of Rose Bud Cherry #872256
RGB
CMYK
RGB Variations
Color information
#872256 (or 0x872256) is known color: Rose Bud Cherry. HEX triplet: 87, 22 and 56. RGB value is (135,34,86). Sum of RGB (Red+Green+Blue) = 135+34+86=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #872256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872256 is #78DDA9. Grayscale: #464646. Windows color (decimal): -7921066 or 5644935. OLE color: 5644935.
HSL color Cylindrical-coordinate representation of color #872256: hue angle of 329.11º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872256 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 86 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.47 |
| HSL | 329.11º | 0.6% | 0.33% | - |
| HSV(B) | 329.11º | 0.75% | 0.53% | - |
| XYZ | 12.24 | 6.97 | 9.5 | - |
| YUV | 70.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 86 | 0 | 0.75 | 0.36 | 0.47 | 329.11 | 0.6 | 0.33 |
| Hex | 87 | 22 | 56 | 0 | 4B | 24 | 2F | 149 | 3C | 21 |
| Octal | 207 | 42 | 126 | 0 | 113 | 44 | 57 | 511 | 74 | 41 |
| Binary | 10000111 | 100010 | 1010110 | 0 | 1001011 | 100100 | 101111 | 101001001 | 111100 | 100001 |
Color Harmonies of #872256
Complementary color
Monochromatic Colors of #872256
Black with #872256
Text Example
Text Example
White with #872256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872256; }
p { color: rgb(135,34,86); }
H1.HeaderClassName
{
color: #872256;
}
.AnyTagClassName
{
color: #872256;
}
</style>
background-color css
<style>
a { background-color: #872256; }
a { background-color: rgb(135,34,86); }
div.DivClassName
{
background-color: #872256;
}
.BgClassName
{
background-color: #872256;
}
</style>
border-color css
<style>
span { border-color: #872256; }
span { border-color: rgb(135,34,86); }
td.TdClassName
{
border-color: #872256;
}
.TagClassName
{
border-color: #872256;
}
</style>