Shades of Rose Bud Cherry #882256
Tints of Rose Bud Cherry #882256
RGB
CMYK
RGB Variations
Color information
#882256 (or 0x882256) is known color: Rose Bud Cherry. HEX triplet: 88, 22 and 56. RGB value is (136,34,86). Sum of RGB (Red+Green+Blue) = 136+34+86=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #882256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882256 is #77DDA9. Grayscale: #464646. Windows color (decimal): -7855530 or 5644936. OLE color: 5644936.
HSL color Cylindrical-coordinate representation of color #882256: hue angle of 329.41º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882256 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 34 | 86 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.47 |
| HSL | 329.41º | 0.6% | 0.33% | - |
| HSV(B) | 329.41º | 0.75% | 0.53% | - |
| XYZ | 12.41 | 7.05 | 9.51 | - |
| YUV | 70.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 34 | 86 | 0 | 0.75 | 0.37 | 0.47 | 329.41 | 0.6 | 0.33 |
| Hex | 88 | 22 | 56 | 0 | 4B | 25 | 2F | 149 | 3C | 21 |
| Octal | 210 | 42 | 126 | 0 | 113 | 45 | 57 | 511 | 74 | 41 |
| Binary | 10001000 | 100010 | 1010110 | 0 | 1001011 | 100101 | 101111 | 101001001 | 111100 | 100001 |
Color Harmonies of #882256
Complementary color
Monochromatic Colors of #882256
Black with #882256
Text Example
Text Example
White with #882256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882256; }
p { color: rgb(136,34,86); }
H1.HeaderClassName
{
color: #882256;
}
.AnyTagClassName
{
color: #882256;
}
</style>
background-color css
<style>
a { background-color: #882256; }
a { background-color: rgb(136,34,86); }
div.DivClassName
{
background-color: #882256;
}
.BgClassName
{
background-color: #882256;
}
</style>
border-color css
<style>
span { border-color: #882256; }
span { border-color: rgb(136,34,86); }
td.TdClassName
{
border-color: #882256;
}
.TagClassName
{
border-color: #882256;
}
</style>