Shades of Rose Bud Cherry #882160
Tints of Rose Bud Cherry #882160
RGB
CMYK
RGB Variations
Color information
#882160 (or 0x882160) is known color: Rose Bud Cherry. HEX triplet: 88, 21 and 60. RGB value is (136,33,96). Sum of RGB (Red+Green+Blue) = 136+33+96=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #882160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882160 is #77DE9F. Grayscale: #464646. Windows color (decimal): -7855776 or 6300040. OLE color: 6300040.
HSL color Cylindrical-coordinate representation of color #882160: hue angle of 323.3º 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 #882160 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 96 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.47 |
| HSL | 323.3º | 0.61% | 0.33% | - |
| HSV(B) | 323.3º | 0.76% | 0.53% | - |
| XYZ | 12.81 | 7.17 | 11.77 | - |
| YUV | 70.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 96 | 0 | 0.76 | 0.29 | 0.47 | 323.3 | 0.61 | 0.33 |
| Hex | 88 | 21 | 60 | 0 | 4C | 1D | 2F | 143 | 3D | 21 |
| Octal | 210 | 41 | 140 | 0 | 114 | 35 | 57 | 503 | 75 | 41 |
| Binary | 10001000 | 100001 | 1100000 | 0 | 1001100 | 11101 | 101111 | 101000011 | 111101 | 100001 |
Color Harmonies of #882160
Complementary color
Monochromatic Colors of #882160
Black with #882160
Text Example
Text Example
White with #882160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882160; }
p { color: rgb(136,33,96); }
H1.HeaderClassName
{
color: #882160;
}
.AnyTagClassName
{
color: #882160;
}
</style>
background-color css
<style>
a { background-color: #882160; }
a { background-color: rgb(136,33,96); }
div.DivClassName
{
background-color: #882160;
}
.BgClassName
{
background-color: #882160;
}
</style>
border-color css
<style>
span { border-color: #882160; }
span { border-color: rgb(136,33,96); }
td.TdClassName
{
border-color: #882160;
}
.TagClassName
{
border-color: #882160;
}
</style>