Shades of Rose Bud Cherry #881559
Tints of Rose Bud Cherry #881559
RGB
CMYK
RGB Variations
Color information
#881559 (or 0x881559) is known color: Rose Bud Cherry. HEX triplet: 88, 15 and 59. RGB value is (136,21,89). Sum of RGB (Red+Green+Blue) = 136+21+89=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #881559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881559 is #77EAA6. Grayscale: #3E3E3E. Windows color (decimal): -7858855 or 5838216. OLE color: 5838216.
HSL color Cylindrical-coordinate representation of color #881559: hue angle of 324.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881559 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 89 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.47 |
| HSL | 324.52º | 0.73% | 0.31% | - |
| HSV(B) | 324.52º | 0.85% | 0.53% | - |
| XYZ | 12.22 | 6.49 | 10.06 | - |
| YUV | 63.14 | 142.6 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 89 | 0 | 0.85 | 0.35 | 0.47 | 324.52 | 0.73 | 0.31 |
| Hex | 88 | 15 | 59 | 0 | 55 | 23 | 2F | 145 | 49 | 1F |
| Octal | 210 | 25 | 131 | 0 | 125 | 43 | 57 | 505 | 111 | 37 |
| Binary | 10001000 | 10101 | 1011001 | 0 | 1010101 | 100011 | 101111 | 101000101 | 1001001 | 11111 |
Color Harmonies of #881559
Complementary color
Monochromatic Colors of #881559
Black with #881559
Text Example
Text Example
White with #881559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881559; }
p { color: rgb(136,21,89); }
H1.HeaderClassName
{
color: #881559;
}
.AnyTagClassName
{
color: #881559;
}
</style>
background-color css
<style>
a { background-color: #881559; }
a { background-color: rgb(136,21,89); }
div.DivClassName
{
background-color: #881559;
}
.BgClassName
{
background-color: #881559;
}
</style>
border-color css
<style>
span { border-color: #881559; }
span { border-color: rgb(136,21,89); }
td.TdClassName
{
border-color: #881559;
}
.TagClassName
{
border-color: #881559;
}
</style>