Shades of Rose Bud Cherry #882965
Tints of Rose Bud Cherry #882965
RGB
CMYK
RGB Variations
Color information
#882965 (or 0x882965) is known color: Rose Bud Cherry. HEX triplet: 88, 29 and 65. RGB value is (136,41,101). Sum of RGB (Red+Green+Blue) = 136+41+101=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #882965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882965 is #77D69A. Grayscale: #4C4C4C. Windows color (decimal): -7853723 or 6629768. OLE color: 6629768.
HSL color Cylindrical-coordinate representation of color #882965: hue angle of 322.11º 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 #882965 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 41 | 101 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.47 |
| HSL | 322.11º | 0.54% | 0.35% | - |
| HSV(B) | 322.11º | 0.7% | 0.53% | - |
| XYZ | 13.3 | 7.76 | 13.11 | - |
| YUV | 76.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 41 | 101 | 0 | 0.70 | 0.26 | 0.47 | 322.11 | 0.54 | 0.35 |
| Hex | 88 | 29 | 65 | 0 | 46 | 1A | 2F | 142 | 36 | 23 |
| Octal | 210 | 51 | 145 | 0 | 106 | 32 | 57 | 502 | 66 | 43 |
| Binary | 10001000 | 101001 | 1100101 | 0 | 1000110 | 11010 | 101111 | 101000010 | 110110 | 100011 |
Color Harmonies of #882965
Complementary color
Monochromatic Colors of #882965
Black with #882965
Text Example
Text Example
White with #882965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882965; }
p { color: rgb(136,41,101); }
H1.HeaderClassName
{
color: #882965;
}
.AnyTagClassName
{
color: #882965;
}
</style>
background-color css
<style>
a { background-color: #882965; }
a { background-color: rgb(136,41,101); }
div.DivClassName
{
background-color: #882965;
}
.BgClassName
{
background-color: #882965;
}
</style>
border-color css
<style>
span { border-color: #882965; }
span { border-color: rgb(136,41,101); }
td.TdClassName
{
border-color: #882965;
}
.TagClassName
{
border-color: #882965;
}
</style>