Shades of Lotus #894B4B
Tints of Lotus #894B4B
RGB
CMYK
RGB Variations
Color information
#894B4B (or 0x894B4B) is known color: Lotus. HEX triplet: 89, 4B and 4B. RGB value is (137,75,75). Sum of RGB (Red+Green+Blue) = 137+75+75=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #894B4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B4B is #76B4B4. Grayscale: #5D5D5D. Windows color (decimal): -7779509 or 4934537. OLE color: 4934537.
HSL color Cylindrical-coordinate representation of color #894B4B: hue angle of 0º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B4B is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 75 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.46 |
| HSL | 0º | 0.29% | 0.42% | - |
| HSV(B) | 0º | 0.45% | 0.54% | - |
| XYZ | 14.1 | 10.86 | 8.01 | - |
| YUV | 93.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 75 | 0 | 0.45 | 0.45 | 0.46 | 0 | 0.29 | 0.42 |
| Hex | 89 | 4B | 4B | 0 | 2D | 2D | 2E | 0 | 1D | 2A |
| Octal | 211 | 113 | 113 | 0 | 55 | 55 | 56 | 0 | 35 | 52 |
| Binary | 10001001 | 1001011 | 1001011 | 0 | 101101 | 101101 | 101110 | 0 | 11101 | 101010 |
Color Harmonies of #894B4B
Complementary color
Monochromatic Colors of #894B4B
Black with #894B4B
Text Example
Text Example
White with #894B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B4B; }
p { color: rgb(137,75,75); }
H1.HeaderClassName
{
color: #894B4B;
}
.AnyTagClassName
{
color: #894B4B;
}
</style>
background-color css
<style>
a { background-color: #894B4B; }
a { background-color: rgb(137,75,75); }
div.DivClassName
{
background-color: #894B4B;
}
.BgClassName
{
background-color: #894B4B;
}
</style>
border-color css
<style>
span { border-color: #894B4B; }
span { border-color: rgb(137,75,75); }
td.TdClassName
{
border-color: #894B4B;
}
.TagClassName
{
border-color: #894B4B;
}
</style>