#9F1540

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

Shades of Lipstick #9F1540

Tints of Lipstick #9F1540

Color information

#9F1540 (or 0x9F1540) is unknown color: approx Lipstick. HEX triplet: 9F, 15 and 40. RGB value is (159,21,64). Sum of RGB (Red+Green+Blue) = 159+21+64=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1540 is #60EABF. Grayscale: #434343. Windows color (decimal): -6351552 or 4199839. OLE color: 4199839.

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

Color convert

RGB1592164-
CMYK00.870.600.38
HSL341.3º76.67%35.29%-
HSV(B)341.3º86.79%62.35%-
XYZ15.498.285.63-
YUV67.16126.22193.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 65.16%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=65.16%
G=8.61%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159216400.870.600.38341.376.6735.29
Hex9F15400573C261554d23
Octal237251000127744652511543
Binary10011111101011000000010101111111001001101010101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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