#94324A

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

Shades of Lipstick #94324A

Tints of Lipstick #94324A

Color information

#94324A (or 0x94324A) is unknown color: approx Lipstick. HEX triplet: 94, 32 and 4A. RGB value is (148,50,74). Sum of RGB (Red+Green+Blue) = 148+50+74=272 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.41% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 148 - color contains mainly: red. Hex color #94324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94324A is #6BCDB5. Grayscale: #525252. Windows color (decimal): -7065014 or 4862612. OLE color: 4862612.

HSL color Cylindrical-coordinate representation of color #94324A: hue angle of 345.31º 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 #94324A is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1485074-
CMYK00.660.500.42
HSL345.31º49.49%38.82%-
HSV(B)345.31º66.22%58.04%-
XYZ14.599.077.46-
YUV82.04123.47175.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.41%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 74 (29.30% from 255) = 27.21%
R=54.41%
G=18.38%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148507400.660.500.42345.3149.4938.82
Hex94324A042322A1593127
Octal22462112010262525316147
Binary10010100110010100101001000010110010101010101011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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