Shades of Lotus #895555
Tints of Lotus #895555
RGB
CMYK
RGB Variations
Color information
#895555 (or 0x895555) is known color: Lotus. HEX triplet: 89, 55 and 55. RGB value is (137,85,85). Sum of RGB (Red+Green+Blue) = 137+85+85=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #895555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895555 is #76AAAA. Grayscale: #646464. Windows color (decimal): -7776939 or 5592457. OLE color: 5592457.
HSL color Cylindrical-coordinate representation of color #895555: hue angle of 0º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895555 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 85 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.46 |
| HSL | 0º | 0.23% | 0.44% | - |
| HSV(B) | 0º | 0.38% | 0.54% | - |
| XYZ | 15.2 | 12.47 | 10.2 | - |
| YUV | 100.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 85 | 0 | 0.38 | 0.38 | 0.46 | 0 | 0.23 | 0.44 |
| Hex | 89 | 55 | 55 | 0 | 26 | 26 | 2E | 0 | 17 | 2C |
| Octal | 211 | 125 | 125 | 0 | 46 | 46 | 56 | 0 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1010101 | 0 | 100110 | 100110 | 101110 | 0 | 10111 | 101100 |
Color Harmonies of #895555
Complementary color
Monochromatic Colors of #895555
Black with #895555
Text Example
Text Example
White with #895555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895555; }
p { color: rgb(137,85,85); }
H1.HeaderClassName
{
color: #895555;
}
.AnyTagClassName
{
color: #895555;
}
</style>
background-color css
<style>
a { background-color: #895555; }
a { background-color: rgb(137,85,85); }
div.DivClassName
{
background-color: #895555;
}
.BgClassName
{
background-color: #895555;
}
</style>
border-color css
<style>
span { border-color: #895555; }
span { border-color: rgb(137,85,85); }
td.TdClassName
{
border-color: #895555;
}
.TagClassName
{
border-color: #895555;
}
</style>