#9F184D

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

Shades of Lipstick #9F184D

Tints of Lipstick #9F184D

Color information

#9F184D (or 0x9F184D) is unknown color: approx Lipstick. HEX triplet: 9F, 18 and 4D. RGB value is (159,24,77). Sum of RGB (Red+Green+Blue) = 159+24+77=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F184D is #60E7B2. Grayscale: #464646. Windows color (decimal): -6350771 or 5052575. OLE color: 5052575.

HSL color Cylindrical-coordinate representation of color #9F184D: hue angle of 336.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F184D is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB1592477-
CMYK00.850.520.38
HSL336.44º73.77%35.88%-
HSV(B)336.44º84.91%62.35%-
XYZ15.968.567.83-
YUV70.41131.73191.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.15%
GREEN value IS 24 (9.77% from 255) = 9.23%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=61.15%
G=9.23%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159247700.850.520.38336.4473.7735.88
Hex9F184D05534261504a24
Octal237301150125644652011244
Binary10011111110001001101010101011101001001101010100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,24,77); }

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

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

 a { background-color: rgb(159,24,77); }

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

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

 span { border-color: rgb(159,24,77); }

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