#90365A

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

Shades of Lipstick #90365A

Tints of Lipstick #90365A

Color information

#90365A (or 0x90365A) is unknown color: approx Lipstick. HEX triplet: 90, 36 and 5A. RGB value is (144,54,90). Sum of RGB (Red+Green+Blue) = 144+54+90=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90365A is #6FC9A5. Grayscale: #545454. Windows color (decimal): -7326118 or 5912208. OLE color: 5912208.

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

Color convert

RGB1445490-
CMYK00.630.370.44
HSL336º45.45%38.82%-
HSV(B)336º62.5%56.47%-
XYZ14.679.3110.7-
YUV85.01130.82170.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 18.75%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=50%
G=18.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144549000.630.370.4433645.4538.82
Hex90365A03F252C1502d27
Octal2206613207745545205547
Binary1001000011011010110100111111100101101100101010000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90365A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,54,90); }

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

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

 a { background-color: rgb(144,54,90); }

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

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

 span { border-color: rgb(144,54,90); }

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