#94295E

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

Shades of Lipstick #94295E

Tints of Lipstick #94295E

Color information

#94295E (or 0x94295E) is unknown color: approx Lipstick. HEX triplet: 94, 29 and 5E. RGB value is (148,41,94). Sum of RGB (Red+Green+Blue) = 148+41+94=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #94295E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94295E is #6BD6A1. Grayscale: #4E4E4E. Windows color (decimal): -7067298 or 6171028. OLE color: 6171028.

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

Color convert

RGB1484194-
CMYK00.720.360.42
HSL330.28º56.61%37.06%-
HSV(B)330.28º72.3%58.04%-
XYZ15.038.6911.48-
YUV79.04136.45177.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.30%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 94 (37.11% from 255) = 33.22%
R=52.30%
G=14.49%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148419400.720.360.42330.2856.6137.06
Hex94295E048242A14a3925
Octal22451136011044525127145
Binary10010100101001101111001001000100100101010101001010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94295E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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