Shades of Rose Bud Cherry #89144D
Tints of Rose Bud Cherry #89144D
RGB
CMYK
RGB Variations
Color information
#89144D (or 0x89144D) is known color: Rose Bud Cherry. HEX triplet: 89, 14 and 4D. RGB value is (137,20,77). Sum of RGB (Red+Green+Blue) = 137+20+77=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89144D is #76EBB2. Grayscale: #3D3D3D. Windows color (decimal): -7793587 or 5051529. OLE color: 5051529.
HSL color Cylindrical-coordinate representation of color #89144D: hue angle of 330.77º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89144D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 77 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.46 |
| HSL | 330.77º | 0.75% | 0.31% | - |
| HSV(B) | 330.77º | 0.85% | 0.54% | - |
| XYZ | 11.91 | 6.35 | 7.62 | - |
| YUV | 61.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 77 | 0 | 0.85 | 0.44 | 0.46 | 330.77 | 0.75 | 0.31 |
| Hex | 89 | 14 | 4D | 0 | 55 | 2C | 2E | 14B | 4B | 1F |
| Octal | 211 | 24 | 115 | 0 | 125 | 54 | 56 | 513 | 113 | 37 |
| Binary | 10001001 | 10100 | 1001101 | 0 | 1010101 | 101100 | 101110 | 101001011 | 1001011 | 11111 |
Color Harmonies of #89144D
Complementary color
Monochromatic Colors of #89144D
Black with #89144D
Text Example
Text Example
White with #89144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89144D; }
p { color: rgb(137,20,77); }
H1.HeaderClassName
{
color: #89144D;
}
.AnyTagClassName
{
color: #89144D;
}
</style>
background-color css
<style>
a { background-color: #89144D; }
a { background-color: rgb(137,20,77); }
div.DivClassName
{
background-color: #89144D;
}
.BgClassName
{
background-color: #89144D;
}
</style>
border-color css
<style>
span { border-color: #89144D; }
span { border-color: rgb(137,20,77); }
td.TdClassName
{
border-color: #89144D;
}
.TagClassName
{
border-color: #89144D;
}
</style>