#90375D

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

Shades of Lipstick #90375D

Tints of Lipstick #90375D

Color information

#90375D (or 0x90375D) is unknown color: approx Lipstick. HEX triplet: 90, 37 and 5D. RGB value is (144,55,93). Sum of RGB (Red+Green+Blue) = 144+55+93=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90375D is #6FC8A2. Grayscale: #555555. Windows color (decimal): -7325859 or 6109072. OLE color: 6109072.

HSL color Cylindrical-coordinate representation of color #90375D: hue angle of 334.38º 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 #90375D is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1445593-
CMYK00.620.350.44
HSL334.38º44.72%39.02%-
HSV(B)334.38º61.81%56.47%-
XYZ14.849.4511.4-
YUV85.94131.99169.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.32%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=49.32%
G=18.84%
B=31.85%

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
Decimal144559300.620.350.44334.3844.7239.02
Hex90375D03E232C14e2d27
Octal2206713507643545165547
Binary1001000011011110111010111110100011101100101001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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