#94336C

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

Shades of Lipstick #94336C

Tints of Lipstick #94336C

Color information

#94336C (or 0x94336C) is unknown color: approx Lipstick. HEX triplet: 94, 33 and 6C. RGB value is (148,51,108). Sum of RGB (Red+Green+Blue) = 148+51+108=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94336C is #6BCC93. Grayscale: #565656. Windows color (decimal): -7064724 or 7091092. OLE color: 7091092.

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

Color convert

RGB14851108-
CMYK00.660.270.42
HSL324.74º48.74%39.02%-
HSV(B)324.74º65.54%58.04%-
XYZ16.19.7515.22-
YUV86.5140.14171.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=48.21%
G=16.61%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485110800.660.270.42324.7448.7439.02
Hex94336C0421B2A1453127
Octal22463154010233525056147
Binary1001010011001111011000100001011011101010101000101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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