#9F2E4A

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

Shades of Lipstick #9F2E4A

Tints of Lipstick #9F2E4A

Color information

#9F2E4A (or 0x9F2E4A) is unknown color: approx Lipstick. HEX triplet: 9F, 2E and 4A. RGB value is (159,46,74). Sum of RGB (Red+Green+Blue) = 159+46+74=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2E4A is #60D1B5. Grayscale: #525252. Windows color (decimal): -6345142 or 4861599. OLE color: 4861599.

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

Color convert

RGB1594674-
CMYK00.710.530.38
HSL345.13º55.12%40.2%-
HSV(B)345.13º71.07%62.35%-
XYZ16.519.827.5-
YUV82.98122.94182.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.99%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=56.99%
G=16.49%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159467400.710.530.38345.1355.1240.2
Hex9F2E4A04735261593728
Octal23756112010765465316750
Binary10011111101110100101001000111110101100110101011001110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,46,74); }

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

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

 a { background-color: rgb(159,46,74); }

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

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

 span { border-color: rgb(159,46,74); }

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