#942c5b

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

Shades of Lipstick #942C5B

Tints of Lipstick #942C5B

Color information

#942C5B (or 0x942C5B) is unknown color: approx Lipstick. HEX triplet: 94, 2C and 5B. RGB value is (148,44,91). Sum of RGB (Red+Green+Blue) = 148+44+91=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #942C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942C5B is #6BD3A4. Grayscale: #505050. Windows color (decimal): -7066533 or 5975188. OLE color: 5975188.

HSL color Cylindrical-coordinate representation of color #942C5B: hue angle of 332.88º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942C5B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1484491-
CMYK00.700.390.42
HSL332.88º54.17%37.65%-
HSV(B)332.88º70.27%58.04%-
XYZ158.8510.82-
YUV80.45133.96176.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=52.30%
G=15.55%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148449100.700.390.42332.8854.1737.65
Hex942C5B046272A14d3626
Octal22454133010647525156646
Binary10010100101100101101101000110100111101010101001101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942c5b; }

 p { color: rgb(148,44,91); }

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

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

 a { background-color: rgb(148,44,91); }

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

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

 span { border-color: rgb(148,44,91); }

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