Shades of Rose Bud Cherry #89184F
Tints of Rose Bud Cherry #89184F
RGB
CMYK
RGB Variations
Color information
#89184F (or 0x89184F) is known color: Rose Bud Cherry. HEX triplet: 89, 18 and 4F. RGB value is (137,24,79). Sum of RGB (Red+Green+Blue) = 137+24+79=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #89184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89184F is #76E7B0. Grayscale: #3F3F3F. Windows color (decimal): -7792561 or 5183625. OLE color: 5183625.
HSL color Cylindrical-coordinate representation of color #89184F: hue angle of 330.8º 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 #89184F is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 79 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.46 |
| HSL | 330.8º | 0.7% | 0.32% | - |
| HSV(B) | 330.8º | 0.82% | 0.54% | - |
| XYZ | 12.05 | 6.54 | 8.02 | - |
| YUV | 64.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 79 | 0 | 0.82 | 0.42 | 0.46 | 330.8 | 0.7 | 0.32 |
| Hex | 89 | 18 | 4F | 0 | 52 | 2A | 2E | 14B | 46 | 20 |
| Octal | 211 | 30 | 117 | 0 | 122 | 52 | 56 | 513 | 106 | 40 |
| Binary | 10001001 | 11000 | 1001111 | 0 | 1010010 | 101010 | 101110 | 101001011 | 1000110 | 100000 |
Color Harmonies of #89184F
Complementary color
Monochromatic Colors of #89184F
Black with #89184F
Text Example
Text Example
White with #89184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89184F; }
p { color: rgb(137,24,79); }
H1.HeaderClassName
{
color: #89184F;
}
.AnyTagClassName
{
color: #89184F;
}
</style>
background-color css
<style>
a { background-color: #89184F; }
a { background-color: rgb(137,24,79); }
div.DivClassName
{
background-color: #89184F;
}
.BgClassName
{
background-color: #89184F;
}
</style>
border-color css
<style>
span { border-color: #89184F; }
span { border-color: rgb(137,24,79); }
td.TdClassName
{
border-color: #89184F;
}
.TagClassName
{
border-color: #89184F;
}
</style>