Shades of Rose Bud Cherry #890F4E
Tints of Rose Bud Cherry #890F4E
RGB
CMYK
RGB Variations
Color information
#890F4E (or 0x890F4E) is known color: Rose Bud Cherry. HEX triplet: 89, 0F and 4E. RGB value is (137,15,78). Sum of RGB (Red+Green+Blue) = 137+15+78=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #890F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F4E is #76F0B1. Grayscale: #3A3A3A. Windows color (decimal): -7794866 or 5115785. OLE color: 5115785.
HSL color Cylindrical-coordinate representation of color #890F4E: hue angle of 329.02º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F4E is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 78 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.46 |
| HSL | 329.02º | 0.8% | 0.3% | - |
| HSV(B) | 329.02º | 0.89% | 0.54% | - |
| XYZ | 11.86 | 6.21 | 7.78 | - |
| YUV | 58.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 78 | 0 | 0.89 | 0.43 | 0.46 | 329.02 | 0.8 | 0.3 |
| Hex | 89 | F | 4E | 0 | 59 | 2B | 2E | 149 | 50 | 1E |
| Octal | 211 | 17 | 116 | 0 | 131 | 53 | 56 | 511 | 120 | 36 |
| Binary | 10001001 | 1111 | 1001110 | 0 | 1011001 | 101011 | 101110 | 101001001 | 1010000 | 11110 |
Color Harmonies of #890F4E
Complementary color
Monochromatic Colors of #890F4E
Black with #890F4E
Text Example
Text Example
White with #890F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F4E; }
p { color: rgb(137,15,78); }
H1.HeaderClassName
{
color: #890F4E;
}
.AnyTagClassName
{
color: #890F4E;
}
</style>
background-color css
<style>
a { background-color: #890F4E; }
a { background-color: rgb(137,15,78); }
div.DivClassName
{
background-color: #890F4E;
}
.BgClassName
{
background-color: #890F4E;
}
</style>
border-color css
<style>
span { border-color: #890F4E; }
span { border-color: rgb(137,15,78); }
td.TdClassName
{
border-color: #890F4E;
}
.TagClassName
{
border-color: #890F4E;
}
</style>