#9F1E5C

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

Shades of Lipstick #9F1E5C

Tints of Lipstick #9F1E5C

Color information

#9F1E5C (or 0x9F1E5C) is unknown color: approx Lipstick. HEX triplet: 9F, 1E and 5C. RGB value is (159,30,92). Sum of RGB (Red+Green+Blue) = 159+30+92=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E5C is #60E1A3. Grayscale: #4B4B4B. Windows color (decimal): -6349220 or 6037151. OLE color: 6037151.

HSL color Cylindrical-coordinate representation of color #9F1E5C: hue angle of 331.16º 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 #9F1E5C is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB1593092-
CMYK00.810.420.38
HSL331.16º68.25%37.06%-
HSV(B)331.16º81.13%62.35%-
XYZ16.699.0711-
YUV75.64137.24187.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.58%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 92 (36.33% from 255) = 32.74%
R=56.58%
G=10.68%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159309200.810.420.38331.1668.2537.06
Hex9F1E5C0512A2614b4425
Octal237361340121524651310445
Binary10011111111101011100010100011010101001101010010111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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