#90295C

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

Shades of Lipstick #90295C

Tints of Lipstick #90295C

Color information

#90295C (or 0x90295C) is unknown color: approx Lipstick. HEX triplet: 90, 29 and 5C. RGB value is (144,41,92). Sum of RGB (Red+Green+Blue) = 144+41+92=277 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.99% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 144 - color contains mainly: red. Hex color #90295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90295C is #6FD6A3. Grayscale: #4D4D4D. Windows color (decimal): -7329444 or 6039952. OLE color: 6039952.

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

Color convert

RGB1444192-
CMYK00.720.360.44
HSL330.29º55.68%36.27%-
HSV(B)330.29º71.53%56.47%-
XYZ14.238.2910.98-
YUV77.61136.12175.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.99%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=51.99%
G=14.80%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144419200.720.360.44330.2955.6836.27
Hex90295C048242C14a3824
Octal22051134011044545127044
Binary10010000101001101110001001000100100101100101001010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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