Shades of Rose Bud Cherry #881C58
Tints of Rose Bud Cherry #881C58
RGB
CMYK
RGB Variations
Color information
#881C58 (or 0x881C58) is known color: Rose Bud Cherry. HEX triplet: 88, 1C and 58. RGB value is (136,28,88). Sum of RGB (Red+Green+Blue) = 136+28+88=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #881C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881C58 is #77E3A7. Grayscale: #434343. Windows color (decimal): -7857064 or 5774472. OLE color: 5774472.
HSL color Cylindrical-coordinate representation of color #881C58: hue angle of 326.67º 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 #881C58 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 88 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.47 |
| HSL | 326.67º | 0.66% | 0.32% | - |
| HSV(B) | 326.67º | 0.79% | 0.53% | - |
| XYZ | 12.33 | 6.77 | 9.89 | - |
| YUV | 67.13 | 139.78 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 88 | 0 | 0.79 | 0.35 | 0.47 | 326.67 | 0.66 | 0.32 |
| Hex | 88 | 1C | 58 | 0 | 4F | 23 | 2F | 147 | 42 | 20 |
| Octal | 210 | 34 | 130 | 0 | 117 | 43 | 57 | 507 | 102 | 40 |
| Binary | 10001000 | 11100 | 1011000 | 0 | 1001111 | 100011 | 101111 | 101000111 | 1000010 | 100000 |
Color Harmonies of #881C58
Complementary color
Monochromatic Colors of #881C58
Black with #881C58
Text Example
Text Example
White with #881C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C58; }
p { color: rgb(136,28,88); }
H1.HeaderClassName
{
color: #881C58;
}
.AnyTagClassName
{
color: #881C58;
}
</style>
background-color css
<style>
a { background-color: #881C58; }
a { background-color: rgb(136,28,88); }
div.DivClassName
{
background-color: #881C58;
}
.BgClassName
{
background-color: #881C58;
}
</style>
border-color css
<style>
span { border-color: #881C58; }
span { border-color: rgb(136,28,88); }
td.TdClassName
{
border-color: #881C58;
}
.TagClassName
{
border-color: #881C58;
}
</style>