#9A3149

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

Shades of Lipstick #9A3149

Tints of Lipstick #9A3149

Color information

#9A3149 (or 0x9A3149) is unknown color: approx Lipstick. HEX triplet: 9A, 31 and 49. RGB value is (154,49,73). Sum of RGB (Red+Green+Blue) = 154+49+73=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3149 is #65CEB6. Grayscale: #535353. Windows color (decimal): -6672055 or 4796826. OLE color: 4796826.

HSL color Cylindrical-coordinate representation of color #9A3149: hue angle of 346.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3149 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1544973-
CMYK00.680.530.40
HSL346.29º51.72%39.8%-
HSV(B)346.29º68.18%60.39%-
XYZ15.639.557.32-
YUV83.13122.29178.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.80%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=55.80%
G=17.75%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154497300.680.530.40346.2951.7239.8
Hex9A3149044352815a3428
Octal23261111010465505326450
Binary10011010110001100100101000100110101101000101011010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,49,73); }

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

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

 a { background-color: rgb(154,49,73); }

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

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

 span { border-color: rgb(154,49,73); }

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