Shades of Rose Bud Cherry #881C53
Tints of Rose Bud Cherry #881C53
RGB
CMYK
RGB Variations
Color information
#881C53 (or 0x881C53) is known color: Rose Bud Cherry. HEX triplet: 88, 1C and 53. RGB value is (136,28,83). Sum of RGB (Red+Green+Blue) = 136+28+83=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #881C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881C53 is #77E3AC. Grayscale: #424242. Windows color (decimal): -7857069 or 5446792. OLE color: 5446792.
HSL color Cylindrical-coordinate representation of color #881C53: hue angle of 329.44º degrees, saturation: 0.66, 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 #881C53 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 28 | 83 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.47 |
| HSL | 329.44º | 0.66% | 0.32% | - |
| HSV(B) | 329.44º | 0.79% | 0.53% | - |
| XYZ | 12.13 | 6.69 | 8.84 | - |
| YUV | 66.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 28 | 83 | 0 | 0.79 | 0.39 | 0.47 | 329.44 | 0.66 | 0.32 |
| Hex | 88 | 1C | 53 | 0 | 4F | 27 | 2F | 149 | 42 | 20 |
| Octal | 210 | 34 | 123 | 0 | 117 | 47 | 57 | 511 | 102 | 40 |
| Binary | 10001000 | 11100 | 1010011 | 0 | 1001111 | 100111 | 101111 | 101001001 | 1000010 | 100000 |
Color Harmonies of #881C53
Complementary color
Monochromatic Colors of #881C53
Black with #881C53
Text Example
Text Example
White with #881C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881C53; }
p { color: rgb(136,28,83); }
H1.HeaderClassName
{
color: #881C53;
}
.AnyTagClassName
{
color: #881C53;
}
</style>
background-color css
<style>
a { background-color: #881C53; }
a { background-color: rgb(136,28,83); }
div.DivClassName
{
background-color: #881C53;
}
.BgClassName
{
background-color: #881C53;
}
</style>
border-color css
<style>
span { border-color: #881C53; }
span { border-color: rgb(136,28,83); }
td.TdClassName
{
border-color: #881C53;
}
.TagClassName
{
border-color: #881C53;
}
</style>