#94385D

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

Shades of Lipstick #94385D

Tints of Lipstick #94385D

Color information

#94385D (or 0x94385D) is unknown color: approx Lipstick. HEX triplet: 94, 38 and 5D. RGB value is (148,56,93). Sum of RGB (Red+Green+Blue) = 148+56+93=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94385D is #6BC7A2. Grayscale: #575757. Windows color (decimal): -7063459 or 6109332. OLE color: 6109332.

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

Color convert

RGB1485693-
CMYK00.620.370.42
HSL335.87º45.1%40%-
HSV(B)335.87º62.16%58.04%-
XYZ15.69.9111.45-
YUV87.73130.98170.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=49.83%
G=18.86%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148569300.620.370.42335.8745.140
Hex94385D03E252A1502d28
Octal2247013507645525205550
Binary1001010011100010111010111110100101101010101010000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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