#94385E

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

Shades of Lipstick #94385E

Tints of Lipstick #94385E

Color information

#94385E (or 0x94385E) is unknown color: approx Lipstick. HEX triplet: 94, 38 and 5E. RGB value is (148,56,94). Sum of RGB (Red+Green+Blue) = 148+56+94=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #94385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94385E is #6BC7A1. Grayscale: #575757. Windows color (decimal): -7063458 or 6174868. OLE color: 6174868.

HSL color Cylindrical-coordinate representation of color #94385E: hue angle of 335.22º 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 #94385E is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1485694-
CMYK00.620.360.42
HSL335.22º45.1%40%-
HSV(B)335.22º62.16%58.04%-
XYZ15.659.9311.68-
YUV87.84131.48170.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=49.66%
G=18.79%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148569400.620.360.42335.2245.140
Hex94385E03E242A14f2d28
Octal2247013607644525175550
Binary1001010011100010111100111110100100101010101001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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