Shades of Rose Bud Cherry #89345F
Tints of Rose Bud Cherry #89345F
RGB
CMYK
RGB Variations
Color information
#89345F (or 0x89345F) is known color: Rose Bud Cherry. HEX triplet: 89, 34 and 5F. RGB value is (137,52,95). Sum of RGB (Red+Green+Blue) = 137+52+95=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89345F is #76CBA0. Grayscale: #525252. Windows color (decimal): -7785377 or 6239369. OLE color: 6239369.
HSL color Cylindrical-coordinate representation of color #89345F: hue angle of 329.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #89345F is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 95 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.46 |
| HSL | 329.65º | 0.45% | 0.37% | - |
| HSV(B) | 329.65º | 0.62% | 0.54% | - |
| XYZ | 13.61 | 8.6 | 11.77 | - |
| YUV | 82.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 95 | 0 | 0.62 | 0.31 | 0.46 | 329.65 | 0.45 | 0.37 |
| Hex | 89 | 34 | 5F | 0 | 3E | 1F | 2E | 14A | 2D | 25 |
| Octal | 211 | 64 | 137 | 0 | 76 | 37 | 56 | 512 | 55 | 45 |
| Binary | 10001001 | 110100 | 1011111 | 0 | 111110 | 11111 | 101110 | 101001010 | 101101 | 100101 |
Color Harmonies of #89345F
Complementary color
Monochromatic Colors of #89345F
Black with #89345F
Text Example
Text Example
White with #89345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89345F; }
p { color: rgb(137,52,95); }
H1.HeaderClassName
{
color: #89345F;
}
.AnyTagClassName
{
color: #89345F;
}
</style>
background-color css
<style>
a { background-color: #89345F; }
a { background-color: rgb(137,52,95); }
div.DivClassName
{
background-color: #89345F;
}
.BgClassName
{
background-color: #89345F;
}
</style>
border-color css
<style>
span { border-color: #89345F; }
span { border-color: rgb(137,52,95); }
td.TdClassName
{
border-color: #89345F;
}
.TagClassName
{
border-color: #89345F;
}
</style>