#9F3057

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

Shades of Lipstick #9F3057

Tints of Lipstick #9F3057

Color information

#9F3057 (or 0x9F3057) is unknown color: approx Lipstick. HEX triplet: 9F, 30 and 57. RGB value is (159,48,87). Sum of RGB (Red+Green+Blue) = 159+48+87=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3057 is #60CFA8. Grayscale: #555555. Windows color (decimal): -6344617 or 5714079. OLE color: 5714079.

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

Color convert

RGB1594887-
CMYK00.700.450.38
HSL338.92º53.62%40.59%-
HSV(B)338.92º69.81%62.35%-
XYZ17.0810.1710.08-
YUV85.64128.77180.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.08%
GREEN value IS 48 (19.14% from 255) = 16.33%
BLUE value IS 87 (34.38% from 255) = 29.59%
R=54.08%
G=16.33%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159488700.700.450.38338.9253.6240.59
Hex9F30570462D261533629
Octal23760127010655465236651
Binary10011111110000101011101000110101101100110101010011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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