Shades of Lotus #895751
Tints of Lotus #895751
RGB
CMYK
RGB Variations
Color information
#895751 (or 0x895751) is known color: Lotus. HEX triplet: 89, 57 and 51. RGB value is (137,87,81). Sum of RGB (Red+Green+Blue) = 137+87+81=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #895751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895751 is #76A8AE. Grayscale: #656565. Windows color (decimal): -7776431 or 5330825. OLE color: 5330825.
HSL color Cylindrical-coordinate representation of color #895751: hue angle of 6.43º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895751 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 87 | 81 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.46 |
| HSL | 6.43º | 0.26% | 0.43% | - |
| HSV(B) | 6.43º | 0.41% | 0.54% | - |
| XYZ | 15.21 | 12.73 | 9.44 | - |
| YUV | 101.27 | 116.57 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 81 | 0 | 0.36 | 0.41 | 0.46 | 6.43 | 0.26 | 0.43 |
| Hex | 89 | 57 | 51 | 0 | 24 | 29 | 2E | 6 | 1A | 2B |
| Octal | 211 | 127 | 121 | 0 | 44 | 51 | 56 | 6 | 32 | 53 |
| Binary | 10001001 | 1010111 | 1010001 | 0 | 100100 | 101001 | 101110 | 110 | 11010 | 101011 |
Color Harmonies of #895751
Complementary color
Monochromatic Colors of #895751
Black with #895751
Text Example
Text Example
White with #895751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895751; }
p { color: rgb(137,87,81); }
H1.HeaderClassName
{
color: #895751;
}
.AnyTagClassName
{
color: #895751;
}
</style>
background-color css
<style>
a { background-color: #895751; }
a { background-color: rgb(137,87,81); }
div.DivClassName
{
background-color: #895751;
}
.BgClassName
{
background-color: #895751;
}
</style>
border-color css
<style>
span { border-color: #895751; }
span { border-color: rgb(137,87,81); }
td.TdClassName
{
border-color: #895751;
}
.TagClassName
{
border-color: #895751;
}
</style>