#90144c

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

Shades of Lipstick #90144C

Tints of Lipstick #90144C

Color information

#90144C (or 0x90144C) is unknown color: approx Lipstick. HEX triplet: 90, 14 and 4C. RGB value is (144,20,76). Sum of RGB (Red+Green+Blue) = 144+20+76=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90144C is #6FEBB3. Grayscale: #3F3F3F. Windows color (decimal): -7334836 or 4986000. OLE color: 4986000.

HSL color Cylindrical-coordinate representation of color #90144C: hue angle of 332.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #90144C is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB1442076-
CMYK00.860.470.44
HSL332.9º75.61%32.16%-
HSV(B)332.9º86.11%56.47%-
XYZ13.066.957.49-
YUV63.46135.08185.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=60%
G=8.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144207600.860.470.44332.975.6132.16
Hex90144C0562F2C14d4c20
Octal220241140126575451511440
Binary10010000101001001100010101101011111011001010011011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90144c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90144c; }

 p { color: rgb(144,20,76); }

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

<style>
 a { background-color: #90144c; }

 a { background-color: rgb(144,20,76); }

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

<style>
 span { border-color: #90144c; }

 span { border-color: rgb(144,20,76); }

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