#90365D

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

Shades of Lipstick #90365D

Tints of Lipstick #90365D

Color information

#90365D (or 0x90365D) is unknown color: approx Lipstick. HEX triplet: 90, 36 and 5D. RGB value is (144,54,93). Sum of RGB (Red+Green+Blue) = 144+54+93=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #90365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90365D is #6FC9A2. Grayscale: #555555. Windows color (decimal): -7326115 or 6108816. OLE color: 6108816.

HSL color Cylindrical-coordinate representation of color #90365D: hue angle of 334º 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 #90365D is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1445493-
CMYK00.630.350.44
HSL334º45.45%38.82%-
HSV(B)334º62.5%56.47%-
XYZ14.89.3611.38-
YUV85.36132.32169.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 49.48%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=49.48%
G=18.56%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144549300.630.350.4433445.4538.82
Hex90365D03F232C14e2d27
Octal2206613507743545165547
Binary1001000011011010111010111111100011101100101001110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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