#94385C

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

Shades of Lipstick #94385C

Tints of Lipstick #94385C

Color information

#94385C (or 0x94385C) is unknown color: approx Lipstick. HEX triplet: 94, 38 and 5C. RGB value is (148,56,92). Sum of RGB (Red+Green+Blue) = 148+56+92=296 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 148 - color contains mainly: red. Hex color #94385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94385C is #6BC7A3. Grayscale: #575757. Windows color (decimal): -7063460 or 6043796. OLE color: 6043796.

HSL color Cylindrical-coordinate representation of color #94385C: hue angle of 336.52º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94385C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1485692-
CMYK00.620.380.42
HSL336.52º45.1%40%-
HSV(B)336.52º62.16%58.04%-
XYZ15.569.911.22-
YUV87.61130.48171.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=50%
G=18.92%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148569200.620.380.42336.5245.140
Hex94385C03E262A1512d28
Octal2247013407646525215550
Binary1001010011100010111000111110100110101010101010001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94385C; }

 p { color: rgb(148,56,92); }

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

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

 a { background-color: rgb(148,56,92); }

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

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

 span { border-color: rgb(148,56,92); }

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