#9F1344

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

Shades of Lipstick #9F1344

Tints of Lipstick #9F1344

Color information

#9F1344 (or 0x9F1344) is unknown color: approx Lipstick. HEX triplet: 9F, 13 and 44. RGB value is (159,19,68). Sum of RGB (Red+Green+Blue) = 159+19+68=246 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.63% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1344 is #60ECBB. Grayscale: #424242. Windows color (decimal): -6352060 or 4461471. OLE color: 4461471.

HSL color Cylindrical-coordinate representation of color #9F1344: hue angle of 339º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F1344 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB1591968-
CMYK00.880.570.38
HSL339º78.65%34.9%-
HSV(B)339º88.05%62.35%-
XYZ15.578.256.24-
YUV66.45128.88194.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 64.63%
GREEN value IS 19 (7.81% from 255) = 7.72%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=64.63%
G=7.72%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159196800.880.570.3833978.6534.9
Hex9F134405839261534f23
Octal237231040130714652311743
Binary10011111100111000100010110001110011001101010100111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,19,68); }

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

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

 a { background-color: rgb(159,19,68); }

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

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

 span { border-color: rgb(159,19,68); }

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