#94375E

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

Shades of Lipstick #94375E

Tints of Lipstick #94375E

Color information

#94375E (or 0x94375E) is unknown color: approx Lipstick. HEX triplet: 94, 37 and 5E. RGB value is (148,55,94). Sum of RGB (Red+Green+Blue) = 148+55+94=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #94375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94375E is #6BC8A1. Grayscale: #575757. Windows color (decimal): -7063714 or 6174612. OLE color: 6174612.

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

Color convert

RGB1485594-
CMYK00.630.360.42
HSL334.84º45.81%39.8%-
HSV(B)334.84º62.84%58.04%-
XYZ15.69.8411.67-
YUV87.25131.81171.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=49.83%
G=18.52%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148559400.630.360.42334.8445.8139.8
Hex94375E03F242A14f2e28
Octal2246713607744525175650
Binary1001010011011110111100111111100100101010101001111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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