#901E59

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

Shades of Lipstick #901E59

Tints of Lipstick #901E59

Color information

#901E59 (or 0x901E59) is unknown color: approx Lipstick. HEX triplet: 90, 1E and 59. RGB value is (144,30,89). Sum of RGB (Red+Green+Blue) = 144+30+89=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #901E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901E59 is #6FE1A6. Grayscale: #464646. Windows color (decimal): -7332263 or 5840528. OLE color: 5840528.

HSL color Cylindrical-coordinate representation of color #901E59: hue angle of 328.95º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #901E59 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1443089-
CMYK00.790.380.44
HSL328.95º65.52%34.12%-
HSV(B)328.95º79.17%56.47%-
XYZ13.777.5810.19-
YUV70.81138.27180.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 54.75%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=54.75%
G=11.41%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144308900.790.380.44328.9565.5234.12
Hex901E5904F262C1494222
Octal220361310117465451110242
Binary10010000111101011001010011111001101011001010010011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901E59; }

 p { color: rgb(144,30,89); }

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

<style>
 a { background-color: #901E59; }

 a { background-color: rgb(144,30,89); }

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

<style>
 span { border-color: #901E59; }

 span { border-color: rgb(144,30,89); }

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