#94295D

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

Shades of Lipstick #94295D

Tints of Lipstick #94295D

Color information

#94295D (or 0x94295D) is unknown color: approx Lipstick. HEX triplet: 94, 29 and 5D. RGB value is (148,41,93). Sum of RGB (Red+Green+Blue) = 148+41+93=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94295D is #6BD6A2. Grayscale: #4E4E4E. Windows color (decimal): -7067299 or 6105492. OLE color: 6105492.

HSL color Cylindrical-coordinate representation of color #94295D: hue angle of 330.84º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94295D is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1484193-
CMYK00.720.370.42
HSL330.84º56.61%37.06%-
HSV(B)330.84º72.3%58.04%-
XYZ14.988.6711.24-
YUV78.92135.95177.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.48%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=52.48%
G=14.54%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148419300.720.370.42330.8456.6137.06
Hex94295D048252A14b3925
Octal22451135011045525137145
Binary10010100101001101110101001000100101101010101001011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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