Shades of Rose Bud Cherry #89275E
Tints of Rose Bud Cherry #89275E
RGB
CMYK
RGB Variations
Color information
#89275E (or 0x89275E) is known color: Rose Bud Cherry. HEX triplet: 89, 27 and 5E. RGB value is (137,39,94). Sum of RGB (Red+Green+Blue) = 137+39+94=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89275E is #76D8A1. Grayscale: #4A4A4A. Windows color (decimal): -7788706 or 6170505. OLE color: 6170505.
HSL color Cylindrical-coordinate representation of color #89275E: hue angle of 326.33º 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 #89275E is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 39 | 94 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.46 |
| HSL | 326.33º | 0.56% | 0.35% | - |
| HSV(B) | 326.33º | 0.72% | 0.54% | - |
| XYZ | 13.06 | 7.58 | 11.36 | - |
| YUV | 74.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 39 | 94 | 0 | 0.72 | 0.31 | 0.46 | 326.33 | 0.56 | 0.35 |
| Hex | 89 | 27 | 5E | 0 | 48 | 1F | 2E | 146 | 38 | 23 |
| Octal | 211 | 47 | 136 | 0 | 110 | 37 | 56 | 506 | 70 | 43 |
| Binary | 10001001 | 100111 | 1011110 | 0 | 1001000 | 11111 | 101110 | 101000110 | 111000 | 100011 |
Color Harmonies of #89275E
Complementary color
Monochromatic Colors of #89275E
Black with #89275E
Text Example
Text Example
White with #89275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89275E; }
p { color: rgb(137,39,94); }
H1.HeaderClassName
{
color: #89275E;
}
.AnyTagClassName
{
color: #89275E;
}
</style>
background-color css
<style>
a { background-color: #89275E; }
a { background-color: rgb(137,39,94); }
div.DivClassName
{
background-color: #89275E;
}
.BgClassName
{
background-color: #89275E;
}
</style>
border-color css
<style>
span { border-color: #89275E; }
span { border-color: rgb(137,39,94); }
td.TdClassName
{
border-color: #89275E;
}
.TagClassName
{
border-color: #89275E;
}
</style>