Shades of Lotus #904D4D
Tints of Lotus #904D4D
RGB
CMYK
RGB Variations
Color information
#904D4D (or 0x904D4D) is known color: Lotus. HEX triplet: 90, 4D and 4D. RGB value is (144,77,77). Sum of RGB (Red+Green+Blue) = 144+77+77=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #904D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D4D is #6FB2B2. Grayscale: #616161. Windows color (decimal): -7320243 or 5066128. OLE color: 5066128.
HSL color Cylindrical-coordinate representation of color #904D4D: hue angle of 0º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904D4D is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 77 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.44 |
| HSL | 0º | 0.3% | 0.43% | - |
| HSV(B) | 0º | 0.47% | 0.56% | - |
| XYZ | 15.5 | 11.77 | 8.48 | - |
| YUV | 97.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 77 | 0 | 0.47 | 0.47 | 0.44 | 0 | 0.3 | 0.43 |
| Hex | 90 | 4D | 4D | 0 | 2F | 2F | 2C | 0 | 1E | 2B |
| Octal | 220 | 115 | 115 | 0 | 57 | 57 | 54 | 0 | 36 | 53 |
| Binary | 10010000 | 1001101 | 1001101 | 0 | 101111 | 101111 | 101100 | 0 | 11110 | 101011 |
Color Harmonies of #904D4D
Complementary color
Monochromatic Colors of #904D4D
Black with #904D4D
Text Example
Text Example
White with #904D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D4D; }
p { color: rgb(144,77,77); }
H1.HeaderClassName
{
color: #904D4D;
}
.AnyTagClassName
{
color: #904D4D;
}
</style>
background-color css
<style>
a { background-color: #904D4D; }
a { background-color: rgb(144,77,77); }
div.DivClassName
{
background-color: #904D4D;
}
.BgClassName
{
background-color: #904D4D;
}
</style>
border-color css
<style>
span { border-color: #904D4D; }
span { border-color: rgb(144,77,77); }
td.TdClassName
{
border-color: #904D4D;
}
.TagClassName
{
border-color: #904D4D;
}
</style>