Shades of Lotus #894A4A
Tints of Lotus #894A4A
RGB
CMYK
RGB Variations
Color information
#894A4A (or 0x894A4A) is known color: Lotus. HEX triplet: 89, 4A and 4A. RGB value is (137,74,74). Sum of RGB (Red+Green+Blue) = 137+74+74=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #894A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894A4A is #76B5B5. Grayscale: #5C5C5C. Windows color (decimal): -7779766 or 4868745. OLE color: 4868745.
HSL color Cylindrical-coordinate representation of color #894A4A: hue angle of 0º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894A4A is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 74 | 74 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.46 |
| HSL | 0º | 0.3% | 0.41% | - |
| HSV(B) | 0º | 0.46% | 0.54% | - |
| XYZ | 14 | 10.71 | 7.81 | - |
| YUV | 92.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 74 | 74 | 0 | 0.46 | 0.46 | 0.46 | 0 | 0.3 | 0.41 |
| Hex | 89 | 4A | 4A | 0 | 2E | 2E | 2E | 0 | 1E | 29 |
| Octal | 211 | 112 | 112 | 0 | 56 | 56 | 56 | 0 | 36 | 51 |
| Binary | 10001001 | 1001010 | 1001010 | 0 | 101110 | 101110 | 101110 | 0 | 11110 | 101001 |
Color Harmonies of #894A4A
Complementary color
Monochromatic Colors of #894A4A
Black with #894A4A
Text Example
Text Example
White with #894A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894A4A; }
p { color: rgb(137,74,74); }
H1.HeaderClassName
{
color: #894A4A;
}
.AnyTagClassName
{
color: #894A4A;
}
</style>
background-color css
<style>
a { background-color: #894A4A; }
a { background-color: rgb(137,74,74); }
div.DivClassName
{
background-color: #894A4A;
}
.BgClassName
{
background-color: #894A4A;
}
</style>
border-color css
<style>
span { border-color: #894A4A; }
span { border-color: rgb(137,74,74); }
td.TdClassName
{
border-color: #894A4A;
}
.TagClassName
{
border-color: #894A4A;
}
</style>