#9F335E

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

Shades of Lipstick #9F335E

Tints of Lipstick #9F335E

Color information

#9F335E (or 0x9F335E) is unknown color: approx Lipstick. HEX triplet: 9F, 33 and 5E. RGB value is (159,51,94). Sum of RGB (Red+Green+Blue) = 159+51+94=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F335E is #60CCA1. Grayscale: #585858. Windows color (decimal): -6343842 or 6173599. OLE color: 6173599.

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

Color convert

RGB1595194-
CMYK00.680.410.38
HSL336.11º51.43%41.18%-
HSV(B)336.11º67.92%62.35%-
XYZ17.510.5511.7-
YUV88.19131.28178.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.30%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=52.30%
G=16.78%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159519400.680.410.38336.1151.4341.18
Hex9F335E04429261503329
Octal23763136010451465206351
Binary10011111110011101111001000100101001100110101010000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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