Shades of Rose Bud Cherry #882958
Tints of Rose Bud Cherry #882958
RGB
CMYK
RGB Variations
Color information
#882958 (or 0x882958) is known color: Rose Bud Cherry. HEX triplet: 88, 29 and 58. RGB value is (136,41,88). Sum of RGB (Red+Green+Blue) = 136+41+88=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #882958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882958 is #77D6A7. Grayscale: #4A4A4A. Windows color (decimal): -7853736 or 5777800. OLE color: 5777800.
HSL color Cylindrical-coordinate representation of color #882958: hue angle of 330.32º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882958 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 88 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.47 |
| HSL | 330.32º | 0.54% | 0.35% | - |
| HSV(B) | 330.32º | 0.7% | 0.53% | - |
| XYZ | 12.71 | 7.52 | 10.02 | - |
| YUV | 74.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 88 | 0 | 0.70 | 0.35 | 0.47 | 330.32 | 0.54 | 0.35 |
| Hex | 88 | 29 | 58 | 0 | 46 | 23 | 2F | 14A | 36 | 23 |
| Octal | 210 | 51 | 130 | 0 | 106 | 43 | 57 | 512 | 66 | 43 |
| Binary | 10001000 | 101001 | 1011000 | 0 | 1000110 | 100011 | 101111 | 101001010 | 110110 | 100011 |
Color Harmonies of #882958
Complementary color
Monochromatic Colors of #882958
Black with #882958
Text Example
Text Example
White with #882958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882958; }
p { color: rgb(136,41,88); }
H1.HeaderClassName
{
color: #882958;
}
.AnyTagClassName
{
color: #882958;
}
</style>
background-color css
<style>
a { background-color: #882958; }
a { background-color: rgb(136,41,88); }
div.DivClassName
{
background-color: #882958;
}
.BgClassName
{
background-color: #882958;
}
</style>
border-color css
<style>
span { border-color: #882958; }
span { border-color: rgb(136,41,88); }
td.TdClassName
{
border-color: #882958;
}
.TagClassName
{
border-color: #882958;
}
</style>