Shades of Rose Bud Cherry #89104C
Tints of Rose Bud Cherry #89104C
RGB
CMYK
RGB Variations
Color information
#89104C (or 0x89104C) is known color: Rose Bud Cherry. HEX triplet: 89, 10 and 4C. RGB value is (137,16,76). Sum of RGB (Red+Green+Blue) = 137+16+76=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #89104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89104C is #76EFB3. Grayscale: #3A3A3A. Windows color (decimal): -7794612 or 4984969. OLE color: 4984969.
HSL color Cylindrical-coordinate representation of color #89104C: hue angle of 330.25º 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 #89104C is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 76 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.46 |
| HSL | 330.25º | 0.79% | 0.3% | - |
| HSV(B) | 330.25º | 0.88% | 0.54% | - |
| XYZ | 11.81 | 6.21 | 7.41 | - |
| YUV | 59.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 76 | 0 | 0.88 | 0.45 | 0.46 | 330.25 | 0.79 | 0.3 |
| Hex | 89 | 10 | 4C | 0 | 58 | 2D | 2E | 14A | 4F | 1E |
| Octal | 211 | 20 | 114 | 0 | 130 | 55 | 56 | 512 | 117 | 36 |
| Binary | 10001001 | 10000 | 1001100 | 0 | 1011000 | 101101 | 101110 | 101001010 | 1001111 | 11110 |
Color Harmonies of #89104C
Complementary color
Monochromatic Colors of #89104C
Black with #89104C
Text Example
Text Example
White with #89104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89104C; }
p { color: rgb(137,16,76); }
H1.HeaderClassName
{
color: #89104C;
}
.AnyTagClassName
{
color: #89104C;
}
</style>
background-color css
<style>
a { background-color: #89104C; }
a { background-color: rgb(137,16,76); }
div.DivClassName
{
background-color: #89104C;
}
.BgClassName
{
background-color: #89104C;
}
</style>
border-color css
<style>
span { border-color: #89104C; }
span { border-color: rgb(137,16,76); }
td.TdClassName
{
border-color: #89104C;
}
.TagClassName
{
border-color: #89104C;
}
</style>