#90356A

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

Shades of Lipstick #90356A

Tints of Lipstick #90356A

Color information

#90356A (or 0x90356A) is unknown color: approx Lipstick. HEX triplet: 90, 35 and 6A. RGB value is (144,53,106). Sum of RGB (Red+Green+Blue) = 144+53+106=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90356A is #6FCA95. Grayscale: #565656. Windows color (decimal): -7326358 or 6960528. OLE color: 6960528.

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

Color convert

RGB14453106-
CMYK00.630.260.44
HSL325.05º46.19%38.63%-
HSV(B)325.05º63.19%56.47%-
XYZ15.389.5214.66-
YUV86.25139.15169.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.52%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=47.52%
G=17.49%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1445310600.630.260.44325.0546.1938.63
Hex90356A03F1A2C1452e27
Octal2206515207732545055647
Binary100100001101011101010011111111010101100101000101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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