#9F204C

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

Shades of Lipstick #9F204C

Tints of Lipstick #9F204C

Color information

#9F204C (or 0x9F204C) is unknown color: approx Lipstick. HEX triplet: 9F, 20 and 4C. RGB value is (159,32,76). Sum of RGB (Red+Green+Blue) = 159+32+76=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F204C is #60DFB3. Grayscale: #4A4A4A. Windows color (decimal): -6348724 or 4989087. OLE color: 4989087.

HSL color Cylindrical-coordinate representation of color #9F204C: hue angle of 339.21º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F204C is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB1593276-
CMYK00.800.520.38
HSL339.21º66.49%37.45%-
HSV(B)339.21º79.87%62.35%-
XYZ16.128.937.71-
YUV74.99128.58187.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.55%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 76 (30.08% from 255) = 28.46%
R=59.55%
G=11.99%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159327600.800.520.38339.2166.4937.45
Hex9F204C05034261534225
Octal237401140120644652310245
Binary100111111000001001100010100001101001001101010100111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,32,76); }

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

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

 a { background-color: rgb(159,32,76); }

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

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

 span { border-color: rgb(159,32,76); }

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