#94385A

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

Shades of Lipstick #94385A

Tints of Lipstick #94385A

Color information

#94385A (or 0x94385A) is unknown color: approx Lipstick. HEX triplet: 94, 38 and 5A. RGB value is (148,56,90). Sum of RGB (Red+Green+Blue) = 148+56+90=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94385A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94385A is #6BC7A5. Grayscale: #575757. Windows color (decimal): -7063462 or 5912724. OLE color: 5912724.

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

Color convert

RGB1485690-
CMYK00.620.390.42
HSL337.83º45.1%40%-
HSV(B)337.83º62.16%58.04%-
XYZ15.479.8610.76-
YUV87.38129.48171.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=50.34%
G=19.05%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148569000.620.390.42337.8345.140
Hex94385A03E272A1522d28
Octal2247013207647525225550
Binary1001010011100010110100111110100111101010101010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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