#9f1a47

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

Shades of Lipstick #9F1A47

Tints of Lipstick #9F1A47

Color information

#9F1A47 (or 0x9F1A47) is unknown color: approx Lipstick. HEX triplet: 9F, 1A and 47. RGB value is (159,26,71). Sum of RGB (Red+Green+Blue) = 159+26+71=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1A47 is #60E5B8. Grayscale: #464646. Windows color (decimal): -6350265 or 4659871. OLE color: 4659871.

HSL color Cylindrical-coordinate representation of color #9F1A47: hue angle of 339.7º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A47 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1592671-
CMYK00.840.550.38
HSL339.7º71.89%36.27%-
HSV(B)339.7º83.65%62.35%-
XYZ15.88.566.78-
YUV70.9128.06190.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 62.11%
GREEN value IS 26 (10.55% from 255) = 10.16%
BLUE value IS 71 (28.12% from 255) = 27.73%
R=62.11%
G=10.16%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159267100.840.550.38339.771.8936.27
Hex9F1A4705437261544824
Octal237321070124674652411044
Binary10011111110101000111010101001101111001101010101001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1a47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,26,71); }

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

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

 a { background-color: rgb(159,26,71); }

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

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

 span { border-color: rgb(159,26,71); }

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