#901D60

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

Shades of Lipstick #901D60

Tints of Lipstick #901D60

Color information

#901D60 (or 0x901D60) is unknown color: approx Lipstick. HEX triplet: 90, 1D and 60. RGB value is (144,29,96). Sum of RGB (Red+Green+Blue) = 144+29+96=269 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.53% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 144 - color contains mainly: red. Hex color #901D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901D60 is #6FE29F. Grayscale: #464646. Windows color (decimal): -7332512 or 6299024. OLE color: 6299024.

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

Color convert

RGB1442996-
CMYK00.800.330.44
HSL325.04º66.47%33.92%-
HSV(B)325.04º79.86%56.47%-
XYZ14.057.6511.8-
YUV71.02142.1180.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.53%
GREEN value IS 29 (11.72% from 255) = 10.78%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=53.53%
G=10.78%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144299600.800.330.44325.0466.4733.92
Hex901D60050212C1454222
Octal220351400120415450510242
Binary10010000111011100000010100001000011011001010001011000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,29,96); }

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

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

 a { background-color: rgb(144,29,96); }

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

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

 span { border-color: rgb(144,29,96); }

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