Shades of Rose Bud Cherry #89154E
Tints of Rose Bud Cherry #89154E
RGB
CMYK
RGB Variations
Color information
#89154E (or 0x89154E) is known color: Rose Bud Cherry. HEX triplet: 89, 15 and 4E. RGB value is (137,21,78). Sum of RGB (Red+Green+Blue) = 137+21+78=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89154E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89154E is #76EAB1. Grayscale: #3E3E3E. Windows color (decimal): -7793330 or 5117321. OLE color: 5117321.
HSL color Cylindrical-coordinate representation of color #89154E: hue angle of 330.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89154E is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 21 | 78 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.46 |
| HSL | 330.52º | 0.73% | 0.31% | - |
| HSV(B) | 330.52º | 0.85% | 0.54% | - |
| XYZ | 11.96 | 6.4 | 7.81 | - |
| YUV | 62.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 78 | 0 | 0.85 | 0.43 | 0.46 | 330.52 | 0.73 | 0.31 |
| Hex | 89 | 15 | 4E | 0 | 55 | 2B | 2E | 14B | 49 | 1F |
| Octal | 211 | 25 | 116 | 0 | 125 | 53 | 56 | 513 | 111 | 37 |
| Binary | 10001001 | 10101 | 1001110 | 0 | 1010101 | 101011 | 101110 | 101001011 | 1001001 | 11111 |
Color Harmonies of #89154E
Complementary color
Monochromatic Colors of #89154E
Black with #89154E
Text Example
Text Example
White with #89154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89154E; }
p { color: rgb(137,21,78); }
H1.HeaderClassName
{
color: #89154E;
}
.AnyTagClassName
{
color: #89154E;
}
</style>
background-color css
<style>
a { background-color: #89154E; }
a { background-color: rgb(137,21,78); }
div.DivClassName
{
background-color: #89154E;
}
.BgClassName
{
background-color: #89154E;
}
</style>
border-color css
<style>
span { border-color: #89154E; }
span { border-color: rgb(137,21,78); }
td.TdClassName
{
border-color: #89154E;
}
.TagClassName
{
border-color: #89154E;
}
</style>