Shades of Rose Bud Cherry #89184E
Tints of Rose Bud Cherry #89184E
RGB
CMYK
RGB Variations
Color information
#89184E (or 0x89184E) is known color: Rose Bud Cherry. HEX triplet: 89, 18 and 4E. RGB value is (137,24,78). Sum of RGB (Red+Green+Blue) = 137+24+78=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #89184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89184E is #76E7B1. Grayscale: #3F3F3F. Windows color (decimal): -7792562 or 5118089. OLE color: 5118089.
HSL color Cylindrical-coordinate representation of color #89184E: hue angle of 331.33º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89184E is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 78 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.46 |
| HSL | 331.33º | 0.7% | 0.32% | - |
| HSV(B) | 331.33º | 0.82% | 0.54% | - |
| XYZ | 12.02 | 6.52 | 7.83 | - |
| YUV | 63.94 | 135.94 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 78 | 0 | 0.82 | 0.43 | 0.46 | 331.33 | 0.7 | 0.32 |
| Hex | 89 | 18 | 4E | 0 | 52 | 2B | 2E | 14B | 46 | 20 |
| Octal | 211 | 30 | 116 | 0 | 122 | 53 | 56 | 513 | 106 | 40 |
| Binary | 10001001 | 11000 | 1001110 | 0 | 1010010 | 101011 | 101110 | 101001011 | 1000110 | 100000 |
Color Harmonies of #89184E
Complementary color
Monochromatic Colors of #89184E
Black with #89184E
Text Example
Text Example
White with #89184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89184E; }
p { color: rgb(137,24,78); }
H1.HeaderClassName
{
color: #89184E;
}
.AnyTagClassName
{
color: #89184E;
}
</style>
background-color css
<style>
a { background-color: #89184E; }
a { background-color: rgb(137,24,78); }
div.DivClassName
{
background-color: #89184E;
}
.BgClassName
{
background-color: #89184E;
}
</style>
border-color css
<style>
span { border-color: #89184E; }
span { border-color: rgb(137,24,78); }
td.TdClassName
{
border-color: #89184E;
}
.TagClassName
{
border-color: #89184E;
}
</style>