Shades of Rose Bud Cherry #881C57
Tints of Rose Bud Cherry #881C57
RGB
CMYK
RGB Variations
Color information
#881C57 (or 0x881C57) is known color: Rose Bud Cherry. HEX triplet: 88, 1C and 57. RGB value is (136,28,87). Sum of RGB (Red+Green+Blue) = 136+28+87=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #881C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881C57 is #77E3A8. Grayscale: #424242. Windows color (decimal): -7857065 or 5708936. OLE color: 5708936.
HSL color Cylindrical-coordinate representation of color #881C57: hue angle of 327.22º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881C57 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 87 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.47 |
| HSL | 327.22º | 0.66% | 0.32% | - |
| HSV(B) | 327.22º | 0.79% | 0.53% | - |
| XYZ | 12.29 | 6.75 | 9.67 | - |
| YUV | 67.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 87 | 0 | 0.79 | 0.36 | 0.47 | 327.22 | 0.66 | 0.32 |
| Hex | 88 | 1C | 57 | 0 | 4F | 24 | 2F | 147 | 42 | 20 |
| Octal | 210 | 34 | 127 | 0 | 117 | 44 | 57 | 507 | 102 | 40 |
| Binary | 10001000 | 11100 | 1010111 | 0 | 1001111 | 100100 | 101111 | 101000111 | 1000010 | 100000 |
Color Harmonies of #881C57
Complementary color
Monochromatic Colors of #881C57
Black with #881C57
Text Example
Text Example
White with #881C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C57; }
p { color: rgb(136,28,87); }
H1.HeaderClassName
{
color: #881C57;
}
.AnyTagClassName
{
color: #881C57;
}
</style>
background-color css
<style>
a { background-color: #881C57; }
a { background-color: rgb(136,28,87); }
div.DivClassName
{
background-color: #881C57;
}
.BgClassName
{
background-color: #881C57;
}
</style>
border-color css
<style>
span { border-color: #881C57; }
span { border-color: rgb(136,28,87); }
td.TdClassName
{
border-color: #881C57;
}
.TagClassName
{
border-color: #881C57;
}
</style>