#90504E

Color #90504E Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #90504E

Tints of Lotus #90504E

Color information

#90504E (or 0x90504E) is unknown color: approx Lotus. HEX triplet: 90, 50 and 4E. RGB value is (144,80,78). Sum of RGB (Red+Green+Blue) = 144+80+78=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #90504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90504E is #6FAFB1. Grayscale: #626262. Windows color (decimal): -7319474 or 5132432. OLE color: 5132432.

HSL color Cylindrical-coordinate representation of color #90504E: hue angle of 1.82º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90504E is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1448078-
CMYK00.440.460.44
HSL1.82º29.73%43.53%-
HSV(B)1.82º45.83%56.47%-
XYZ15.7512.228.74-
YUV98.91116.2160.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 47.68%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 78 (30.86% from 255) = 25.83%
R=47.68%
G=26.49%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144807800.440.460.441.8229.7343.53
Hex90504E02C2E2C21e2c
Octal220120116054565423654
Binary100100001010000100111001011001011101011001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90504E; }

 p { color: rgb(144,80,78); }

 H1.HeaderClassName
 {
   color: #90504E;
 }
 .AnyTagClassName
 {
   color: #90504E;
 }
</style>
background-color css

<style>
 a { background-color: #90504E; }

 a { background-color: rgb(144,80,78); }

 div.DivClassName
 {
   background-color: #90504E;
 }
 .BgClassName
 {
   background-color: #90504E;
 }
</style>
border-color css

<style>
 span { border-color: #90504E; }

 span { border-color: rgb(144,80,78); }

 td.TdClassName
 {
   border-color: #90504E;
 }
 .TagClassName
 {
   border-color: #90504E;
 }
</style>