Shades of Lotus #90504C
Tints of Lotus #90504C
RGB
CMYK
RGB Variations
Color information
#90504C (or 0x90504C) is known color: Lotus. HEX triplet: 90, 50 and 4C. RGB value is (144,80,76). Sum of RGB (Red+Green+Blue) = 144+80+76=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #90504C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90504C is #6FAFB3. Grayscale: #626262. Windows color (decimal): -7319476 or 5001360. OLE color: 5001360.
HSL color Cylindrical-coordinate representation of color #90504C: hue angle of 3.53º degrees, saturation: 0.31, 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 #90504C is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 80 | 76 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.44 |
| HSL | 3.53º | 0.31% | 0.43% | - |
| HSV(B) | 3.53º | 0.47% | 0.56% | - |
| XYZ | 15.67 | 12.19 | 8.36 | - |
| YUV | 98.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 80 | 76 | 0 | 0.44 | 0.47 | 0.44 | 3.53 | 0.31 | 0.43 |
| Hex | 90 | 50 | 4C | 0 | 2C | 2F | 2C | 4 | 1F | 2B |
| Octal | 220 | 120 | 114 | 0 | 54 | 57 | 54 | 4 | 37 | 53 |
| Binary | 10010000 | 1010000 | 1001100 | 0 | 101100 | 101111 | 101100 | 100 | 11111 | 101011 |
Color Harmonies of #90504C
Complementary color
Monochromatic Colors of #90504C
Black with #90504C
Text Example
Text Example
White with #90504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90504C; }
p { color: rgb(144,80,76); }
H1.HeaderClassName
{
color: #90504C;
}
.AnyTagClassName
{
color: #90504C;
}
</style>
background-color css
<style>
a { background-color: #90504C; }
a { background-color: rgb(144,80,76); }
div.DivClassName
{
background-color: #90504C;
}
.BgClassName
{
background-color: #90504C;
}
</style>
border-color css
<style>
span { border-color: #90504C; }
span { border-color: rgb(144,80,76); }
td.TdClassName
{
border-color: #90504C;
}
.TagClassName
{
border-color: #90504C;
}
</style>