#94365D

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

Shades of Lipstick #94365D

Tints of Lipstick #94365D

Color information

#94365D (or 0x94365D) is unknown color: approx Lipstick. HEX triplet: 94, 36 and 5D. RGB value is (148,54,93). Sum of RGB (Red+Green+Blue) = 148+54+93=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94365D is #6BC9A2. Grayscale: #565656. Windows color (decimal): -7063971 or 6108820. OLE color: 6108820.

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

Color convert

RGB1485493-
CMYK00.640.370.42
HSL335.11º46.53%39.61%-
HSV(B)335.11º63.51%58.04%-
XYZ15.519.7211.42-
YUV86.55131.64171.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.17%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=50.17%
G=18.31%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148549300.640.370.42335.1146.5339.61
Hex94365D040252A14f2f28
Octal22466135010045525175750
Binary10010100110110101110101000000100101101010101001111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94365D; }

 p { color: rgb(148,54,93); }

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

<style>
 a { background-color: #94365D; }

 a { background-color: rgb(148,54,93); }

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

<style>
 span { border-color: #94365D; }

 span { border-color: rgb(148,54,93); }

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