Shades of Rose Bud Cherry #891A4E
Tints of Rose Bud Cherry #891A4E
RGB
CMYK
RGB Variations
Color information
#891A4E (or 0x891A4E) is known color: Rose Bud Cherry. HEX triplet: 89, 1A and 4E. RGB value is (137,26,78). Sum of RGB (Red+Green+Blue) = 137+26+78=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #891A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891A4E is #76E5B1. Grayscale: #414141. Windows color (decimal): -7792050 or 5118601. OLE color: 5118601.
HSL color Cylindrical-coordinate representation of color #891A4E: hue angle of 331.89º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #891A4E is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 26 | 78 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.46 |
| HSL | 331.89º | 0.68% | 0.32% | - |
| HSV(B) | 331.89º | 0.81% | 0.54% | - |
| XYZ | 12.06 | 6.61 | 7.85 | - |
| YUV | 65.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 78 | 0 | 0.81 | 0.43 | 0.46 | 331.89 | 0.68 | 0.32 |
| Hex | 89 | 1A | 4E | 0 | 51 | 2B | 2E | 14C | 44 | 20 |
| Octal | 211 | 32 | 116 | 0 | 121 | 53 | 56 | 514 | 104 | 40 |
| Binary | 10001001 | 11010 | 1001110 | 0 | 1010001 | 101011 | 101110 | 101001100 | 1000100 | 100000 |
Color Harmonies of #891A4E
Complementary color
Monochromatic Colors of #891A4E
Black with #891A4E
Text Example
Text Example
White with #891A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891A4E; }
p { color: rgb(137,26,78); }
H1.HeaderClassName
{
color: #891A4E;
}
.AnyTagClassName
{
color: #891A4E;
}
</style>
background-color css
<style>
a { background-color: #891A4E; }
a { background-color: rgb(137,26,78); }
div.DivClassName
{
background-color: #891A4E;
}
.BgClassName
{
background-color: #891A4E;
}
</style>
border-color css
<style>
span { border-color: #891A4E; }
span { border-color: rgb(137,26,78); }
td.TdClassName
{
border-color: #891A4E;
}
.TagClassName
{
border-color: #891A4E;
}
</style>