Shades of Lotus #89504D
Tints of Lotus #89504D
RGB
CMYK
RGB Variations
Color information
#89504D (or 0x89504D) is known color: Lotus. HEX triplet: 89, 50 and 4D. RGB value is (137,80,77). Sum of RGB (Red+Green+Blue) = 137+80+77=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #89504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89504D is #76AFB2. Grayscale: #606060. Windows color (decimal): -7778227 or 5066889. OLE color: 5066889.
HSL color Cylindrical-coordinate representation of color #89504D: hue angle of 3º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89504D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 77 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.46 |
| HSL | 3º | 0.28% | 0.42% | - |
| HSV(B) | 3º | 0.44% | 0.54% | - |
| XYZ | 14.52 | 11.59 | 8.49 | - |
| YUV | 96.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 77 | 0 | 0.42 | 0.44 | 0.46 | 3 | 0.28 | 0.42 |
| Hex | 89 | 50 | 4D | 0 | 2A | 2C | 2E | 3 | 1C | 2A |
| Octal | 211 | 120 | 115 | 0 | 52 | 54 | 56 | 3 | 34 | 52 |
| Binary | 10001001 | 1010000 | 1001101 | 0 | 101010 | 101100 | 101110 | 11 | 11100 | 101010 |
Color Harmonies of #89504D
Complementary color
Monochromatic Colors of #89504D
Black with #89504D
Text Example
Text Example
White with #89504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89504D; }
p { color: rgb(137,80,77); }
H1.HeaderClassName
{
color: #89504D;
}
.AnyTagClassName
{
color: #89504D;
}
</style>
background-color css
<style>
a { background-color: #89504D; }
a { background-color: rgb(137,80,77); }
div.DivClassName
{
background-color: #89504D;
}
.BgClassName
{
background-color: #89504D;
}
</style>
border-color css
<style>
span { border-color: #89504D; }
span { border-color: rgb(137,80,77); }
td.TdClassName
{
border-color: #89504D;
}
.TagClassName
{
border-color: #89504D;
}
</style>