#9f2e5f

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

Shades of Lipstick #9F2E5F

Tints of Lipstick #9F2E5F

Color information

#9F2E5F (or 0x9F2E5F) is unknown color: approx Lipstick. HEX triplet: 9F, 2E and 5F. RGB value is (159,46,95). Sum of RGB (Red+Green+Blue) = 159+46+95=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2E5F is #60D1A0. Grayscale: #555555. Windows color (decimal): -6345121 or 6237855. OLE color: 6237855.

HSL color Cylindrical-coordinate representation of color #9F2E5F: hue angle of 333.98º 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 #9F2E5F is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1594695-
CMYK00.710.400.38
HSL333.98º55.12%40.2%-
HSV(B)333.98º71.07%62.35%-
XYZ17.3410.1511.87-
YUV85.37133.44180.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53%
GREEN value IS 46 (18.36% from 255) = 15.33%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=53%
G=15.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159469500.710.400.38333.9855.1240.2
Hex9F2E5F047282614e3728
Octal23756137010750465166750
Binary10011111101110101111101000111101000100110101001110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f2e5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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