Shades of Rose Bud Cherry #882C5D
Tints of Rose Bud Cherry #882C5D
RGB
CMYK
RGB Variations
Color information
#882C5D (or 0x882C5D) is known color: Rose Bud Cherry. HEX triplet: 88, 2C and 5D. RGB value is (136,44,93). Sum of RGB (Red+Green+Blue) = 136+44+93=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #882C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C5D is #77D3A2. Grayscale: #4C4C4C. Windows color (decimal): -7852963 or 6106248. OLE color: 6106248.
HSL color Cylindrical-coordinate representation of color #882C5D: hue angle of 328.04º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882C5D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 93 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.47 |
| HSL | 328.04º | 0.51% | 0.35% | - |
| HSV(B) | 328.04º | 0.68% | 0.53% | - |
| XYZ | 13.03 | 7.83 | 11.18 | - |
| YUV | 77.09 | 136.98 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 93 | 0 | 0.68 | 0.32 | 0.47 | 328.04 | 0.51 | 0.35 |
| Hex | 88 | 2C | 5D | 0 | 44 | 20 | 2F | 148 | 33 | 23 |
| Octal | 210 | 54 | 135 | 0 | 104 | 40 | 57 | 510 | 63 | 43 |
| Binary | 10001000 | 101100 | 1011101 | 0 | 1000100 | 100000 | 101111 | 101001000 | 110011 | 100011 |
Color Harmonies of #882C5D
Complementary color
Monochromatic Colors of #882C5D
Black with #882C5D
Text Example
Text Example
White with #882C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C5D; }
p { color: rgb(136,44,93); }
H1.HeaderClassName
{
color: #882C5D;
}
.AnyTagClassName
{
color: #882C5D;
}
</style>
background-color css
<style>
a { background-color: #882C5D; }
a { background-color: rgb(136,44,93); }
div.DivClassName
{
background-color: #882C5D;
}
.BgClassName
{
background-color: #882C5D;
}
</style>
border-color css
<style>
span { border-color: #882C5D; }
span { border-color: rgb(136,44,93); }
td.TdClassName
{
border-color: #882C5D;
}
.TagClassName
{
border-color: #882C5D;
}
</style>