#9F294A

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

Shades of Lipstick #9F294A

Tints of Lipstick #9F294A

Color information

#9F294A (or 0x9F294A) is unknown color: approx Lipstick. HEX triplet: 9F, 29 and 4A. RGB value is (159,41,74). Sum of RGB (Red+Green+Blue) = 159+41+74=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F294A is #60D6B5. Grayscale: #505050. Windows color (decimal): -6346422 or 4860319. OLE color: 4860319.

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

Color convert

RGB1594174-
CMYK00.740.530.38
HSL343.22º59%39.22%-
HSV(B)343.22º74.21%62.35%-
XYZ16.339.457.44-
YUV80.04124.59184.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.03%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=58.03%
G=14.96%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159417400.740.530.38343.225939.22
Hex9F294A04A35261573b27
Octal23751112011265465277347
Binary10011111101001100101001001010110101100110101010111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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