#9F3257

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

Shades of Lipstick #9F3257

Tints of Lipstick #9F3257

Color information

#9F3257 (or 0x9F3257) is unknown color: approx Lipstick. HEX triplet: 9F, 32 and 57. RGB value is (159,50,87). Sum of RGB (Red+Green+Blue) = 159+50+87=296 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.72% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3257 is #60CDA8. Grayscale: #565656. Windows color (decimal): -6344105 or 5714591. OLE color: 5714591.

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

Color convert

RGB1595087-
CMYK00.690.450.38
HSL339.63º52.15%40.98%-
HSV(B)339.63º68.55%62.35%-
XYZ17.1610.3410.11-
YUV86.81128.11179.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.72%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=53.72%
G=16.89%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159508700.690.450.38339.6352.1540.98
Hex9F32570452D261543429
Octal23762127010555465246451
Binary10011111110010101011101000101101101100110101010100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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