Shades of Rose Bud Cherry #89255E
Tints of Rose Bud Cherry #89255E
RGB
CMYK
RGB Variations
Color information
#89255E (or 0x89255E) is known color: Rose Bud Cherry. HEX triplet: 89, 25 and 5E. RGB value is (137,37,94). Sum of RGB (Red+Green+Blue) = 137+37+94=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89255E is #76DAA1. Grayscale: #494949. Windows color (decimal): -7789218 or 6169993. OLE color: 6169993.
HSL color Cylindrical-coordinate representation of color #89255E: hue angle of 325.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89255E is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 94 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.46 |
| HSL | 325.8º | 0.57% | 0.34% | - |
| HSV(B) | 325.8º | 0.73% | 0.54% | - |
| XYZ | 13 | 7.45 | 11.34 | - |
| YUV | 73.4 | 139.63 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 94 | 0 | 0.73 | 0.31 | 0.46 | 325.8 | 0.57 | 0.34 |
| Hex | 89 | 25 | 5E | 0 | 49 | 1F | 2E | 146 | 39 | 22 |
| Octal | 211 | 45 | 136 | 0 | 111 | 37 | 56 | 506 | 71 | 42 |
| Binary | 10001001 | 100101 | 1011110 | 0 | 1001001 | 11111 | 101110 | 101000110 | 111001 | 100010 |
Color Harmonies of #89255E
Complementary color
Monochromatic Colors of #89255E
Black with #89255E
Text Example
Text Example
White with #89255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89255E; }
p { color: rgb(137,37,94); }
H1.HeaderClassName
{
color: #89255E;
}
.AnyTagClassName
{
color: #89255E;
}
</style>
background-color css
<style>
a { background-color: #89255E; }
a { background-color: rgb(137,37,94); }
div.DivClassName
{
background-color: #89255E;
}
.BgClassName
{
background-color: #89255E;
}
</style>
border-color css
<style>
span { border-color: #89255E; }
span { border-color: rgb(137,37,94); }
td.TdClassName
{
border-color: #89255E;
}
.TagClassName
{
border-color: #89255E;
}
</style>