#90386A

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

Shades of Lipstick #90386A

Tints of Lipstick #90386A

Color information

#90386A (or 0x90386A) is unknown color: approx Lipstick. HEX triplet: 90, 38 and 6A. RGB value is (144,56,106). Sum of RGB (Red+Green+Blue) = 144+56+106=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90386A is #6FC795. Grayscale: #575757. Windows color (decimal): -7325590 or 6961296. OLE color: 6961296.

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

Color convert

RGB14456106-
CMYK00.610.260.44
HSL325.91º44%39.22%-
HSV(B)325.91º61.11%56.47%-
XYZ15.529.814.71-
YUV88.01138.15167.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.06%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=47.06%
G=18.30%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445610600.610.260.44325.914439.22
Hex90386A03D1A2C1462c27
Octal2207015207532545065447
Binary100100001110001101010011110111010101100101000110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90386A; }

 p { color: rgb(144,56,106); }

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

<style>
 a { background-color: #90386A; }

 a { background-color: rgb(144,56,106); }

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

<style>
 span { border-color: #90386A; }

 span { border-color: rgb(144,56,106); }

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