Shades of Rose Bud Cherry #890E4D
Tints of Rose Bud Cherry #890E4D
RGB
CMYK
RGB Variations
Color information
#890E4D (or 0x890E4D) is known color: Rose Bud Cherry. HEX triplet: 89, 0E and 4D. RGB value is (137,14,77). Sum of RGB (Red+Green+Blue) = 137+14+77=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #890E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890E4D is #76F1B2. Grayscale: #393939. Windows color (decimal): -7795123 or 5049993. OLE color: 5049993.
HSL color Cylindrical-coordinate representation of color #890E4D: hue angle of 329.27º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E4D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 77 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.46 |
| HSL | 329.27º | 0.81% | 0.3% | - |
| HSV(B) | 329.27º | 0.9% | 0.54% | - |
| XYZ | 11.81 | 6.17 | 7.59 | - |
| YUV | 57.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 77 | 0 | 0.90 | 0.44 | 0.46 | 329.27 | 0.81 | 0.3 |
| Hex | 89 | E | 4D | 0 | 5A | 2C | 2E | 149 | 51 | 1E |
| Octal | 211 | 16 | 115 | 0 | 132 | 54 | 56 | 511 | 121 | 36 |
| Binary | 10001001 | 1110 | 1001101 | 0 | 1011010 | 101100 | 101110 | 101001001 | 1010001 | 11110 |
Color Harmonies of #890E4D
Complementary color
Monochromatic Colors of #890E4D
Black with #890E4D
Text Example
Text Example
White with #890E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E4D; }
p { color: rgb(137,14,77); }
H1.HeaderClassName
{
color: #890E4D;
}
.AnyTagClassName
{
color: #890E4D;
}
</style>
background-color css
<style>
a { background-color: #890E4D; }
a { background-color: rgb(137,14,77); }
div.DivClassName
{
background-color: #890E4D;
}
.BgClassName
{
background-color: #890E4D;
}
</style>
border-color css
<style>
span { border-color: #890E4D; }
span { border-color: rgb(137,14,77); }
td.TdClassName
{
border-color: #890E4D;
}
.TagClassName
{
border-color: #890E4D;
}
</style>