#9F1C40

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

Shades of Lipstick #9F1C40

Tints of Lipstick #9F1C40

Color information

#9F1C40 (or 0x9F1C40) is unknown color: approx Lipstick. HEX triplet: 9F, 1C and 40. RGB value is (159,28,64). Sum of RGB (Red+Green+Blue) = 159+28+64=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1C40 is #60E3BF. Grayscale: #474747. Windows color (decimal): -6349760 or 4201631. OLE color: 4201631.

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

Color convert

RGB1592864-
CMYK00.820.600.38
HSL343.51º70.05%36.67%-
HSV(B)343.51º82.39%62.35%-
XYZ15.648.575.68-
YUV71.27123.9190.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.35%
GREEN value IS 28 (11.33% from 255) = 11.16%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=63.35%
G=11.16%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159286400.820.600.38343.5170.0536.67
Hex9F1C400523C261584625
Octal237341000122744653010645
Binary10011111111001000000010100101111001001101010110001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,64); }

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

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

 a { background-color: rgb(159,28,64); }

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

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

 span { border-color: rgb(159,28,64); }

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