Shades of Rose Bud Cherry #891C5C
Tints of Rose Bud Cherry #891C5C
RGB
CMYK
RGB Variations
Color information
#891C5C (or 0x891C5C) is known color: Rose Bud Cherry. HEX triplet: 89, 1C and 5C. RGB value is (137,28,92). Sum of RGB (Red+Green+Blue) = 137+28+92=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #891C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891C5C is #76E3A3. Grayscale: #434343. Windows color (decimal): -7791524 or 6036617. OLE color: 6036617.
HSL color Cylindrical-coordinate representation of color #891C5C: hue angle of 324.77º 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 #891C5C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 28 | 92 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.46 |
| HSL | 324.77º | 0.66% | 0.32% | - |
| HSV(B) | 324.77º | 0.8% | 0.54% | - |
| XYZ | 12.66 | 6.92 | 10.79 | - |
| YUV | 67.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 92 | 0 | 0.80 | 0.33 | 0.46 | 324.77 | 0.66 | 0.32 |
| Hex | 89 | 1C | 5C | 0 | 50 | 21 | 2E | 145 | 42 | 20 |
| Octal | 211 | 34 | 134 | 0 | 120 | 41 | 56 | 505 | 102 | 40 |
| Binary | 10001001 | 11100 | 1011100 | 0 | 1010000 | 100001 | 101110 | 101000101 | 1000010 | 100000 |
Color Harmonies of #891C5C
Complementary color
Monochromatic Colors of #891C5C
Black with #891C5C
Text Example
Text Example
White with #891C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891C5C; }
p { color: rgb(137,28,92); }
H1.HeaderClassName
{
color: #891C5C;
}
.AnyTagClassName
{
color: #891C5C;
}
</style>
background-color css
<style>
a { background-color: #891C5C; }
a { background-color: rgb(137,28,92); }
div.DivClassName
{
background-color: #891C5C;
}
.BgClassName
{
background-color: #891C5C;
}
</style>
border-color css
<style>
span { border-color: #891C5C; }
span { border-color: rgb(137,28,92); }
td.TdClassName
{
border-color: #891C5C;
}
.TagClassName
{
border-color: #891C5C;
}
</style>