#90295E

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

Shades of Lipstick #90295E

Tints of Lipstick #90295E

Color information

#90295E (or 0x90295E) is unknown color: approx Lipstick. HEX triplet: 90, 29 and 5E. RGB value is (144,41,94). Sum of RGB (Red+Green+Blue) = 144+41+94=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #90295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90295E is #6FD6A1. Grayscale: #4D4D4D. Windows color (decimal): -7329442 or 6171024. OLE color: 6171024.

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

Color convert

RGB1444194-
CMYK00.720.350.44
HSL329.13º55.68%36.27%-
HSV(B)329.13º71.53%56.47%-
XYZ14.318.3211.44-
YUV77.84137.12175.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.61%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=51.61%
G=14.70%
B=33.69%

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
Decimal144419400.720.350.44329.1355.6836.27
Hex90295E048232C1493824
Octal22051136011043545117044
Binary10010000101001101111001001000100011101100101001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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