Shades of Rose Bud Cherry #89255F
Tints of Rose Bud Cherry #89255F
RGB
CMYK
RGB Variations
Color information
#89255F (or 0x89255F) is known color: Rose Bud Cherry. HEX triplet: 89, 25 and 5F. RGB value is (137,37,95). Sum of RGB (Red+Green+Blue) = 137+37+95=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89255F is #76DAA0. Grayscale: #494949. Windows color (decimal): -7789217 or 6235529. OLE color: 6235529.
HSL color Cylindrical-coordinate representation of color #89255F: hue angle of 325.2º 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 #89255F is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 95 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.46 |
| HSL | 325.2º | 0.57% | 0.34% | - |
| HSV(B) | 325.2º | 0.73% | 0.54% | - |
| XYZ | 13.04 | 7.47 | 11.58 | - |
| YUV | 73.51 | 140.13 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 95 | 0 | 0.73 | 0.31 | 0.46 | 325.2 | 0.57 | 0.34 |
| Hex | 89 | 25 | 5F | 0 | 49 | 1F | 2E | 145 | 39 | 22 |
| Octal | 211 | 45 | 137 | 0 | 111 | 37 | 56 | 505 | 71 | 42 |
| Binary | 10001001 | 100101 | 1011111 | 0 | 1001001 | 11111 | 101110 | 101000101 | 111001 | 100010 |
Color Harmonies of #89255F
Complementary color
Monochromatic Colors of #89255F
Black with #89255F
Text Example
Text Example
White with #89255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89255F; }
p { color: rgb(137,37,95); }
H1.HeaderClassName
{
color: #89255F;
}
.AnyTagClassName
{
color: #89255F;
}
</style>
background-color css
<style>
a { background-color: #89255F; }
a { background-color: rgb(137,37,95); }
div.DivClassName
{
background-color: #89255F;
}
.BgClassName
{
background-color: #89255F;
}
</style>
border-color css
<style>
span { border-color: #89255F; }
span { border-color: rgb(137,37,95); }
td.TdClassName
{
border-color: #89255F;
}
.TagClassName
{
border-color: #89255F;
}
</style>