#9F103D

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

Shades of Lipstick #9F103D

Tints of Lipstick #9F103D

Color information

#9F103D (or 0x9F103D) is unknown color: approx Lipstick. HEX triplet: 9F, 10 and 3D. RGB value is (159,16,61). Sum of RGB (Red+Green+Blue) = 159+16+61=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F103D is #60EFC2. Grayscale: #3F3F3F. Windows color (decimal): -6352835 or 4001951. OLE color: 4001951.

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

Color convert

RGB1591661-
CMYK00.900.620.38
HSL341.12º81.71%34.31%-
HSV(B)341.12º89.94%62.35%-
XYZ15.338.085.17-
YUV63.89126.38195.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 67.37%
GREEN value IS 16 (6.64% from 255) = 6.78%
BLUE value IS 61 (24.22% from 255) = 25.85%
R=67.37%
G=6.78%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159166100.900.620.38341.1281.7134.31
Hex9F103D05A3E261555222
Octal23720750132764652512242
Binary1001111110000111101010110101111101001101010101011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,16,61); }

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

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

 a { background-color: rgb(159,16,61); }

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

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

 span { border-color: rgb(159,16,61); }

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