#90265E

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

Shades of Lipstick #90265E

Tints of Lipstick #90265E

Color information

#90265E (or 0x90265E) is unknown color: approx Lipstick. HEX triplet: 90, 26 and 5E. RGB value is (144,38,94). Sum of RGB (Red+Green+Blue) = 144+38+94=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #90265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90265E is #6FD9A1. Grayscale: #4B4B4B. Windows color (decimal): -7330210 or 6170256. OLE color: 6170256.

HSL color Cylindrical-coordinate representation of color #90265E: hue angle of 328.3º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90265E is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1443894-
CMYK00.740.350.44
HSL328.3º58.24%35.69%-
HSV(B)328.3º73.61%56.47%-
XYZ14.228.1211.41-
YUV76.08138.12176.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.17%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=52.17%
G=13.77%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144389400.740.350.44328.358.2435.69
Hex90265E04A232C1483a24
Octal22046136011243545107244
Binary10010000100110101111001001010100011101100101001000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90265E; }

 p { color: rgb(144,38,94); }

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

<style>
 a { background-color: #90265E; }

 a { background-color: rgb(144,38,94); }

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

<style>
 span { border-color: #90265E; }

 span { border-color: rgb(144,38,94); }

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