#90504B

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

Shades of Lotus #90504B

Tints of Lotus #90504B

Color information

#90504B (or 0x90504B) is unknown color: approx Lotus. HEX triplet: 90, 50 and 4B. RGB value is (144,80,75). Sum of RGB (Red+Green+Blue) = 144+80+75=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #90504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90504B is #6FAFB4. Grayscale: #626262. Windows color (decimal): -7319477 or 4935824. OLE color: 4935824.

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

Color convert

RGB1448075-
CMYK00.440.480.44
HSL4.35º31.51%42.94%-
HSV(B)4.35º47.92%56.47%-
XYZ15.6412.178.18-
YUV98.57114.7160.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.16%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=48.16%
G=26.76%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144807500.440.480.444.3531.5142.94
Hex90504B02C302C4202b
Octal220120113054605444053
Binary10010000101000010010110101100110000101100100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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