#9F194B

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

Shades of Lipstick #9F194B

Tints of Lipstick #9F194B

Color information

#9F194B (or 0x9F194B) is unknown color: approx Lipstick. HEX triplet: 9F, 19 and 4B. RGB value is (159,25,75). Sum of RGB (Red+Green+Blue) = 159+25+75=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F194B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F194B is #60E6B4. Grayscale: #464646. Windows color (decimal): -6350517 or 4921759. OLE color: 4921759.

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

Color convert

RGB1592575-
CMYK00.840.530.38
HSL337.61º72.83%36.08%-
HSV(B)337.61º84.28%62.35%-
XYZ15.928.577.47-
YUV70.77130.39190.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.39%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=61.39%
G=9.65%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159257500.840.530.38337.6172.8336.08
Hex9F194B05435261524924
Octal237311130124654652211144
Binary10011111110011001011010101001101011001101010100101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,25,75); }

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

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

 a { background-color: rgb(159,25,75); }

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

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

 span { border-color: rgb(159,25,75); }

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