Shades of Rose Bud Cherry #882859
Tints of Rose Bud Cherry #882859
RGB
CMYK
RGB Variations
Color information
#882859 (or 0x882859) is known color: Rose Bud Cherry. HEX triplet: 88, 28 and 59. RGB value is (136,40,89). Sum of RGB (Red+Green+Blue) = 136+40+89=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #882859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882859 is #77D7A6. Grayscale: #4A4A4A. Windows color (decimal): -7853991 or 5843080. OLE color: 5843080.
HSL color Cylindrical-coordinate representation of color #882859: hue angle of 329.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882859 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 89 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.47 |
| HSL | 329.38º | 0.55% | 0.35% | - |
| HSV(B) | 329.38º | 0.71% | 0.53% | - |
| XYZ | 12.72 | 7.47 | 10.22 | - |
| YUV | 74.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 89 | 0 | 0.71 | 0.35 | 0.47 | 329.38 | 0.55 | 0.35 |
| Hex | 88 | 28 | 59 | 0 | 47 | 23 | 2F | 149 | 37 | 23 |
| Octal | 210 | 50 | 131 | 0 | 107 | 43 | 57 | 511 | 67 | 43 |
| Binary | 10001000 | 101000 | 1011001 | 0 | 1000111 | 100011 | 101111 | 101001001 | 110111 | 100011 |
Color Harmonies of #882859
Complementary color
Monochromatic Colors of #882859
Black with #882859
Text Example
Text Example
White with #882859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882859; }
p { color: rgb(136,40,89); }
H1.HeaderClassName
{
color: #882859;
}
.AnyTagClassName
{
color: #882859;
}
</style>
background-color css
<style>
a { background-color: #882859; }
a { background-color: rgb(136,40,89); }
div.DivClassName
{
background-color: #882859;
}
.BgClassName
{
background-color: #882859;
}
</style>
border-color css
<style>
span { border-color: #882859; }
span { border-color: rgb(136,40,89); }
td.TdClassName
{
border-color: #882859;
}
.TagClassName
{
border-color: #882859;
}
</style>