Shades of Rose Bud Cherry #89285A
Tints of Rose Bud Cherry #89285A
RGB
CMYK
RGB Variations
Color information
#89285A (or 0x89285A) is known color: Rose Bud Cherry. HEX triplet: 89, 28 and 5A. RGB value is (137,40,90). Sum of RGB (Red+Green+Blue) = 137+40+90=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89285A is #76D7A5. Grayscale: #4A4A4A. Windows color (decimal): -7788454 or 5908617. OLE color: 5908617.
HSL color Cylindrical-coordinate representation of color #89285A: hue angle of 329.07º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #89285A is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 40 | 90 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.46 |
| HSL | 329.07º | 0.55% | 0.35% | - |
| HSV(B) | 329.07º | 0.71% | 0.54% | - |
| XYZ | 12.92 | 7.57 | 10.45 | - |
| YUV | 74.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 90 | 0 | 0.71 | 0.34 | 0.46 | 329.07 | 0.55 | 0.35 |
| Hex | 89 | 28 | 5A | 0 | 47 | 22 | 2E | 149 | 37 | 23 |
| Octal | 211 | 50 | 132 | 0 | 107 | 42 | 56 | 511 | 67 | 43 |
| Binary | 10001001 | 101000 | 1011010 | 0 | 1000111 | 100010 | 101110 | 101001001 | 110111 | 100011 |
Color Harmonies of #89285A
Complementary color
Monochromatic Colors of #89285A
Black with #89285A
Text Example
Text Example
White with #89285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89285A; }
p { color: rgb(137,40,90); }
H1.HeaderClassName
{
color: #89285A;
}
.AnyTagClassName
{
color: #89285A;
}
</style>
background-color css
<style>
a { background-color: #89285A; }
a { background-color: rgb(137,40,90); }
div.DivClassName
{
background-color: #89285A;
}
.BgClassName
{
background-color: #89285A;
}
</style>
border-color css
<style>
span { border-color: #89285A; }
span { border-color: rgb(137,40,90); }
td.TdClassName
{
border-color: #89285A;
}
.TagClassName
{
border-color: #89285A;
}
</style>