Shades of Rose Bud Cherry #89375C
Tints of Rose Bud Cherry #89375C
RGB
CMYK
RGB Variations
Color information
#89375C (or 0x89375C) is known color: Rose Bud Cherry. HEX triplet: 89, 37 and 5C. RGB value is (137,55,92). Sum of RGB (Red+Green+Blue) = 137+55+92=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89375C is #76C8A3. Grayscale: #535353. Windows color (decimal): -7784612 or 6043529. OLE color: 6043529.
HSL color Cylindrical-coordinate representation of color #89375C: hue angle of 332.93º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #89375C is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 55 | 92 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.46 |
| HSL | 332.93º | 0.43% | 0.38% | - |
| HSV(B) | 332.93º | 0.6% | 0.54% | - |
| XYZ | 13.61 | 8.82 | 11.11 | - |
| YUV | 83.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 55 | 92 | 0 | 0.60 | 0.33 | 0.46 | 332.93 | 0.43 | 0.38 |
| Hex | 89 | 37 | 5C | 0 | 3C | 21 | 2E | 14D | 2B | 26 |
| Octal | 211 | 67 | 134 | 0 | 74 | 41 | 56 | 515 | 53 | 46 |
| Binary | 10001001 | 110111 | 1011100 | 0 | 111100 | 100001 | 101110 | 101001101 | 101011 | 100110 |
Color Harmonies of #89375C
Complementary color
Monochromatic Colors of #89375C
Black with #89375C
Text Example
Text Example
White with #89375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89375C; }
p { color: rgb(137,55,92); }
H1.HeaderClassName
{
color: #89375C;
}
.AnyTagClassName
{
color: #89375C;
}
</style>
background-color css
<style>
a { background-color: #89375C; }
a { background-color: rgb(137,55,92); }
div.DivClassName
{
background-color: #89375C;
}
.BgClassName
{
background-color: #89375C;
}
</style>
border-color css
<style>
span { border-color: #89375C; }
span { border-color: rgb(137,55,92); }
td.TdClassName
{
border-color: #89375C;
}
.TagClassName
{
border-color: #89375C;
}
</style>