Shades of Rose Bud Cherry #893B64
Tints of Rose Bud Cherry #893B64
RGB
CMYK
RGB Variations
Color information
#893B64 (or 0x893B64) is known color: Rose Bud Cherry. HEX triplet: 89, 3B and 64. RGB value is (137,59,100). Sum of RGB (Red+Green+Blue) = 137+59+100=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #893B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B64 is #76C49B. Grayscale: #565656. Windows color (decimal): -7783580 or 6568841. OLE color: 6568841.
HSL color Cylindrical-coordinate representation of color #893B64: hue angle of 328.46º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B64 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 100 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.46 |
| HSL | 328.46º | 0.4% | 0.38% | - |
| HSV(B) | 328.46º | 0.57% | 0.54% | - |
| XYZ | 14.18 | 9.37 | 13.12 | - |
| YUV | 87 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 100 | 0 | 0.57 | 0.27 | 0.46 | 328.46 | 0.4 | 0.38 |
| Hex | 89 | 3B | 64 | 0 | 39 | 1B | 2E | 148 | 28 | 26 |
| Octal | 211 | 73 | 144 | 0 | 71 | 33 | 56 | 510 | 50 | 46 |
| Binary | 10001001 | 111011 | 1100100 | 0 | 111001 | 11011 | 101110 | 101001000 | 101000 | 100110 |
Color Harmonies of #893B64
Complementary color
Monochromatic Colors of #893B64
Black with #893B64
Text Example
Text Example
White with #893B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B64; }
p { color: rgb(137,59,100); }
H1.HeaderClassName
{
color: #893B64;
}
.AnyTagClassName
{
color: #893B64;
}
</style>
background-color css
<style>
a { background-color: #893B64; }
a { background-color: rgb(137,59,100); }
div.DivClassName
{
background-color: #893B64;
}
.BgClassName
{
background-color: #893B64;
}
</style>
border-color css
<style>
span { border-color: #893B64; }
span { border-color: rgb(137,59,100); }
td.TdClassName
{
border-color: #893B64;
}
.TagClassName
{
border-color: #893B64;
}
</style>