#90295D

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

Shades of Lipstick #90295D

Tints of Lipstick #90295D

Color information

#90295D (or 0x90295D) is unknown color: approx Lipstick. HEX triplet: 90, 29 and 5D. RGB value is (144,41,93). Sum of RGB (Red+Green+Blue) = 144+41+93=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #90295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90295D is #6FD6A2. Grayscale: #4D4D4D. Windows color (decimal): -7329443 or 6105488. OLE color: 6105488.

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

Color convert

RGB1444193-
CMYK00.720.350.44
HSL329.71º55.68%36.27%-
HSV(B)329.71º71.53%56.47%-
XYZ14.278.3111.21-
YUV77.72136.62175.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.80%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=51.80%
G=14.75%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144419300.720.350.44329.7155.6836.27
Hex90295D048232C14a3824
Octal22051135011043545127044
Binary10010000101001101110101001000100011101100101001010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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