Shades of Rose Bud Cherry #891F55
Tints of Rose Bud Cherry #891F55
RGB
CMYK
RGB Variations
Color information
#891F55 (or 0x891F55) is known color: Rose Bud Cherry. HEX triplet: 89, 1F and 55. RGB value is (137,31,85). Sum of RGB (Red+Green+Blue) = 137+31+85=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #891F55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F55 is #76E0AA. Grayscale: #444444. Windows color (decimal): -7790763 or 5578633. OLE color: 5578633.
HSL color Cylindrical-coordinate representation of color #891F55: hue angle of 329.43º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #891F55 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 31 | 85 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.46 |
| HSL | 329.43º | 0.63% | 0.33% | - |
| HSV(B) | 329.43º | 0.77% | 0.54% | - |
| XYZ | 12.45 | 6.95 | 9.28 | - |
| YUV | 68.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 85 | 0 | 0.77 | 0.38 | 0.46 | 329.43 | 0.63 | 0.33 |
| Hex | 89 | 1F | 55 | 0 | 4D | 26 | 2E | 149 | 3F | 21 |
| Octal | 211 | 37 | 125 | 0 | 115 | 46 | 56 | 511 | 77 | 41 |
| Binary | 10001001 | 11111 | 1010101 | 0 | 1001101 | 100110 | 101110 | 101001001 | 111111 | 100001 |
Color Harmonies of #891F55
Complementary color
Monochromatic Colors of #891F55
Black with #891F55
Text Example
Text Example
White with #891F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891F55; }
p { color: rgb(137,31,85); }
H1.HeaderClassName
{
color: #891F55;
}
.AnyTagClassName
{
color: #891F55;
}
</style>
background-color css
<style>
a { background-color: #891F55; }
a { background-color: rgb(137,31,85); }
div.DivClassName
{
background-color: #891F55;
}
.BgClassName
{
background-color: #891F55;
}
</style>
border-color css
<style>
span { border-color: #891F55; }
span { border-color: rgb(137,31,85); }
td.TdClassName
{
border-color: #891F55;
}
.TagClassName
{
border-color: #891F55;
}
</style>