Shades of Rose Bud Cherry #882355
Tints of Rose Bud Cherry #882355
RGB
CMYK
RGB Variations
Color information
#882355 (or 0x882355) is known color: Rose Bud Cherry. HEX triplet: 88, 23 and 55. RGB value is (136,35,85). Sum of RGB (Red+Green+Blue) = 136+35+85=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #882355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882355 is #77DCAA. Grayscale: #464646. Windows color (decimal): -7855275 or 5579656. OLE color: 5579656.
HSL color Cylindrical-coordinate representation of color #882355: hue angle of 330.3º 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 #882355 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 35 | 85 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.47 |
| HSL | 330.3º | 0.59% | 0.34% | - |
| HSV(B) | 330.3º | 0.74% | 0.53% | - |
| XYZ | 12.39 | 7.09 | 9.31 | - |
| YUV | 70.9 | 135.96 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 85 | 0 | 0.74 | 0.38 | 0.47 | 330.3 | 0.59 | 0.34 |
| Hex | 88 | 23 | 55 | 0 | 4A | 26 | 2F | 14A | 3B | 22 |
| Octal | 210 | 43 | 125 | 0 | 112 | 46 | 57 | 512 | 73 | 42 |
| Binary | 10001000 | 100011 | 1010101 | 0 | 1001010 | 100110 | 101111 | 101001010 | 111011 | 100010 |
Color Harmonies of #882355
Complementary color
Monochromatic Colors of #882355
Black with #882355
Text Example
Text Example
White with #882355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882355; }
p { color: rgb(136,35,85); }
H1.HeaderClassName
{
color: #882355;
}
.AnyTagClassName
{
color: #882355;
}
</style>
background-color css
<style>
a { background-color: #882355; }
a { background-color: rgb(136,35,85); }
div.DivClassName
{
background-color: #882355;
}
.BgClassName
{
background-color: #882355;
}
</style>
border-color css
<style>
span { border-color: #882355; }
span { border-color: rgb(136,35,85); }
td.TdClassName
{
border-color: #882355;
}
.TagClassName
{
border-color: #882355;
}
</style>