#9F3355

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

Shades of Lipstick #9F3355

Tints of Lipstick #9F3355

Color information

#9F3355 (or 0x9F3355) is unknown color: approx Lipstick. HEX triplet: 9F, 33 and 55. RGB value is (159,51,85). Sum of RGB (Red+Green+Blue) = 159+51+85=295 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.90% from 295); Green value is 51 (20.31% from 255 or 17.29% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3355 is #60CCAA. Grayscale: #575757. Windows color (decimal): -6343851 or 5583775. OLE color: 5583775.

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

Color convert

RGB1595185-
CMYK00.680.470.38
HSL341.11º51.43%41.18%-
HSV(B)341.11º67.92%62.35%-
XYZ17.1210.399.7-
YUV87.17126.78179.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.90%
GREEN value IS 51 (20.31% from 255) = 17.29%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=53.90%
G=17.29%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159518500.680.470.38341.1151.4341.18
Hex9F33550442F261553329
Octal23763125010457465256351
Binary10011111110011101010101000100101111100110101010101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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