#94324c

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

Shades of Lipstick #94324C

Tints of Lipstick #94324C

Color information

#94324C (or 0x94324C) is unknown color: approx Lipstick. HEX triplet: 94, 32 and 4C. RGB value is (148,50,76). Sum of RGB (Red+Green+Blue) = 148+50+76=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94324C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94324C is #6BCDB3. Grayscale: #525252. Windows color (decimal): -7065012 or 4993684. OLE color: 4993684.

HSL color Cylindrical-coordinate representation of color #94324C: hue angle of 344.08º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94324C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1485076-
CMYK00.660.490.42
HSL344.08º49.49%38.82%-
HSV(B)344.08º66.22%58.04%-
XYZ14.669.17.82-
YUV82.27124.47174.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.01%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=54.01%
G=18.25%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148507600.660.490.42344.0849.4938.82
Hex94324C042312A1583127
Octal22462114010261525306147
Binary10010100110010100110001000010110001101010101011000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94324c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94324c; }

 p { color: rgb(148,50,76); }

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

<style>
 a { background-color: #94324c; }

 a { background-color: rgb(148,50,76); }

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

<style>
 span { border-color: #94324c; }

 span { border-color: rgb(148,50,76); }

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