#942F5A

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

Shades of Lipstick #942F5A

Tints of Lipstick #942F5A

Color information

#942F5A (or 0x942F5A) is unknown color: approx Lipstick. HEX triplet: 94, 2F and 5A. RGB value is (148,47,90). Sum of RGB (Red+Green+Blue) = 148+47+90=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #942F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942F5A is #6BD0A5. Grayscale: #525252. Windows color (decimal): -7065766 or 5910420. OLE color: 5910420.

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

Color convert

RGB1484790-
CMYK00.680.390.42
HSL334.46º51.79%38.24%-
HSV(B)334.46º68.24%58.04%-
XYZ15.079.0710.63-
YUV82.1132.46175-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.93%
GREEN value IS 47 (18.75% from 255) = 16.49%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=51.93%
G=16.49%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148479000.680.390.42334.4651.7938.24
Hex942F5A044272A14e3426
Octal22457132010447525166446
Binary10010100101111101101001000100100111101010101001110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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