Shades of Rose Bud Cherry #881655
Tints of Rose Bud Cherry #881655
RGB
CMYK
RGB Variations
Color information
#881655 (or 0x881655) is known color: Rose Bud Cherry. HEX triplet: 88, 16 and 55. RGB value is (136,22,85). Sum of RGB (Red+Green+Blue) = 136+22+85=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #881655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881655 is #77E9AA. Grayscale: #3F3F3F. Windows color (decimal): -7858603 or 5576328. OLE color: 5576328.
HSL color Cylindrical-coordinate representation of color #881655: hue angle of 326.84º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881655 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 85 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.47 |
| HSL | 326.84º | 0.72% | 0.31% | - |
| HSV(B) | 326.84º | 0.84% | 0.53% | - |
| XYZ | 12.08 | 6.46 | 9.21 | - |
| YUV | 63.27 | 140.27 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 85 | 0 | 0.84 | 0.38 | 0.47 | 326.84 | 0.72 | 0.31 |
| Hex | 88 | 16 | 55 | 0 | 54 | 26 | 2F | 147 | 48 | 1F |
| Octal | 210 | 26 | 125 | 0 | 124 | 46 | 57 | 507 | 110 | 37 |
| Binary | 10001000 | 10110 | 1010101 | 0 | 1010100 | 100110 | 101111 | 101000111 | 1001000 | 11111 |
Color Harmonies of #881655
Complementary color
Monochromatic Colors of #881655
Black with #881655
Text Example
Text Example
White with #881655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881655; }
p { color: rgb(136,22,85); }
H1.HeaderClassName
{
color: #881655;
}
.AnyTagClassName
{
color: #881655;
}
</style>
background-color css
<style>
a { background-color: #881655; }
a { background-color: rgb(136,22,85); }
div.DivClassName
{
background-color: #881655;
}
.BgClassName
{
background-color: #881655;
}
</style>
border-color css
<style>
span { border-color: #881655; }
span { border-color: rgb(136,22,85); }
td.TdClassName
{
border-color: #881655;
}
.TagClassName
{
border-color: #881655;
}
</style>