#94365C

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

Shades of Lipstick #94365C

Tints of Lipstick #94365C

Color information

#94365C (or 0x94365C) is unknown color: approx Lipstick. HEX triplet: 94, 36 and 5C. RGB value is (148,54,92). Sum of RGB (Red+Green+Blue) = 148+54+92=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #94365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94365C is #6BC9A3. Grayscale: #565656. Windows color (decimal): -7063972 or 6043284. OLE color: 6043284.

HSL color Cylindrical-coordinate representation of color #94365C: hue angle of 335.74º 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 #94365C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1485492-
CMYK00.640.380.42
HSL335.74º46.53%39.61%-
HSV(B)335.74º63.51%58.04%-
XYZ15.469.7111.18-
YUV86.44131.14171.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.34%
GREEN value IS 54 (21.48% from 255) = 18.37%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=50.34%
G=18.37%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148549200.640.380.42335.7446.5339.61
Hex94365C040262A1502f28
Octal22466134010046525205750
Binary10010100110110101110001000000100110101010101010000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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