#90335A

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

Shades of Lipstick #90335A

Tints of Lipstick #90335A

Color information

#90335A (or 0x90335A) is unknown color: approx Lipstick. HEX triplet: 90, 33 and 5A. RGB value is (144,51,90). Sum of RGB (Red+Green+Blue) = 144+51+90=285 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.53% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 144 - color contains mainly: red. Hex color #90335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90335A is #6FCCA5. Grayscale: #535353. Windows color (decimal): -7326886 or 5911440. OLE color: 5911440.

HSL color Cylindrical-coordinate representation of color #90335A: hue angle of 334.84º 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 #90335A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB1445190-
CMYK00.650.370.44
HSL334.84º47.69%38.24%-
HSV(B)334.84º64.58%56.47%-
XYZ14.539.0410.65-
YUV83.25131.81171.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.53%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=50.53%
G=17.89%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144519000.650.370.44334.8447.6938.24
Hex90335A041252C14f3026
Octal22063132010145545176046
Binary10010000110011101101001000001100101101100101001111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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