#942047

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

Shades of Lipstick #942047

Tints of Lipstick #942047

Color information

#942047 (or 0x942047) is unknown color: approx Lipstick. HEX triplet: 94, 20 and 47. RGB value is (148,32,71). Sum of RGB (Red+Green+Blue) = 148+32+71=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #942047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942047 is #6BDFB8. Grayscale: #474747. Windows color (decimal): -7069625 or 4661396. OLE color: 4661396.

HSL color Cylindrical-coordinate representation of color #942047: hue angle of 339.83º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942047 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1483271-
CMYK00.780.520.42
HSL339.83º64.44%35.29%-
HSV(B)339.83º78.38%58.04%-
XYZ13.877.786.73-
YUV71.13127.93182.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.96%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=58.96%
G=12.75%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148327100.780.520.42339.8364.4435.29
Hex94204704E342A1544023
Octal224401070116645252410043
Binary100101001000001000111010011101101001010101010101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942047; }

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

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

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

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

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

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

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

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