Shades of Rose Bud Cherry #89385F
Tints of Rose Bud Cherry #89385F
RGB
CMYK
RGB Variations
Color information
#89385F (or 0x89385F) is known color: Rose Bud Cherry. HEX triplet: 89, 38 and 5F. RGB value is (137,56,95). Sum of RGB (Red+Green+Blue) = 137+56+95=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #89385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89385F is #76C7A0. Grayscale: #545454. Windows color (decimal): -7784353 or 6240393. OLE color: 6240393.
HSL color Cylindrical-coordinate representation of color #89385F: hue angle of 331.11º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #89385F is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 56 | 95 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.46 |
| HSL | 331.11º | 0.42% | 0.38% | - |
| HSV(B) | 331.11º | 0.59% | 0.54% | - |
| XYZ | 13.8 | 8.97 | 11.83 | - |
| YUV | 84.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 56 | 95 | 0 | 0.59 | 0.31 | 0.46 | 331.11 | 0.42 | 0.38 |
| Hex | 89 | 38 | 5F | 0 | 3B | 1F | 2E | 14B | 2A | 26 |
| Octal | 211 | 70 | 137 | 0 | 73 | 37 | 56 | 513 | 52 | 46 |
| Binary | 10001001 | 111000 | 1011111 | 0 | 111011 | 11111 | 101110 | 101001011 | 101010 | 100110 |
Color Harmonies of #89385F
Complementary color
Monochromatic Colors of #89385F
Black with #89385F
Text Example
Text Example
White with #89385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89385F; }
p { color: rgb(137,56,95); }
H1.HeaderClassName
{
color: #89385F;
}
.AnyTagClassName
{
color: #89385F;
}
</style>
background-color css
<style>
a { background-color: #89385F; }
a { background-color: rgb(137,56,95); }
div.DivClassName
{
background-color: #89385F;
}
.BgClassName
{
background-color: #89385F;
}
</style>
border-color css
<style>
span { border-color: #89385F; }
span { border-color: rgb(137,56,95); }
td.TdClassName
{
border-color: #89385F;
}
.TagClassName
{
border-color: #89385F;
}
</style>