Shades of Rose Bud Cherry #893C5D
Tints of Rose Bud Cherry #893C5D
RGB
CMYK
RGB Variations
Color information
#893C5D (or 0x893C5D) is known color: Rose Bud Cherry. HEX triplet: 89, 3C and 5D. RGB value is (137,60,93). Sum of RGB (Red+Green+Blue) = 137+60+93=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #893C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C5D is #76C3A2. Grayscale: #565656. Windows color (decimal): -7783331 or 6110345. OLE color: 6110345.
HSL color Cylindrical-coordinate representation of color #893C5D: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C5D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 93 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.46 |
| HSL | 334.29º | 0.39% | 0.39% | - |
| HSV(B) | 334.29º | 0.56% | 0.54% | - |
| XYZ | 13.91 | 9.34 | 11.43 | - |
| YUV | 86.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 93 | 0 | 0.56 | 0.32 | 0.46 | 334.29 | 0.39 | 0.39 |
| Hex | 89 | 3C | 5D | 0 | 38 | 20 | 2E | 14E | 27 | 27 |
| Octal | 211 | 74 | 135 | 0 | 70 | 40 | 56 | 516 | 47 | 47 |
| Binary | 10001001 | 111100 | 1011101 | 0 | 111000 | 100000 | 101110 | 101001110 | 100111 | 100111 |
Color Harmonies of #893C5D
Complementary color
Monochromatic Colors of #893C5D
Black with #893C5D
Text Example
Text Example
White with #893C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C5D; }
p { color: rgb(137,60,93); }
H1.HeaderClassName
{
color: #893C5D;
}
.AnyTagClassName
{
color: #893C5D;
}
</style>
background-color css
<style>
a { background-color: #893C5D; }
a { background-color: rgb(137,60,93); }
div.DivClassName
{
background-color: #893C5D;
}
.BgClassName
{
background-color: #893C5D;
}
</style>
border-color css
<style>
span { border-color: #893C5D; }
span { border-color: rgb(137,60,93); }
td.TdClassName
{
border-color: #893C5D;
}
.TagClassName
{
border-color: #893C5D;
}
</style>