#943364

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

Shades of Lipstick #943364

Tints of Lipstick #943364

Color information

#943364 (or 0x943364) is unknown color: approx Lipstick. HEX triplet: 94, 33 and 64. RGB value is (148,51,100). Sum of RGB (Red+Green+Blue) = 148+51+100=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #943364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943364 is #6BCC9B. Grayscale: #555555. Windows color (decimal): -7064732 or 6566804. OLE color: 6566804.

HSL color Cylindrical-coordinate representation of color #943364: hue angle of 329.69º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943364 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14851100-
CMYK00.660.320.42
HSL329.69º48.74%39.02%-
HSV(B)329.69º65.54%58.04%-
XYZ15.79.5813.08-
YUV85.59136.14172.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 100 (39.45% from 255) = 33.44%
R=49.50%
G=17.06%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485110000.660.320.42329.6948.7439.02
Hex943364042202A14a3127
Octal22463144010240525126147
Binary10010100110011110010001000010100000101010101001010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943364; }

 p { color: rgb(148,51,100); }

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

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

 a { background-color: rgb(148,51,100); }

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

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

 span { border-color: rgb(148,51,100); }

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