#942B47

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

Shades of Lipstick #942B47

Tints of Lipstick #942B47

Color information

#942B47 (or 0x942B47) is unknown color: approx Lipstick. HEX triplet: 94, 2B and 47. RGB value is (148,43,71). Sum of RGB (Red+Green+Blue) = 148+43+71=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #942B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B47 is #6BD4B8. Grayscale: #4D4D4D. Windows color (decimal): -7066809 or 4664212. OLE color: 4664212.

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

Color convert

RGB1484371-
CMYK00.710.520.42
HSL344º54.97%37.45%-
HSV(B)344º70.95%58.04%-
XYZ14.218.486.85-
YUV77.59124.29178.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.49%
GREEN value IS 43 (17.19% from 255) = 16.41%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=56.49%
G=16.41%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148437100.710.520.4234454.9737.45
Hex942B47047342A1583725
Octal22453107010764525306745
Binary10010100101011100011101000111110100101010101011000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,43,71); }

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

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

 a { background-color: rgb(148,43,71); }

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

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

 span { border-color: rgb(148,43,71); }

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