Shades of Rose Bud Cherry #89255A
Tints of Rose Bud Cherry #89255A
RGB
CMYK
RGB Variations
Color information
#89255A (or 0x89255A) is known color: Rose Bud Cherry. HEX triplet: 89, 25 and 5A. RGB value is (137,37,90). Sum of RGB (Red+Green+Blue) = 137+37+90=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89255A is #76DAA5. Grayscale: #484848. Windows color (decimal): -7789222 or 5907849. OLE color: 5907849.
HSL color Cylindrical-coordinate representation of color #89255A: hue angle of 328.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89255A is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 37 | 90 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.46 |
| HSL | 328.2º | 0.57% | 0.34% | - |
| HSV(B) | 328.2º | 0.73% | 0.54% | - |
| XYZ | 12.82 | 7.38 | 10.42 | - |
| YUV | 72.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 37 | 90 | 0 | 0.73 | 0.34 | 0.46 | 328.2 | 0.57 | 0.34 |
| Hex | 89 | 25 | 5A | 0 | 49 | 22 | 2E | 148 | 39 | 22 |
| Octal | 211 | 45 | 132 | 0 | 111 | 42 | 56 | 510 | 71 | 42 |
| Binary | 10001001 | 100101 | 1011010 | 0 | 1001001 | 100010 | 101110 | 101001000 | 111001 | 100010 |
Color Harmonies of #89255A
Complementary color
Monochromatic Colors of #89255A
Black with #89255A
Text Example
Text Example
White with #89255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89255A; }
p { color: rgb(137,37,90); }
H1.HeaderClassName
{
color: #89255A;
}
.AnyTagClassName
{
color: #89255A;
}
</style>
background-color css
<style>
a { background-color: #89255A; }
a { background-color: rgb(137,37,90); }
div.DivClassName
{
background-color: #89255A;
}
.BgClassName
{
background-color: #89255A;
}
</style>
border-color css
<style>
span { border-color: #89255A; }
span { border-color: rgb(137,37,90); }
td.TdClassName
{
border-color: #89255A;
}
.TagClassName
{
border-color: #89255A;
}
</style>