Shades of Rose Bud Cherry #891F5B
Tints of Rose Bud Cherry #891F5B
RGB
CMYK
RGB Variations
Color information
#891F5B (or 0x891F5B) is known color: Rose Bud Cherry. HEX triplet: 89, 1F and 5B. RGB value is (137,31,91). Sum of RGB (Red+Green+Blue) = 137+31+91=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #891F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #891F5B is #76E0A4. Grayscale: #454545. Windows color (decimal): -7790757 or 5971849. OLE color: 5971849.
HSL color Cylindrical-coordinate representation of color #891F5B: hue angle of 326.04º 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 #891F5B is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 31 | 91 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.46 |
| HSL | 326.04º | 0.63% | 0.33% | - |
| HSV(B) | 326.04º | 0.77% | 0.54% | - |
| XYZ | 12.69 | 7.05 | 10.59 | - |
| YUV | 69.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 31 | 91 | 0 | 0.77 | 0.34 | 0.46 | 326.04 | 0.63 | 0.33 |
| Hex | 89 | 1F | 5B | 0 | 4D | 22 | 2E | 146 | 3F | 21 |
| Octal | 211 | 37 | 133 | 0 | 115 | 42 | 56 | 506 | 77 | 41 |
| Binary | 10001001 | 11111 | 1011011 | 0 | 1001101 | 100010 | 101110 | 101000110 | 111111 | 100001 |
Color Harmonies of #891F5B
Complementary color
Monochromatic Colors of #891F5B
Black with #891F5B
Text Example
Text Example
White with #891F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891F5B; }
p { color: rgb(137,31,91); }
H1.HeaderClassName
{
color: #891F5B;
}
.AnyTagClassName
{
color: #891F5B;
}
</style>
background-color css
<style>
a { background-color: #891F5B; }
a { background-color: rgb(137,31,91); }
div.DivClassName
{
background-color: #891F5B;
}
.BgClassName
{
background-color: #891F5B;
}
</style>
border-color css
<style>
span { border-color: #891F5B; }
span { border-color: rgb(137,31,91); }
td.TdClassName
{
border-color: #891F5B;
}
.TagClassName
{
border-color: #891F5B;
}
</style>