Shades of Lotus #904F4F
Tints of Lotus #904F4F
RGB
CMYK
RGB Variations
Color information
#904F4F (or 0x904F4F) is known color: Lotus. HEX triplet: 90, 4F and 4F. RGB value is (144,79,79). Sum of RGB (Red+Green+Blue) = 144+79+79=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #904F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904F4F is #6FB0B0. Grayscale: #626262. Windows color (decimal): -7319729 or 5197712. OLE color: 5197712.
HSL color Cylindrical-coordinate representation of color #904F4F: hue angle of 0º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #904F4F is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 79 | 79 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.44 |
| HSL | 0º | 0.29% | 0.44% | - |
| HSV(B) | 0º | 0.45% | 0.56% | - |
| XYZ | 15.71 | 12.09 | 8.9 | - |
| YUV | 98.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 79 | 0 | 0.45 | 0.45 | 0.44 | 0 | 0.29 | 0.44 |
| Hex | 90 | 4F | 4F | 0 | 2D | 2D | 2C | 0 | 1D | 2C |
| Octal | 220 | 117 | 117 | 0 | 55 | 55 | 54 | 0 | 35 | 54 |
| Binary | 10010000 | 1001111 | 1001111 | 0 | 101101 | 101101 | 101100 | 0 | 11101 | 101100 |
Color Harmonies of #904F4F
Complementary color
Monochromatic Colors of #904F4F
Black with #904F4F
Text Example
Text Example
White with #904F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904F4F; }
p { color: rgb(144,79,79); }
H1.HeaderClassName
{
color: #904F4F;
}
.AnyTagClassName
{
color: #904F4F;
}
</style>
background-color css
<style>
a { background-color: #904F4F; }
a { background-color: rgb(144,79,79); }
div.DivClassName
{
background-color: #904F4F;
}
.BgClassName
{
background-color: #904F4F;
}
</style>
border-color css
<style>
span { border-color: #904F4F; }
span { border-color: rgb(144,79,79); }
td.TdClassName
{
border-color: #904F4F;
}
.TagClassName
{
border-color: #904F4F;
}
</style>