Shades of Rose Bud Cherry #893C5B
Tints of Rose Bud Cherry #893C5B
RGB
CMYK
RGB Variations
Color information
#893C5B (or 0x893C5B) is known color: Rose Bud Cherry. HEX triplet: 89, 3C and 5B. RGB value is (137,60,91). Sum of RGB (Red+Green+Blue) = 137+60+91=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #893C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C5B is #76C3A4. Grayscale: #565656. Windows color (decimal): -7783333 or 5979273. OLE color: 5979273.
HSL color Cylindrical-coordinate representation of color #893C5B: hue angle of 335.84º 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 #893C5B is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 60 | 91 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.46 |
| HSL | 335.84º | 0.39% | 0.39% | - |
| HSV(B) | 335.84º | 0.56% | 0.54% | - |
| XYZ | 13.82 | 9.31 | 10.97 | - |
| YUV | 86.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 60 | 91 | 0 | 0.56 | 0.34 | 0.46 | 335.84 | 0.39 | 0.39 |
| Hex | 89 | 3C | 5B | 0 | 38 | 22 | 2E | 150 | 27 | 27 |
| Octal | 211 | 74 | 133 | 0 | 70 | 42 | 56 | 520 | 47 | 47 |
| Binary | 10001001 | 111100 | 1011011 | 0 | 111000 | 100010 | 101110 | 101010000 | 100111 | 100111 |
Color Harmonies of #893C5B
Complementary color
Monochromatic Colors of #893C5B
Black with #893C5B
Text Example
Text Example
White with #893C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893C5B; }
p { color: rgb(137,60,91); }
H1.HeaderClassName
{
color: #893C5B;
}
.AnyTagClassName
{
color: #893C5B;
}
</style>
background-color css
<style>
a { background-color: #893C5B; }
a { background-color: rgb(137,60,91); }
div.DivClassName
{
background-color: #893C5B;
}
.BgClassName
{
background-color: #893C5B;
}
</style>
border-color css
<style>
span { border-color: #893C5B; }
span { border-color: rgb(137,60,91); }
td.TdClassName
{
border-color: #893C5B;
}
.TagClassName
{
border-color: #893C5B;
}
</style>