Shades of Rose Bud Cherry #882964
Tints of Rose Bud Cherry #882964
RGB
CMYK
RGB Variations
Color information
#882964 (or 0x882964) is known color: Rose Bud Cherry. HEX triplet: 88, 29 and 64. RGB value is (136,41,100). Sum of RGB (Red+Green+Blue) = 136+41+100=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #882964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882964 is #77D69B. Grayscale: #4B4B4B. Windows color (decimal): -7853724 or 6564232. OLE color: 6564232.
HSL color Cylindrical-coordinate representation of color #882964: hue angle of 322.74º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882964 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 100 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.47 |
| HSL | 322.74º | 0.54% | 0.35% | - |
| HSV(B) | 322.74º | 0.7% | 0.53% | - |
| XYZ | 13.25 | 7.74 | 12.85 | - |
| YUV | 76.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 100 | 0 | 0.70 | 0.26 | 0.47 | 322.74 | 0.54 | 0.35 |
| Hex | 88 | 29 | 64 | 0 | 46 | 1A | 2F | 143 | 36 | 23 |
| Octal | 210 | 51 | 144 | 0 | 106 | 32 | 57 | 503 | 66 | 43 |
| Binary | 10001000 | 101001 | 1100100 | 0 | 1000110 | 11010 | 101111 | 101000011 | 110110 | 100011 |
Color Harmonies of #882964
Complementary color
Monochromatic Colors of #882964
Black with #882964
Text Example
Text Example
White with #882964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882964; }
p { color: rgb(136,41,100); }
H1.HeaderClassName
{
color: #882964;
}
.AnyTagClassName
{
color: #882964;
}
</style>
background-color css
<style>
a { background-color: #882964; }
a { background-color: rgb(136,41,100); }
div.DivClassName
{
background-color: #882964;
}
.BgClassName
{
background-color: #882964;
}
</style>
border-color css
<style>
span { border-color: #882964; }
span { border-color: rgb(136,41,100); }
td.TdClassName
{
border-color: #882964;
}
.TagClassName
{
border-color: #882964;
}
</style>