#90335D

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

Shades of Lipstick #90335D

Tints of Lipstick #90335D

Color information

#90335D (or 0x90335D) is unknown color: approx Lipstick. HEX triplet: 90, 33 and 5D. RGB value is (144,51,93). Sum of RGB (Red+Green+Blue) = 144+51+93=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #90335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90335D is #6FCCA2. Grayscale: #535353. Windows color (decimal): -7326883 or 6108048. OLE color: 6108048.

HSL color Cylindrical-coordinate representation of color #90335D: hue angle of 332.9º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90335D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1445193-
CMYK00.650.350.44
HSL332.9º47.69%38.24%-
HSV(B)332.9º64.58%56.47%-
XYZ14.669.0911.34-
YUV83.6133.31171.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=50%
G=17.71%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144519300.650.350.44332.947.6938.24
Hex90335D041232C14d3026
Octal22063135010143545156046
Binary10010000110011101110101000001100011101100101001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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