#9F3357

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

Shades of Lipstick #9F3357

Tints of Lipstick #9F3357

Color information

#9F3357 (or 0x9F3357) is unknown color: approx Lipstick. HEX triplet: 9F, 33 and 57. RGB value is (159,51,87). Sum of RGB (Red+Green+Blue) = 159+51+87=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3357 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3357 is #60CCA8. Grayscale: #575757. Windows color (decimal): -6343849 or 5714847. OLE color: 5714847.

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

Color convert

RGB1595187-
CMYK00.680.450.38
HSL340º51.43%41.18%-
HSV(B)340º67.92%62.35%-
XYZ17.210.4310.12-
YUV87.4127.78179.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.54%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 87 (34.38% from 255) = 29.29%
R=53.54%
G=17.17%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159518700.680.450.3834051.4341.18
Hex9F33570442D261543329
Octal23763127010455465246351
Binary10011111110011101011101000100101101100110101010100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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