#94385B

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

Shades of Lipstick #94385B

Tints of Lipstick #94385B

Color information

#94385B (or 0x94385B) is unknown color: approx Lipstick. HEX triplet: 94, 38 and 5B. RGB value is (148,56,91). Sum of RGB (Red+Green+Blue) = 148+56+91=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94385B is #6BC7A4. Grayscale: #575757. Windows color (decimal): -7063461 or 5978260. OLE color: 5978260.

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

Color convert

RGB1485691-
CMYK00.620.390.42
HSL337.17º45.1%40%-
HSV(B)337.17º62.16%58.04%-
XYZ15.529.8810.99-
YUV87.5129.98171.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=50.17%
G=18.98%
B=30.85%

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
Decimal148569100.620.390.42337.1745.140
Hex94385B03E272A1512d28
Octal2247013307647525215550
Binary1001010011100010110110111110100111101010101010001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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