#9F335B

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

Shades of Lipstick #9F335B

Tints of Lipstick #9F335B

Color information

#9F335B (or 0x9F335B) is unknown color: approx Lipstick. HEX triplet: 9F, 33 and 5B. RGB value is (159,51,91). Sum of RGB (Red+Green+Blue) = 159+51+91=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F335B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F335B is #60CCA4. Grayscale: #575757. Windows color (decimal): -6343845 or 5976991. OLE color: 5976991.

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

Color convert

RGB1595191-
CMYK00.680.430.38
HSL337.78º51.43%41.18%-
HSV(B)337.78º67.92%62.35%-
XYZ17.3710.4911.01-
YUV87.85129.78178.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.82%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=52.82%
G=16.94%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159519100.680.430.38337.7851.4341.18
Hex9F335B0442B261523329
Octal23763133010453465226351
Binary10011111110011101101101000100101011100110101010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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