#9F2261

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

Shades of Lipstick #9F2261

Tints of Lipstick #9F2261

Color information

#9F2261 (or 0x9F2261) is unknown color: approx Lipstick. HEX triplet: 9F, 22 and 61. RGB value is (159,34,97). Sum of RGB (Red+Green+Blue) = 159+34+97=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2261 is #60DD9E. Grayscale: #4E4E4E. Windows color (decimal): -6348191 or 6365855. OLE color: 6365855.

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

Color convert

RGB1593497-
CMYK00.790.390.38
HSL329.76º64.77%37.84%-
HSV(B)329.76º78.62%62.35%-
XYZ17.039.3812.22-
YUV78.56138.41185.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.83%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=54.83%
G=11.72%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159349700.790.390.38329.7664.7737.84
Hex9F226104F272614a4126
Octal237421410117474651210146
Binary100111111000101100001010011111001111001101010010101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,34,97); }

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

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

 a { background-color: rgb(159,34,97); }

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

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

 span { border-color: rgb(159,34,97); }

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