#90395D

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

Shades of Lipstick #90395D

Tints of Lipstick #90395D

Color information

#90395D (or 0x90395D) is unknown color: approx Lipstick. HEX triplet: 90, 39 and 5D. RGB value is (144,57,93). Sum of RGB (Red+Green+Blue) = 144+57+93=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #90395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90395D is #6FC6A2. Grayscale: #575757. Windows color (decimal): -7325347 or 6109584. OLE color: 6109584.

HSL color Cylindrical-coordinate representation of color #90395D: hue angle of 335.17º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90395D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1445793-
CMYK00.600.350.44
HSL335.17º43.28%39.41%-
HSV(B)335.17º60.42%56.47%-
XYZ14.949.6511.43-
YUV87.12131.32168.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 48.98%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=48.98%
G=19.39%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144579300.600.350.44335.1743.2839.41
Hex90395D03C232C14f2b27
Octal2207113507443545175347
Binary1001000011100110111010111100100011101100101001111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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