#942E4F

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

Shades of Lipstick #942E4F

Tints of Lipstick #942E4F

Color information

#942E4F (or 0x942E4F) is unknown color: approx Lipstick. HEX triplet: 94, 2E and 4F. RGB value is (148,46,79). Sum of RGB (Red+Green+Blue) = 148+46+79=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #942E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942E4F is #6BD1B0. Grayscale: #505050. Windows color (decimal): -7066033 or 5189268. OLE color: 5189268.

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

Color convert

RGB1484679-
CMYK00.690.470.42
HSL340.59º52.58%38.04%-
HSV(B)340.59º68.92%58.04%-
XYZ14.68.818.33-
YUV80.26127.29176.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=54.21%
G=16.85%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148467900.690.470.42340.5952.5838.04
Hex942E4F0452F2A1553526
Octal22456117010557525256546
Binary10010100101110100111101000101101111101010101010101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,46,79); }

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

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

 a { background-color: rgb(148,46,79); }

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

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

 span { border-color: rgb(148,46,79); }

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