Shades of Lotus #89514F
Tints of Lotus #89514F
RGB
CMYK
RGB Variations
Color information
#89514F (or 0x89514F) is known color: Lotus. HEX triplet: 89, 51 and 4F. RGB value is (137,81,79). Sum of RGB (Red+Green+Blue) = 137+81+79=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89514F is #76AEB0. Grayscale: #616161. Windows color (decimal): -7777969 or 5198217. OLE color: 5198217.
HSL color Cylindrical-coordinate representation of color #89514F: hue angle of 2.07º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89514F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 79 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.46 |
| HSL | 2.07º | 0.27% | 0.42% | - |
| HSV(B) | 2.07º | 0.42% | 0.54% | - |
| XYZ | 14.67 | 11.77 | 8.9 | - |
| YUV | 97.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 79 | 0 | 0.41 | 0.42 | 0.46 | 2.07 | 0.27 | 0.42 |
| Hex | 89 | 51 | 4F | 0 | 29 | 2A | 2E | 2 | 1B | 2A |
| Octal | 211 | 121 | 117 | 0 | 51 | 52 | 56 | 2 | 33 | 52 |
| Binary | 10001001 | 1010001 | 1001111 | 0 | 101001 | 101010 | 101110 | 10 | 11011 | 101010 |
Color Harmonies of #89514F
Complementary color
Monochromatic Colors of #89514F
Black with #89514F
Text Example
Text Example
White with #89514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89514F; }
p { color: rgb(137,81,79); }
H1.HeaderClassName
{
color: #89514F;
}
.AnyTagClassName
{
color: #89514F;
}
</style>
background-color css
<style>
a { background-color: #89514F; }
a { background-color: rgb(137,81,79); }
div.DivClassName
{
background-color: #89514F;
}
.BgClassName
{
background-color: #89514F;
}
</style>
border-color css
<style>
span { border-color: #89514F; }
span { border-color: rgb(137,81,79); }
td.TdClassName
{
border-color: #89514F;
}
.TagClassName
{
border-color: #89514F;
}
</style>