Shades of Lotus #89584E
Tints of Lotus #89584E
RGB
CMYK
RGB Variations
Color information
#89584E (or 0x89584E) is known color: Lotus. HEX triplet: 89, 58 and 4E. RGB value is (137,88,78). Sum of RGB (Red+Green+Blue) = 137+88+78=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #89584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89584E is #76A7B1. Grayscale: #656565. Windows color (decimal): -7776178 or 5134473. OLE color: 5134473.
HSL color Cylindrical-coordinate representation of color #89584E: hue angle of 10.17º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89584E is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 78 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.46 |
| HSL | 10.17º | 0.27% | 0.42% | - |
| HSV(B) | 10.17º | 0.43% | 0.54% | - |
| XYZ | 15.18 | 12.85 | 8.89 | - |
| YUV | 101.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 78 | 0 | 0.36 | 0.43 | 0.46 | 10.17 | 0.27 | 0.42 |
| Hex | 89 | 58 | 4E | 0 | 24 | 2B | 2E | A | 1B | 2A |
| Octal | 211 | 130 | 116 | 0 | 44 | 53 | 56 | 12 | 33 | 52 |
| Binary | 10001001 | 1011000 | 1001110 | 0 | 100100 | 101011 | 101110 | 1010 | 11011 | 101010 |
Color Harmonies of #89584E
Complementary color
Monochromatic Colors of #89584E
Black with #89584E
Text Example
Text Example
White with #89584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89584E; }
p { color: rgb(137,88,78); }
H1.HeaderClassName
{
color: #89584E;
}
.AnyTagClassName
{
color: #89584E;
}
</style>
background-color css
<style>
a { background-color: #89584E; }
a { background-color: rgb(137,88,78); }
div.DivClassName
{
background-color: #89584E;
}
.BgClassName
{
background-color: #89584E;
}
</style>
border-color css
<style>
span { border-color: #89584E; }
span { border-color: rgb(137,88,78); }
td.TdClassName
{
border-color: #89584E;
}
.TagClassName
{
border-color: #89584E;
}
</style>