#9F2D5E

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

Shades of Lipstick #9F2D5E

Tints of Lipstick #9F2D5E

Color information

#9F2D5E (or 0x9F2D5E) is unknown color: approx Lipstick. HEX triplet: 9F, 2D and 5E. RGB value is (159,45,94). Sum of RGB (Red+Green+Blue) = 159+45+94=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2D5E is #60D2A1. Grayscale: #545454. Windows color (decimal): -6345378 or 6172063. OLE color: 6172063.

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

Color convert

RGB1594594-
CMYK00.720.410.38
HSL334.21º55.88%40%-
HSV(B)334.21º71.7%62.35%-
XYZ17.2610.0611.62-
YUV84.67133.27181.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.36%
GREEN value IS 45 (17.97% from 255) = 15.10%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=53.36%
G=15.10%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159459400.720.410.38334.2155.8840
Hex9F2D5E048292614e3828
Octal23755136011051465167050
Binary10011111101101101111001001000101001100110101001110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,45,94); }

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

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

 a { background-color: rgb(159,45,94); }

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

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

 span { border-color: rgb(159,45,94); }

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