Shades of Rose Bud Cherry #89355B
Tints of Rose Bud Cherry #89355B
RGB
CMYK
RGB Variations
Color information
#89355B (or 0x89355B) is known color: Rose Bud Cherry. HEX triplet: 89, 35 and 5B. RGB value is (137,53,91). Sum of RGB (Red+Green+Blue) = 137+53+91=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #89355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89355B is #76CAA4. Grayscale: #525252. Windows color (decimal): -7785125 or 5977481. OLE color: 5977481.
HSL color Cylindrical-coordinate representation of color #89355B: hue angle of 332.86º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89355B is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 91 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.46 |
| HSL | 332.86º | 0.44% | 0.37% | - |
| HSV(B) | 332.86º | 0.61% | 0.54% | - |
| XYZ | 13.48 | 8.62 | 10.85 | - |
| YUV | 82.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 91 | 0 | 0.61 | 0.34 | 0.46 | 332.86 | 0.44 | 0.37 |
| Hex | 89 | 35 | 5B | 0 | 3D | 22 | 2E | 14D | 2C | 25 |
| Octal | 211 | 65 | 133 | 0 | 75 | 42 | 56 | 515 | 54 | 45 |
| Binary | 10001001 | 110101 | 1011011 | 0 | 111101 | 100010 | 101110 | 101001101 | 101100 | 100101 |
Color Harmonies of #89355B
Complementary color
Monochromatic Colors of #89355B
Black with #89355B
Text Example
Text Example
White with #89355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89355B; }
p { color: rgb(137,53,91); }
H1.HeaderClassName
{
color: #89355B;
}
.AnyTagClassName
{
color: #89355B;
}
</style>
background-color css
<style>
a { background-color: #89355B; }
a { background-color: rgb(137,53,91); }
div.DivClassName
{
background-color: #89355B;
}
.BgClassName
{
background-color: #89355B;
}
</style>
border-color css
<style>
span { border-color: #89355B; }
span { border-color: rgb(137,53,91); }
td.TdClassName
{
border-color: #89355B;
}
.TagClassName
{
border-color: #89355B;
}
</style>