Shades of Rose Bud Cherry #891C58
Tints of Rose Bud Cherry #891C58
RGB
CMYK
RGB Variations
Color information
#891C58 (or 0x891C58) is known color: Rose Bud Cherry. HEX triplet: 89, 1C and 58. RGB value is (137,28,88). Sum of RGB (Red+Green+Blue) = 137+28+88=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #891C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C58 is #76E3A7. Grayscale: #434343. Windows color (decimal): -7791528 or 5774473. OLE color: 5774473.
HSL color Cylindrical-coordinate representation of color #891C58: hue angle of 326.97º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #891C58 is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 88 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.46 |
| HSL | 326.97º | 0.66% | 0.32% | - |
| HSV(B) | 326.97º | 0.8% | 0.54% | - |
| XYZ | 12.49 | 6.85 | 9.9 | - |
| YUV | 67.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 88 | 0 | 0.80 | 0.36 | 0.46 | 326.97 | 0.66 | 0.32 |
| Hex | 89 | 1C | 58 | 0 | 50 | 24 | 2E | 147 | 42 | 20 |
| Octal | 211 | 34 | 130 | 0 | 120 | 44 | 56 | 507 | 102 | 40 |
| Binary | 10001001 | 11100 | 1011000 | 0 | 1010000 | 100100 | 101110 | 101000111 | 1000010 | 100000 |
Color Harmonies of #891C58
Complementary color
Monochromatic Colors of #891C58
Black with #891C58
Text Example
Text Example
White with #891C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C58; }
p { color: rgb(137,28,88); }
H1.HeaderClassName
{
color: #891C58;
}
.AnyTagClassName
{
color: #891C58;
}
</style>
background-color css
<style>
a { background-color: #891C58; }
a { background-color: rgb(137,28,88); }
div.DivClassName
{
background-color: #891C58;
}
.BgClassName
{
background-color: #891C58;
}
</style>
border-color css
<style>
span { border-color: #891C58; }
span { border-color: rgb(137,28,88); }
td.TdClassName
{
border-color: #891C58;
}
.TagClassName
{
border-color: #891C58;
}
</style>