Shades of Rose Bud Cherry #89365D
Tints of Rose Bud Cherry #89365D
RGB
CMYK
RGB Variations
Color information
#89365D (or 0x89365D) is known color: Rose Bud Cherry. HEX triplet: 89, 36 and 5D. RGB value is (137,54,93). Sum of RGB (Red+Green+Blue) = 137+54+93=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89365D is #76C9A2. Grayscale: #535353. Windows color (decimal): -7784867 or 6108809. OLE color: 6108809.
HSL color Cylindrical-coordinate representation of color #89365D: hue angle of 331.81º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89365D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 54 | 93 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.46 |
| HSL | 331.81º | 0.43% | 0.37% | - |
| HSV(B) | 331.81º | 0.61% | 0.54% | - |
| XYZ | 13.61 | 8.75 | 11.33 | - |
| YUV | 83.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 93 | 0 | 0.61 | 0.32 | 0.46 | 331.81 | 0.43 | 0.37 |
| Hex | 89 | 36 | 5D | 0 | 3D | 20 | 2E | 14C | 2B | 25 |
| Octal | 211 | 66 | 135 | 0 | 75 | 40 | 56 | 514 | 53 | 45 |
| Binary | 10001001 | 110110 | 1011101 | 0 | 111101 | 100000 | 101110 | 101001100 | 101011 | 100101 |
Color Harmonies of #89365D
Complementary color
Monochromatic Colors of #89365D
Black with #89365D
Text Example
Text Example
White with #89365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89365D; }
p { color: rgb(137,54,93); }
H1.HeaderClassName
{
color: #89365D;
}
.AnyTagClassName
{
color: #89365D;
}
</style>
background-color css
<style>
a { background-color: #89365D; }
a { background-color: rgb(137,54,93); }
div.DivClassName
{
background-color: #89365D;
}
.BgClassName
{
background-color: #89365D;
}
</style>
border-color css
<style>
span { border-color: #89365D; }
span { border-color: rgb(137,54,93); }
td.TdClassName
{
border-color: #89365D;
}
.TagClassName
{
border-color: #89365D;
}
</style>