Shades of Rose Bud Cherry #89365C
Tints of Rose Bud Cherry #89365C
RGB
CMYK
RGB Variations
Color information
#89365C (or 0x89365C) is known color: Rose Bud Cherry. HEX triplet: 89, 36 and 5C. RGB value is (137,54,92). Sum of RGB (Red+Green+Blue) = 137+54+92=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89365C is #76C9A3. Grayscale: #535353. Windows color (decimal): -7784868 or 6043273. OLE color: 6043273.
HSL color Cylindrical-coordinate representation of color #89365C: hue angle of 332.53º 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 #89365C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 54 | 92 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.46 |
| HSL | 332.53º | 0.43% | 0.37% | - |
| HSV(B) | 332.53º | 0.61% | 0.54% | - |
| XYZ | 13.57 | 8.73 | 11.1 | - |
| YUV | 83.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 92 | 0 | 0.61 | 0.33 | 0.46 | 332.53 | 0.43 | 0.37 |
| Hex | 89 | 36 | 5C | 0 | 3D | 21 | 2E | 14D | 2B | 25 |
| Octal | 211 | 66 | 134 | 0 | 75 | 41 | 56 | 515 | 53 | 45 |
| Binary | 10001001 | 110110 | 1011100 | 0 | 111101 | 100001 | 101110 | 101001101 | 101011 | 100101 |
Color Harmonies of #89365C
Complementary color
Monochromatic Colors of #89365C
Black with #89365C
Text Example
Text Example
White with #89365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89365C; }
p { color: rgb(137,54,92); }
H1.HeaderClassName
{
color: #89365C;
}
.AnyTagClassName
{
color: #89365C;
}
</style>
background-color css
<style>
a { background-color: #89365C; }
a { background-color: rgb(137,54,92); }
div.DivClassName
{
background-color: #89365C;
}
.BgClassName
{
background-color: #89365C;
}
</style>
border-color css
<style>
span { border-color: #89365C; }
span { border-color: rgb(137,54,92); }
td.TdClassName
{
border-color: #89365C;
}
.TagClassName
{
border-color: #89365C;
}
</style>