Shades of Rose Bud Cherry #883961
Tints of Rose Bud Cherry #883961
RGB
CMYK
RGB Variations
Color information
#883961 (or 0x883961) is known color: Rose Bud Cherry. HEX triplet: 88, 39 and 61. RGB value is (136,57,97). Sum of RGB (Red+Green+Blue) = 136+57+97=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #883961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883961 is #77C69E. Grayscale: #555555. Windows color (decimal): -7849631 or 6371720. OLE color: 6371720.
HSL color Cylindrical-coordinate representation of color #883961: hue angle of 329.62º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883961 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 57 | 97 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.47 |
| HSL | 329.62º | 0.41% | 0.38% | - |
| HSV(B) | 329.62º | 0.58% | 0.53% | - |
| XYZ | 13.77 | 9.02 | 12.33 | - |
| YUV | 85.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 97 | 0 | 0.58 | 0.29 | 0.47 | 329.62 | 0.41 | 0.38 |
| Hex | 88 | 39 | 61 | 0 | 3A | 1D | 2F | 14A | 29 | 26 |
| Octal | 210 | 71 | 141 | 0 | 72 | 35 | 57 | 512 | 51 | 46 |
| Binary | 10001000 | 111001 | 1100001 | 0 | 111010 | 11101 | 101111 | 101001010 | 101001 | 100110 |
Color Harmonies of #883961
Complementary color
Monochromatic Colors of #883961
Black with #883961
Text Example
Text Example
White with #883961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883961; }
p { color: rgb(136,57,97); }
H1.HeaderClassName
{
color: #883961;
}
.AnyTagClassName
{
color: #883961;
}
</style>
background-color css
<style>
a { background-color: #883961; }
a { background-color: rgb(136,57,97); }
div.DivClassName
{
background-color: #883961;
}
.BgClassName
{
background-color: #883961;
}
</style>
border-color css
<style>
span { border-color: #883961; }
span { border-color: rgb(136,57,97); }
td.TdClassName
{
border-color: #883961;
}
.TagClassName
{
border-color: #883961;
}
</style>