#94395E

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

Shades of Lipstick #94395E

Tints of Lipstick #94395E

Color information

#94395E (or 0x94395E) is unknown color: approx Lipstick. HEX triplet: 94, 39 and 5E. RGB value is (148,57,94). Sum of RGB (Red+Green+Blue) = 148+57+94=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #94395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94395E is #6BC6A1. Grayscale: #585858. Windows color (decimal): -7063202 or 6175124. OLE color: 6175124.

HSL color Cylindrical-coordinate representation of color #94395E: hue angle of 335.6º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94395E is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1485794-
CMYK00.610.360.42
HSL335.6º44.39%40.2%-
HSV(B)335.6º61.49%58.04%-
XYZ15.710.0311.7-
YUV88.43131.15170.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=49.50%
G=19.06%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148579400.610.360.42335.644.3940.2
Hex94395E03D242A1502c28
Octal2247113607544525205450
Binary1001010011100110111100111101100100101010101010000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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