Shades of Rose Bud Cherry #89275A
Tints of Rose Bud Cherry #89275A
RGB
CMYK
RGB Variations
Color information
#89275A (or 0x89275A) is known color: Rose Bud Cherry. HEX triplet: 89, 27 and 5A. RGB value is (137,39,90). Sum of RGB (Red+Green+Blue) = 137+39+90=266 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.50% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 137 - color contains mainly: red. Hex color #89275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89275A is #76D8A5. Grayscale: #4A4A4A. Windows color (decimal): -7788710 or 5908361. OLE color: 5908361.
HSL color Cylindrical-coordinate representation of color #89275A: hue angle of 328.78º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89275A is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 39 | 90 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.46 |
| HSL | 328.78º | 0.56% | 0.35% | - |
| HSV(B) | 328.78º | 0.72% | 0.54% | - |
| XYZ | 12.89 | 7.51 | 10.44 | - |
| YUV | 74.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 90 | 0 | 0.72 | 0.34 | 0.46 | 328.78 | 0.56 | 0.35 |
| Hex | 89 | 27 | 5A | 0 | 48 | 22 | 2E | 149 | 38 | 23 |
| Octal | 211 | 47 | 132 | 0 | 110 | 42 | 56 | 511 | 70 | 43 |
| Binary | 10001001 | 100111 | 1011010 | 0 | 1001000 | 100010 | 101110 | 101001001 | 111000 | 100011 |
Color Harmonies of #89275A
Complementary color
Monochromatic Colors of #89275A
Black with #89275A
Text Example
Text Example
White with #89275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89275A; }
p { color: rgb(137,39,90); }
H1.HeaderClassName
{
color: #89275A;
}
.AnyTagClassName
{
color: #89275A;
}
</style>
background-color css
<style>
a { background-color: #89275A; }
a { background-color: rgb(137,39,90); }
div.DivClassName
{
background-color: #89275A;
}
.BgClassName
{
background-color: #89275A;
}
</style>
border-color css
<style>
span { border-color: #89275A; }
span { border-color: rgb(137,39,90); }
td.TdClassName
{
border-color: #89275A;
}
.TagClassName
{
border-color: #89275A;
}
</style>