Shades of Rose Bud Cherry #882359
Tints of Rose Bud Cherry #882359
RGB
CMYK
RGB Variations
Color information
#882359 (or 0x882359) is known color: Rose Bud Cherry. HEX triplet: 88, 23 and 59. RGB value is (136,35,89). Sum of RGB (Red+Green+Blue) = 136+35+89=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #882359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882359 is #77DCA6. Grayscale: #474747. Windows color (decimal): -7855271 or 5841800. OLE color: 5841800.
HSL color Cylindrical-coordinate representation of color #882359: hue angle of 327.92º 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 #882359 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 89 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.47 |
| HSL | 327.92º | 0.59% | 0.34% | - |
| HSV(B) | 327.92º | 0.74% | 0.53% | - |
| XYZ | 12.56 | 7.16 | 10.17 | - |
| YUV | 71.36 | 137.96 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 89 | 0 | 0.74 | 0.35 | 0.47 | 327.92 | 0.59 | 0.34 |
| Hex | 88 | 23 | 59 | 0 | 4A | 23 | 2F | 148 | 3B | 22 |
| Octal | 210 | 43 | 131 | 0 | 112 | 43 | 57 | 510 | 73 | 42 |
| Binary | 10001000 | 100011 | 1011001 | 0 | 1001010 | 100011 | 101111 | 101001000 | 111011 | 100010 |
Color Harmonies of #882359
Complementary color
Monochromatic Colors of #882359
Black with #882359
Text Example
Text Example
White with #882359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882359; }
p { color: rgb(136,35,89); }
H1.HeaderClassName
{
color: #882359;
}
.AnyTagClassName
{
color: #882359;
}
</style>
background-color css
<style>
a { background-color: #882359; }
a { background-color: rgb(136,35,89); }
div.DivClassName
{
background-color: #882359;
}
.BgClassName
{
background-color: #882359;
}
</style>
border-color css
<style>
span { border-color: #882359; }
span { border-color: rgb(136,35,89); }
td.TdClassName
{
border-color: #882359;
}
.TagClassName
{
border-color: #882359;
}
</style>