#90375E

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

Shades of Lipstick #90375E

Tints of Lipstick #90375E

Color information

#90375E (or 0x90375E) is unknown color: approx Lipstick. HEX triplet: 90, 37 and 5E. RGB value is (144,55,94). Sum of RGB (Red+Green+Blue) = 144+55+94=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90375E is #6FC8A1. Grayscale: #555555. Windows color (decimal): -7325858 or 6174608. OLE color: 6174608.

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

Color convert

RGB1445594-
CMYK00.620.350.44
HSL333.71º44.72%39.02%-
HSV(B)333.71º61.81%56.47%-
XYZ14.899.4711.63-
YUV86.06132.49169.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.15%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 94 (37.11% from 255) = 32.08%
R=49.15%
G=18.77%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144559400.620.350.44333.7144.7239.02
Hex90375E03E232C14e2d27
Octal2206713607643545165547
Binary1001000011011110111100111110100011101100101001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,55,94); }

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

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

 a { background-color: rgb(144,55,94); }

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

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

 span { border-color: rgb(144,55,94); }

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