Shades of Rose Bud Cherry #891950
Tints of Rose Bud Cherry #891950
RGB
CMYK
RGB Variations
Color information
#891950 (or 0x891950) is known color: Rose Bud Cherry. HEX triplet: 89, 19 and 50. RGB value is (137,25,80). Sum of RGB (Red+Green+Blue) = 137+25+80=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #891950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891950 is #76E6AF. Grayscale: #404040. Windows color (decimal): -7792304 or 5249417. OLE color: 5249417.
HSL color Cylindrical-coordinate representation of color #891950: hue angle of 330.54º degrees, saturation: 0.69, 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 #891950 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 25 | 80 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.46 |
| HSL | 330.54º | 0.69% | 0.32% | - |
| HSV(B) | 330.54º | 0.82% | 0.54% | - |
| XYZ | 12.11 | 6.59 | 8.22 | - |
| YUV | 64.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 25 | 80 | 0 | 0.82 | 0.42 | 0.46 | 330.54 | 0.69 | 0.32 |
| Hex | 89 | 19 | 50 | 0 | 52 | 2A | 2E | 14B | 45 | 20 |
| Octal | 211 | 31 | 120 | 0 | 122 | 52 | 56 | 513 | 105 | 40 |
| Binary | 10001001 | 11001 | 1010000 | 0 | 1010010 | 101010 | 101110 | 101001011 | 1000101 | 100000 |
Color Harmonies of #891950
Complementary color
Monochromatic Colors of #891950
Black with #891950
Text Example
Text Example
White with #891950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891950; }
p { color: rgb(137,25,80); }
H1.HeaderClassName
{
color: #891950;
}
.AnyTagClassName
{
color: #891950;
}
</style>
background-color css
<style>
a { background-color: #891950; }
a { background-color: rgb(137,25,80); }
div.DivClassName
{
background-color: #891950;
}
.BgClassName
{
background-color: #891950;
}
</style>
border-color css
<style>
span { border-color: #891950; }
span { border-color: rgb(137,25,80); }
td.TdClassName
{
border-color: #891950;
}
.TagClassName
{
border-color: #891950;
}
</style>