#90504F

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

Shades of Lotus #90504F

Tints of Lotus #90504F

Color information

#90504F (or 0x90504F) is unknown color: approx Lotus. HEX triplet: 90, 50 and 4F. RGB value is (144,80,79). Sum of RGB (Red+Green+Blue) = 144+80+79=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90504F is #6FAFB0. Grayscale: #636363. Windows color (decimal): -7319473 or 5197968. OLE color: 5197968.

HSL color Cylindrical-coordinate representation of color #90504F: hue angle of 0.92º 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 #90504F is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB1448079-
CMYK00.440.450.44
HSL0.92º29.15%43.73%-
HSV(B)0.92º45.14%56.47%-
XYZ15.7812.238.93-
YUV99.02116.7160.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.52%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=47.52%
G=26.40%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144807900.440.450.440.9229.1543.73
Hex90504F02C2D2C11d2c
Octal220120117054555413554
Binary10010000101000010011110101100101101101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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