Shades of Lotus #894B48
Tints of Lotus #894B48
RGB
CMYK
RGB Variations
Color information
#894B48 (or 0x894B48) is known color: Lotus. HEX triplet: 89, 4B and 48. RGB value is (137,75,72). Sum of RGB (Red+Green+Blue) = 137+75+72=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #894B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B48 is #76B4B7. Grayscale: #5D5D5D. Windows color (decimal): -7779512 or 4737929. OLE color: 4737929.
HSL color Cylindrical-coordinate representation of color #894B48: hue angle of 2.77º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894B48 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 72 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.46 |
| HSL | 2.77º | 0.31% | 0.41% | - |
| HSV(B) | 2.77º | 0.47% | 0.54% | - |
| XYZ | 14 | 10.82 | 7.48 | - |
| YUV | 93.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 72 | 0 | 0.45 | 0.47 | 0.46 | 2.77 | 0.31 | 0.41 |
| Hex | 89 | 4B | 48 | 0 | 2D | 2F | 2E | 3 | 1F | 29 |
| Octal | 211 | 113 | 110 | 0 | 55 | 57 | 56 | 3 | 37 | 51 |
| Binary | 10001001 | 1001011 | 1001000 | 0 | 101101 | 101111 | 101110 | 11 | 11111 | 101001 |
Color Harmonies of #894B48
Complementary color
Monochromatic Colors of #894B48
Black with #894B48
Text Example
Text Example
White with #894B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B48; }
p { color: rgb(137,75,72); }
H1.HeaderClassName
{
color: #894B48;
}
.AnyTagClassName
{
color: #894B48;
}
</style>
background-color css
<style>
a { background-color: #894B48; }
a { background-color: rgb(137,75,72); }
div.DivClassName
{
background-color: #894B48;
}
.BgClassName
{
background-color: #894B48;
}
</style>
border-color css
<style>
span { border-color: #894B48; }
span { border-color: rgb(137,75,72); }
td.TdClassName
{
border-color: #894B48;
}
.TagClassName
{
border-color: #894B48;
}
</style>