Shades of Rose Bud Cherry #89104D
Tints of Rose Bud Cherry #89104D
RGB
CMYK
RGB Variations
Color information
#89104D (or 0x89104D) is known color: Rose Bud Cherry. HEX triplet: 89, 10 and 4D. RGB value is (137,16,77). Sum of RGB (Red+Green+Blue) = 137+16+77=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89104D is #76EFB2. Grayscale: #3B3B3B. Windows color (decimal): -7794611 or 5050505. OLE color: 5050505.
HSL color Cylindrical-coordinate representation of color #89104D: hue angle of 329.75º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #89104D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 77 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.46 |
| HSL | 329.75º | 0.79% | 0.3% | - |
| HSV(B) | 329.75º | 0.88% | 0.54% | - |
| XYZ | 11.84 | 6.22 | 7.6 | - |
| YUV | 59.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 77 | 0 | 0.88 | 0.44 | 0.46 | 329.75 | 0.79 | 0.3 |
| Hex | 89 | 10 | 4D | 0 | 58 | 2C | 2E | 14A | 4F | 1E |
| Octal | 211 | 20 | 115 | 0 | 130 | 54 | 56 | 512 | 117 | 36 |
| Binary | 10001001 | 10000 | 1001101 | 0 | 1011000 | 101100 | 101110 | 101001010 | 1001111 | 11110 |
Color Harmonies of #89104D
Complementary color
Monochromatic Colors of #89104D
Black with #89104D
Text Example
Text Example
White with #89104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89104D; }
p { color: rgb(137,16,77); }
H1.HeaderClassName
{
color: #89104D;
}
.AnyTagClassName
{
color: #89104D;
}
</style>
background-color css
<style>
a { background-color: #89104D; }
a { background-color: rgb(137,16,77); }
div.DivClassName
{
background-color: #89104D;
}
.BgClassName
{
background-color: #89104D;
}
</style>
border-color css
<style>
span { border-color: #89104D; }
span { border-color: rgb(137,16,77); }
td.TdClassName
{
border-color: #89104D;
}
.TagClassName
{
border-color: #89104D;
}
</style>