#9F2C5B

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

Shades of Lipstick #9F2C5B

Tints of Lipstick #9F2C5B

Color information

#9F2C5B (or 0x9F2C5B) is unknown color: approx Lipstick. HEX triplet: 9F, 2C and 5B. RGB value is (159,44,91). Sum of RGB (Red+Green+Blue) = 159+44+91=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2C5B is #60D3A4. Grayscale: #535353. Windows color (decimal): -6345637 or 5975199. OLE color: 5975199.

HSL color Cylindrical-coordinate representation of color #9F2C5B: hue angle of 335.48º degrees, saturation: 0.57, 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 #9F2C5B is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1594491-
CMYK00.720.430.38
HSL335.48º56.65%39.8%-
HSV(B)335.48º72.33%62.35%-
XYZ17.099.9310.91-
YUV83.74132.1181.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.08%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 91 (35.94% from 255) = 30.95%
R=54.08%
G=14.97%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159449100.720.430.38335.4856.6539.8
Hex9F2C5B0482B2614f3928
Octal23754133011053465177150
Binary10011111101100101101101001000101011100110101001111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,44,91); }

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

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

 a { background-color: rgb(159,44,91); }

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

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

 span { border-color: rgb(159,44,91); }

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