#943B5A

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

Shades of Lipstick #943B5A

Tints of Lipstick #943B5A

Color information

#943B5A (or 0x943B5A) is unknown color: approx Lipstick. HEX triplet: 94, 3B and 5A. RGB value is (148,59,90). Sum of RGB (Red+Green+Blue) = 148+59+90=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #943B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943B5A is #6BC4A5. Grayscale: #595959. Windows color (decimal): -7062694 or 5913492. OLE color: 5913492.

HSL color Cylindrical-coordinate representation of color #943B5A: hue angle of 339.1º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #943B5A is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1485990-
CMYK00.600.390.42
HSL339.1º43%40.59%-
HSV(B)339.1º60.14%58.04%-
XYZ15.6210.1610.81-
YUV89.14128.49169.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 90 (35.55% from 255) = 30.30%
R=49.83%
G=19.87%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148599000.600.390.42339.14340.59
Hex943B5A03C272A1532b29
Octal2247313207447525235351
Binary1001010011101110110100111100100111101010101010011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943B5A; }

 p { color: rgb(148,59,90); }

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

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

 a { background-color: rgb(148,59,90); }

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

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

 span { border-color: rgb(148,59,90); }

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