#9F1E52

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

Shades of Lipstick #9F1E52

Tints of Lipstick #9F1E52

Color information

#9F1E52 (or 0x9F1E52) is unknown color: approx Lipstick. HEX triplet: 9F, 1E and 52. RGB value is (159,30,82). Sum of RGB (Red+Green+Blue) = 159+30+82=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E52 is #60E1AD. Grayscale: #4A4A4A. Windows color (decimal): -6349230 or 5381791. OLE color: 5381791.

HSL color Cylindrical-coordinate representation of color #9F1E52: hue angle of 335.81º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F1E52 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB1593082-
CMYK00.810.480.38
HSL335.81º68.25%37.06%-
HSV(B)335.81º81.13%62.35%-
XYZ16.298.918.84-
YUV74.5132.24188.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.67%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=58.67%
G=11.07%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159308200.810.480.38335.8168.2537.06
Hex9F1E5205130261504425
Octal237361220121604652010445
Binary10011111111101010010010100011100001001101010100001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F1E52; }

 p { color: rgb(159,30,82); }

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

<style>
 a { background-color: #9F1E52; }

 a { background-color: rgb(159,30,82); }

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

<style>
 span { border-color: #9F1E52; }

 span { border-color: rgb(159,30,82); }

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