#942F4E

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

Shades of Lipstick #942F4E

Tints of Lipstick #942F4E

Color information

#942F4E (or 0x942F4E) is unknown color: approx Lipstick. HEX triplet: 94, 2F and 4E. RGB value is (148,47,78). Sum of RGB (Red+Green+Blue) = 148+47+78=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #942F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942F4E is #6BD0B1. Grayscale: #505050. Windows color (decimal): -7065778 or 5123988. OLE color: 5123988.

HSL color Cylindrical-coordinate representation of color #942F4E: hue angle of 341.58º 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 #942F4E is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1484778-
CMYK00.680.470.42
HSL341.58º51.79%38.24%-
HSV(B)341.58º68.24%58.04%-
XYZ14.68.888.15-
YUV80.73126.46175.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=54.21%
G=17.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148477800.680.470.42341.5851.7938.24
Hex942F4E0442F2A1563426
Octal22457116010457525266446
Binary10010100101111100111001000100101111101010101010110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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