#90355A

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

Shades of Lipstick #90355A

Tints of Lipstick #90355A

Color information

#90355A (or 0x90355A) is unknown color: approx Lipstick. HEX triplet: 90, 35 and 5A. RGB value is (144,53,90). Sum of RGB (Red+Green+Blue) = 144+53+90=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #90355A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90355A is #6FCAA5. Grayscale: #545454. Windows color (decimal): -7326374 or 5911952. OLE color: 5911952.

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

Color convert

RGB1445390-
CMYK00.630.370.44
HSL335.6º46.19%38.63%-
HSV(B)335.6º63.19%56.47%-
XYZ14.629.2110.68-
YUV84.43131.15170.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 50.17%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=50.17%
G=18.47%
B=31.36%

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
Decimal144539000.630.370.44335.646.1938.63
Hex90355A03F252C1502e27
Octal2206513207745545205647
Binary1001000011010110110100111111100101101100101010000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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