#94374F

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

Shades of Lipstick #94374F

Tints of Lipstick #94374F

Color information

#94374F (or 0x94374F) is unknown color: approx Lipstick. HEX triplet: 94, 37 and 4F. RGB value is (148,55,79). Sum of RGB (Red+Green+Blue) = 148+55+79=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94374F is #6BC8B0. Grayscale: #555555. Windows color (decimal): -7063729 or 5191572. OLE color: 5191572.

HSL color Cylindrical-coordinate representation of color #94374F: hue angle of 344.52º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94374F is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1485579-
CMYK00.630.470.42
HSL344.52º45.81%39.8%-
HSV(B)344.52º62.84%58.04%-
XYZ14.999.598.46-
YUV85.54124.31172.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.48%
GREEN value IS 55 (21.88% from 255) = 19.50%
BLUE value IS 79 (31.25% from 255) = 28.01%
R=52.48%
G=19.50%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148557900.630.470.42344.5245.8139.8
Hex94374F03F2F2A1592e28
Octal2246711707757525315650
Binary1001010011011110011110111111101111101010101011001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94374F; }

 p { color: rgb(148,55,79); }

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

<style>
 a { background-color: #94374F; }

 a { background-color: rgb(148,55,79); }

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

<style>
 span { border-color: #94374F; }

 span { border-color: rgb(148,55,79); }

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