Shades of Rose Bud Cherry #881D58
Tints of Rose Bud Cherry #881D58
RGB
CMYK
RGB Variations
Color information
#881D58 (or 0x881D58) is known color: Rose Bud Cherry. HEX triplet: 88, 1D and 58. RGB value is (136,29,88). Sum of RGB (Red+Green+Blue) = 136+29+88=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #881D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881D58 is #77E2A7. Grayscale: #434343. Windows color (decimal): -7856808 or 5774728. OLE color: 5774728.
HSL color Cylindrical-coordinate representation of color #881D58: hue angle of 326.92º degrees, saturation: 0.65, 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 #881D58 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 88 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.47 |
| HSL | 326.92º | 0.65% | 0.32% | - |
| HSV(B) | 326.92º | 0.79% | 0.53% | - |
| XYZ | 12.35 | 6.82 | 9.9 | - |
| YUV | 67.72 | 139.45 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 88 | 0 | 0.79 | 0.35 | 0.47 | 326.92 | 0.65 | 0.32 |
| Hex | 88 | 1D | 58 | 0 | 4F | 23 | 2F | 147 | 41 | 20 |
| Octal | 210 | 35 | 130 | 0 | 117 | 43 | 57 | 507 | 101 | 40 |
| Binary | 10001000 | 11101 | 1011000 | 0 | 1001111 | 100011 | 101111 | 101000111 | 1000001 | 100000 |
Color Harmonies of #881D58
Complementary color
Monochromatic Colors of #881D58
Black with #881D58
Text Example
Text Example
White with #881D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D58; }
p { color: rgb(136,29,88); }
H1.HeaderClassName
{
color: #881D58;
}
.AnyTagClassName
{
color: #881D58;
}
</style>
background-color css
<style>
a { background-color: #881D58; }
a { background-color: rgb(136,29,88); }
div.DivClassName
{
background-color: #881D58;
}
.BgClassName
{
background-color: #881D58;
}
</style>
border-color css
<style>
span { border-color: #881D58; }
span { border-color: rgb(136,29,88); }
td.TdClassName
{
border-color: #881D58;
}
.TagClassName
{
border-color: #881D58;
}
</style>