Shades of Rose Bud Cherry #89124F
Tints of Rose Bud Cherry #89124F
RGB
CMYK
RGB Variations
Color information
#89124F (or 0x89124F) is known color: Rose Bud Cherry. HEX triplet: 89, 12 and 4F. RGB value is (137,18,79). Sum of RGB (Red+Green+Blue) = 137+18+79=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89124F is #76EDB0. Grayscale: #3C3C3C. Windows color (decimal): -7794097 or 5182089. OLE color: 5182089.
HSL color Cylindrical-coordinate representation of color #89124F: hue angle of 329.24º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89124F is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 79 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.46 |
| HSL | 329.24º | 0.77% | 0.3% | - |
| HSV(B) | 329.24º | 0.87% | 0.54% | - |
| XYZ | 11.94 | 6.32 | 7.99 | - |
| YUV | 60.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 79 | 0 | 0.87 | 0.42 | 0.46 | 329.24 | 0.77 | 0.3 |
| Hex | 89 | 12 | 4F | 0 | 57 | 2A | 2E | 149 | 4D | 1E |
| Octal | 211 | 22 | 117 | 0 | 127 | 52 | 56 | 511 | 115 | 36 |
| Binary | 10001001 | 10010 | 1001111 | 0 | 1010111 | 101010 | 101110 | 101001001 | 1001101 | 11110 |
Color Harmonies of #89124F
Complementary color
Monochromatic Colors of #89124F
Black with #89124F
Text Example
Text Example
White with #89124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89124F; }
p { color: rgb(137,18,79); }
H1.HeaderClassName
{
color: #89124F;
}
.AnyTagClassName
{
color: #89124F;
}
</style>
background-color css
<style>
a { background-color: #89124F; }
a { background-color: rgb(137,18,79); }
div.DivClassName
{
background-color: #89124F;
}
.BgClassName
{
background-color: #89124F;
}
</style>
border-color css
<style>
span { border-color: #89124F; }
span { border-color: rgb(137,18,79); }
td.TdClassName
{
border-color: #89124F;
}
.TagClassName
{
border-color: #89124F;
}
</style>