Shades of Rose Bud Cherry #882357
Tints of Rose Bud Cherry #882357
RGB
CMYK
RGB Variations
Color information
#882357 (or 0x882357) is known color: Rose Bud Cherry. HEX triplet: 88, 23 and 57. RGB value is (136,35,87). Sum of RGB (Red+Green+Blue) = 136+35+87=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #882357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882357 is #77DCA8. Grayscale: #474747. Windows color (decimal): -7855273 or 5710728. OLE color: 5710728.
HSL color Cylindrical-coordinate representation of color #882357: hue angle of 329.11º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882357 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 87 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.47 |
| HSL | 329.11º | 0.59% | 0.34% | - |
| HSV(B) | 329.11º | 0.74% | 0.53% | - |
| XYZ | 12.47 | 7.12 | 9.73 | - |
| YUV | 71.13 | 136.96 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 87 | 0 | 0.74 | 0.36 | 0.47 | 329.11 | 0.59 | 0.34 |
| Hex | 88 | 23 | 57 | 0 | 4A | 24 | 2F | 149 | 3B | 22 |
| Octal | 210 | 43 | 127 | 0 | 112 | 44 | 57 | 511 | 73 | 42 |
| Binary | 10001000 | 100011 | 1010111 | 0 | 1001010 | 100100 | 101111 | 101001001 | 111011 | 100010 |
Color Harmonies of #882357
Complementary color
Monochromatic Colors of #882357
Black with #882357
Text Example
Text Example
White with #882357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882357; }
p { color: rgb(136,35,87); }
H1.HeaderClassName
{
color: #882357;
}
.AnyTagClassName
{
color: #882357;
}
</style>
background-color css
<style>
a { background-color: #882357; }
a { background-color: rgb(136,35,87); }
div.DivClassName
{
background-color: #882357;
}
.BgClassName
{
background-color: #882357;
}
</style>
border-color css
<style>
span { border-color: #882357; }
span { border-color: rgb(136,35,87); }
td.TdClassName
{
border-color: #882357;
}
.TagClassName
{
border-color: #882357;
}
</style>