#9F1E5B

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

Shades of Lipstick #9F1E5B

Tints of Lipstick #9F1E5B

Color information

#9F1E5B (or 0x9F1E5B) is unknown color: approx Lipstick. HEX triplet: 9F, 1E and 5B. RGB value is (159,30,91). Sum of RGB (Red+Green+Blue) = 159+30+91=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1E5B is #60E1A4. Grayscale: #4B4B4B. Windows color (decimal): -6349221 or 5971615. OLE color: 5971615.

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

Color convert

RGB1593091-
CMYK00.810.430.38
HSL331.63º68.25%37.06%-
HSV(B)331.63º81.13%62.35%-
XYZ16.659.0510.77-
YUV75.52136.74187.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.79%
GREEN value IS 30 (12.11% from 255) = 10.71%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=56.79%
G=10.71%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159309100.810.430.38331.6368.2537.06
Hex9F1E5B0512B2614c4425
Octal237361330121534651410445
Binary10011111111101011011010100011010111001101010011001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,30,91); }

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

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

 a { background-color: rgb(159,30,91); }

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

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

 span { border-color: rgb(159,30,91); }

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