Shades of Rose Bud Cherry #882553
Tints of Rose Bud Cherry #882553
RGB
CMYK
RGB Variations
Color information
#882553 (or 0x882553) is known color: Rose Bud Cherry. HEX triplet: 88, 25 and 53. RGB value is (136,37,83). Sum of RGB (Red+Green+Blue) = 136+37+83=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #882553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882553 is #77DAAC. Grayscale: #474747. Windows color (decimal): -7854765 or 5449096. OLE color: 5449096.
HSL color Cylindrical-coordinate representation of color #882553: hue angle of 332.12º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #882553 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 37 | 83 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.47 |
| HSL | 332.12º | 0.57% | 0.34% | - |
| HSV(B) | 332.12º | 0.73% | 0.53% | - |
| XYZ | 12.38 | 7.18 | 8.92 | - |
| YUV | 71.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 37 | 83 | 0 | 0.73 | 0.39 | 0.47 | 332.12 | 0.57 | 0.34 |
| Hex | 88 | 25 | 53 | 0 | 49 | 27 | 2F | 14C | 39 | 22 |
| Octal | 210 | 45 | 123 | 0 | 111 | 47 | 57 | 514 | 71 | 42 |
| Binary | 10001000 | 100101 | 1010011 | 0 | 1001001 | 100111 | 101111 | 101001100 | 111001 | 100010 |
Color Harmonies of #882553
Complementary color
Monochromatic Colors of #882553
Black with #882553
Text Example
Text Example
White with #882553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882553; }
p { color: rgb(136,37,83); }
H1.HeaderClassName
{
color: #882553;
}
.AnyTagClassName
{
color: #882553;
}
</style>
background-color css
<style>
a { background-color: #882553; }
a { background-color: rgb(136,37,83); }
div.DivClassName
{
background-color: #882553;
}
.BgClassName
{
background-color: #882553;
}
</style>
border-color css
<style>
span { border-color: #882553; }
span { border-color: rgb(136,37,83); }
td.TdClassName
{
border-color: #882553;
}
.TagClassName
{
border-color: #882553;
}
</style>