#9F1B48

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

Shades of Lipstick #9F1B48

Tints of Lipstick #9F1B48

Color information

#9F1B48 (or 0x9F1B48) is unknown color: approx Lipstick. HEX triplet: 9F, 1B and 48. RGB value is (159,27,72). Sum of RGB (Red+Green+Blue) = 159+27+72=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B48 is #60E4B7. Grayscale: #474747. Windows color (decimal): -6350008 or 4725663. OLE color: 4725663.

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

Color convert

RGB1592772-
CMYK00.830.550.38
HSL339.55º70.97%36.47%-
HSV(B)339.55º83.02%62.35%-
XYZ15.868.626.96-
YUV71.6128.23190.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.63%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 72 (28.52% from 255) = 27.91%
R=61.63%
G=10.47%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159277200.830.550.38339.5570.9736.47
Hex9F1B4805337261544724
Octal237331100123674652410744
Binary10011111110111001000010100111101111001101010101001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,27,72); }

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

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

 a { background-color: rgb(159,27,72); }

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

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

 span { border-color: rgb(159,27,72); }

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