#9F2441

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

Shades of Lipstick #9F2441

Tints of Lipstick #9F2441

Color information

#9F2441 (or 0x9F2441) is unknown color: approx Lipstick. HEX triplet: 9F, 24 and 41. RGB value is (159,36,65). Sum of RGB (Red+Green+Blue) = 159+36+65=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2441 is #60DBBE. Grayscale: #4C4C4C. Windows color (decimal): -6347711 or 4269215. OLE color: 4269215.

HSL color Cylindrical-coordinate representation of color #9F2441: hue angle of 345.85º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2441 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB1593665-
CMYK00.770.590.38
HSL345.85º63.08%38.24%-
HSV(B)345.85º77.36%62.35%-
XYZ15.889.015.9-
YUV76.08121.75187.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.15%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 65 (25.78% from 255) = 25%
R=61.15%
G=13.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159366500.770.590.38345.8563.0838.24
Hex9F244104D3B2615a3f26
Octal23744101011573465327746
Binary10011111100100100000101001101111011100110101011010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,36,65); }

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

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

 a { background-color: rgb(159,36,65); }

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

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

 span { border-color: rgb(159,36,65); }

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