#943149

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

Shades of Lipstick #943149

Tints of Lipstick #943149

Color information

#943149 (or 0x943149) is unknown color: approx Lipstick. HEX triplet: 94, 31 and 49. RGB value is (148,49,73). Sum of RGB (Red+Green+Blue) = 148+49+73=270 (35% of max value = 765). Red value is 148 (58.20% from 255 or 54.81% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 148 - color contains mainly: red. Hex color #943149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943149 is #6BCEB6. Grayscale: #515151. Windows color (decimal): -7065271 or 4796820. OLE color: 4796820.

HSL color Cylindrical-coordinate representation of color #943149: hue angle of 345.45º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #943149 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1484973-
CMYK00.670.510.42
HSL345.45º50.25%38.63%-
HSV(B)345.45º66.89%58.04%-
XYZ14.518.977.27-
YUV81.34123.3175.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.81%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=54.81%
G=18.15%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148497300.670.510.42345.4550.2538.63
Hex943149043332A1593227
Octal22461111010363525316247
Binary10010100110001100100101000011110011101010101011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943149; }

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

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

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

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

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

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

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

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