Shades of Rose Bud Cherry #89356A
Tints of Rose Bud Cherry #89356A
RGB
CMYK
RGB Variations
Color information
#89356A (or 0x89356A) is known color: Rose Bud Cherry. HEX triplet: 89, 35 and 6A. RGB value is (137,53,106). Sum of RGB (Red+Green+Blue) = 137+53+106=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #89356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89356A is #76CA95. Grayscale: #545454. Windows color (decimal): -7785110 or 6960521. OLE color: 6960521.
HSL color Cylindrical-coordinate representation of color #89356A: hue angle of 322.14º degrees, saturation: 0.44, 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 #89356A is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 53 | 106 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.46 |
| HSL | 322.14º | 0.44% | 0.37% | - |
| HSV(B) | 322.14º | 0.61% | 0.54% | - |
| XYZ | 14.19 | 8.91 | 14.61 | - |
| YUV | 84.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 106 | 0 | 0.61 | 0.23 | 0.46 | 322.14 | 0.44 | 0.37 |
| Hex | 89 | 35 | 6A | 0 | 3D | 17 | 2E | 142 | 2C | 25 |
| Octal | 211 | 65 | 152 | 0 | 75 | 27 | 56 | 502 | 54 | 45 |
| Binary | 10001001 | 110101 | 1101010 | 0 | 111101 | 10111 | 101110 | 101000010 | 101100 | 100101 |
Color Harmonies of #89356A
Complementary color
Monochromatic Colors of #89356A
Black with #89356A
Text Example
Text Example
White with #89356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89356A; }
p { color: rgb(137,53,106); }
H1.HeaderClassName
{
color: #89356A;
}
.AnyTagClassName
{
color: #89356A;
}
</style>
background-color css
<style>
a { background-color: #89356A; }
a { background-color: rgb(137,53,106); }
div.DivClassName
{
background-color: #89356A;
}
.BgClassName
{
background-color: #89356A;
}
</style>
border-color css
<style>
span { border-color: #89356A; }
span { border-color: rgb(137,53,106); }
td.TdClassName
{
border-color: #89356A;
}
.TagClassName
{
border-color: #89356A;
}
</style>