Shades of Rose Bud Cherry #89345B
Tints of Rose Bud Cherry #89345B
RGB
CMYK
RGB Variations
Color information
#89345B (or 0x89345B) is known color: Rose Bud Cherry. HEX triplet: 89, 34 and 5B. RGB value is (137,52,91). Sum of RGB (Red+Green+Blue) = 137+52+91=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89345B is #76CBA4. Grayscale: #515151. Windows color (decimal): -7785381 or 5977225. OLE color: 5977225.
HSL color Cylindrical-coordinate representation of color #89345B: hue angle of 332.47º 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 #89345B is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 52 | 91 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.46 |
| HSL | 332.47º | 0.45% | 0.37% | - |
| HSV(B) | 332.47º | 0.62% | 0.54% | - |
| XYZ | 13.43 | 8.53 | 10.84 | - |
| YUV | 81.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 52 | 91 | 0 | 0.62 | 0.34 | 0.46 | 332.47 | 0.45 | 0.37 |
| Hex | 89 | 34 | 5B | 0 | 3E | 22 | 2E | 14C | 2D | 25 |
| Octal | 211 | 64 | 133 | 0 | 76 | 42 | 56 | 514 | 55 | 45 |
| Binary | 10001001 | 110100 | 1011011 | 0 | 111110 | 100010 | 101110 | 101001100 | 101101 | 100101 |
Color Harmonies of #89345B
Complementary color
Monochromatic Colors of #89345B
Black with #89345B
Text Example
Text Example
White with #89345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89345B; }
p { color: rgb(137,52,91); }
H1.HeaderClassName
{
color: #89345B;
}
.AnyTagClassName
{
color: #89345B;
}
</style>
background-color css
<style>
a { background-color: #89345B; }
a { background-color: rgb(137,52,91); }
div.DivClassName
{
background-color: #89345B;
}
.BgClassName
{
background-color: #89345B;
}
</style>
border-color css
<style>
span { border-color: #89345B; }
span { border-color: rgb(137,52,91); }
td.TdClassName
{
border-color: #89345B;
}
.TagClassName
{
border-color: #89345B;
}
</style>