Shades of Rose Bud Cherry #89375E
Tints of Rose Bud Cherry #89375E
RGB
CMYK
RGB Variations
Color information
#89375E (or 0x89375E) is known color: Rose Bud Cherry. HEX triplet: 89, 37 and 5E. RGB value is (137,55,94). Sum of RGB (Red+Green+Blue) = 137+55+94=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #89375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89375E is #76C8A1. Grayscale: #535353. Windows color (decimal): -7784610 or 6174601. OLE color: 6174601.
HSL color Cylindrical-coordinate representation of color #89375E: hue angle of 331.46º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89375E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 55 | 94 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.46 |
| HSL | 331.46º | 0.43% | 0.38% | - |
| HSV(B) | 331.46º | 0.6% | 0.54% | - |
| XYZ | 13.7 | 8.86 | 11.58 | - |
| YUV | 83.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 94 | 0 | 0.60 | 0.31 | 0.46 | 331.46 | 0.43 | 0.38 |
| Hex | 89 | 37 | 5E | 0 | 3C | 1F | 2E | 14B | 2B | 26 |
| Octal | 211 | 67 | 136 | 0 | 74 | 37 | 56 | 513 | 53 | 46 |
| Binary | 10001001 | 110111 | 1011110 | 0 | 111100 | 11111 | 101110 | 101001011 | 101011 | 100110 |
Color Harmonies of #89375E
Complementary color
Monochromatic Colors of #89375E
Black with #89375E
Text Example
Text Example
White with #89375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89375E; }
p { color: rgb(137,55,94); }
H1.HeaderClassName
{
color: #89375E;
}
.AnyTagClassName
{
color: #89375E;
}
</style>
background-color css
<style>
a { background-color: #89375E; }
a { background-color: rgb(137,55,94); }
div.DivClassName
{
background-color: #89375E;
}
.BgClassName
{
background-color: #89375E;
}
</style>
border-color css
<style>
span { border-color: #89375E; }
span { border-color: rgb(137,55,94); }
td.TdClassName
{
border-color: #89375E;
}
.TagClassName
{
border-color: #89375E;
}
</style>