#9F1D59

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

Shades of Lipstick #9F1D59

Tints of Lipstick #9F1D59

Color information

#9F1D59 (or 0x9F1D59) is unknown color: approx Lipstick. HEX triplet: 9F, 1D and 59. RGB value is (159,29,89). Sum of RGB (Red+Green+Blue) = 159+29+89=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D59 is #60E2A6. Grayscale: #4A4A4A. Windows color (decimal): -6349479 or 5840287. OLE color: 5840287.

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

Color convert

RGB1592989-
CMYK00.820.440.38
HSL332.31º69.15%36.86%-
HSV(B)332.31º81.76%62.35%-
XYZ16.548.9710.31-
YUV74.71136.07188.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.40%
GREEN value IS 29 (11.72% from 255) = 10.47%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=57.40%
G=10.47%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159298900.820.440.38332.3169.1536.86
Hex9F1D590522C2614c4525
Octal237351310122544651410545
Binary10011111111011011001010100101011001001101010011001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,29,89); }

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

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

 a { background-color: rgb(159,29,89); }

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

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

 span { border-color: rgb(159,29,89); }

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