Shades of Rose Bud Cherry #882C53
Tints of Rose Bud Cherry #882C53
RGB
CMYK
RGB Variations
Color information
#882C53 (or 0x882C53) is known color: Rose Bud Cherry. HEX triplet: 88, 2C and 53. RGB value is (136,44,83). Sum of RGB (Red+Green+Blue) = 136+44+83=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #882C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882C53 is #77D3AC. Grayscale: #4B4B4B. Windows color (decimal): -7852973 or 5450888. OLE color: 5450888.
HSL color Cylindrical-coordinate representation of color #882C53: hue angle of 334.57º 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 #882C53 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 83 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.47 |
| HSL | 334.57º | 0.51% | 0.35% | - |
| HSV(B) | 334.57º | 0.68% | 0.53% | - |
| XYZ | 12.62 | 7.66 | 9 | - |
| YUV | 75.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 83 | 0 | 0.68 | 0.39 | 0.47 | 334.57 | 0.51 | 0.35 |
| Hex | 88 | 2C | 53 | 0 | 44 | 27 | 2F | 14F | 33 | 23 |
| Octal | 210 | 54 | 123 | 0 | 104 | 47 | 57 | 517 | 63 | 43 |
| Binary | 10001000 | 101100 | 1010011 | 0 | 1000100 | 100111 | 101111 | 101001111 | 110011 | 100011 |
Color Harmonies of #882C53
Complementary color
Monochromatic Colors of #882C53
Black with #882C53
Text Example
Text Example
White with #882C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C53; }
p { color: rgb(136,44,83); }
H1.HeaderClassName
{
color: #882C53;
}
.AnyTagClassName
{
color: #882C53;
}
</style>
background-color css
<style>
a { background-color: #882C53; }
a { background-color: rgb(136,44,83); }
div.DivClassName
{
background-color: #882C53;
}
.BgClassName
{
background-color: #882C53;
}
</style>
border-color css
<style>
span { border-color: #882C53; }
span { border-color: rgb(136,44,83); }
td.TdClassName
{
border-color: #882C53;
}
.TagClassName
{
border-color: #882C53;
}
</style>