#90235E

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

Shades of Lipstick #90235E

Tints of Lipstick #90235E

Color information

#90235E (or 0x90235E) is unknown color: approx Lipstick. HEX triplet: 90, 23 and 5E. RGB value is (144,35,94). Sum of RGB (Red+Green+Blue) = 144+35+94=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90235E is #6FDCA1. Grayscale: #4A4A4A. Windows color (decimal): -7330978 or 6169488. OLE color: 6169488.

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

Color convert

RGB1443594-
CMYK00.760.350.44
HSL327.52º60.89%35.1%-
HSV(B)327.52º75.69%56.47%-
XYZ14.127.9411.38-
YUV74.32139.11177.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.75%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=52.75%
G=12.82%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144359400.760.350.44327.5260.8935.1
Hex90235E04C232C1483d23
Octal22043136011443545107543
Binary10010000100011101111001001100100011101100101001000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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