Shades of Rose Bud Cherry #89245D
Tints of Rose Bud Cherry #89245D
RGB
CMYK
RGB Variations
Color information
#89245D (or 0x89245D) is known color: Rose Bud Cherry. HEX triplet: 89, 24 and 5D. RGB value is (137,36,93). Sum of RGB (Red+Green+Blue) = 137+36+93=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89245D is #76DBA2. Grayscale: #484848. Windows color (decimal): -7789475 or 6104201. OLE color: 6104201.
HSL color Cylindrical-coordinate representation of color #89245D: hue angle of 326.14º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #89245D is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 36 | 93 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.46 |
| HSL | 326.14º | 0.58% | 0.34% | - |
| HSV(B) | 326.14º | 0.74% | 0.54% | - |
| XYZ | 12.92 | 7.37 | 11.1 | - |
| YUV | 72.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 36 | 93 | 0 | 0.74 | 0.32 | 0.46 | 326.14 | 0.58 | 0.34 |
| Hex | 89 | 24 | 5D | 0 | 4A | 20 | 2E | 146 | 3A | 22 |
| Octal | 211 | 44 | 135 | 0 | 112 | 40 | 56 | 506 | 72 | 42 |
| Binary | 10001001 | 100100 | 1011101 | 0 | 1001010 | 100000 | 101110 | 101000110 | 111010 | 100010 |
Color Harmonies of #89245D
Complementary color
Monochromatic Colors of #89245D
Black with #89245D
Text Example
Text Example
White with #89245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89245D; }
p { color: rgb(137,36,93); }
H1.HeaderClassName
{
color: #89245D;
}
.AnyTagClassName
{
color: #89245D;
}
</style>
background-color css
<style>
a { background-color: #89245D; }
a { background-color: rgb(137,36,93); }
div.DivClassName
{
background-color: #89245D;
}
.BgClassName
{
background-color: #89245D;
}
</style>
border-color css
<style>
span { border-color: #89245D; }
span { border-color: rgb(137,36,93); }
td.TdClassName
{
border-color: #89245D;
}
.TagClassName
{
border-color: #89245D;
}
</style>