Shades of Rose Bud Cherry #882157
Tints of Rose Bud Cherry #882157
RGB
CMYK
RGB Variations
Color information
#882157 (or 0x882157) is known color: Rose Bud Cherry. HEX triplet: 88, 21 and 57. RGB value is (136,33,87). Sum of RGB (Red+Green+Blue) = 136+33+87=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #882157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882157 is #77DEA8. Grayscale: #454545. Windows color (decimal): -7855785 or 5710216. OLE color: 5710216.
HSL color Cylindrical-coordinate representation of color #882157: hue angle of 328.54º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882157 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 87 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.47 |
| HSL | 328.54º | 0.61% | 0.33% | - |
| HSV(B) | 328.54º | 0.76% | 0.53% | - |
| XYZ | 12.42 | 7.01 | 9.72 | - |
| YUV | 69.95 | 137.62 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 87 | 0 | 0.76 | 0.36 | 0.47 | 328.54 | 0.61 | 0.33 |
| Hex | 88 | 21 | 57 | 0 | 4C | 24 | 2F | 149 | 3D | 21 |
| Octal | 210 | 41 | 127 | 0 | 114 | 44 | 57 | 511 | 75 | 41 |
| Binary | 10001000 | 100001 | 1010111 | 0 | 1001100 | 100100 | 101111 | 101001001 | 111101 | 100001 |
Color Harmonies of #882157
Complementary color
Monochromatic Colors of #882157
Black with #882157
Text Example
Text Example
White with #882157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882157; }
p { color: rgb(136,33,87); }
H1.HeaderClassName
{
color: #882157;
}
.AnyTagClassName
{
color: #882157;
}
</style>
background-color css
<style>
a { background-color: #882157; }
a { background-color: rgb(136,33,87); }
div.DivClassName
{
background-color: #882157;
}
.BgClassName
{
background-color: #882157;
}
</style>
border-color css
<style>
span { border-color: #882157; }
span { border-color: rgb(136,33,87); }
td.TdClassName
{
border-color: #882157;
}
.TagClassName
{
border-color: #882157;
}
</style>