#93334E

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

Shades of Lipstick #93334E

Tints of Lipstick #93334E

Color information

#93334E (or 0x93334E) is unknown color: approx Lipstick. HEX triplet: 93, 33 and 4E. RGB value is (147,51,78). Sum of RGB (Red+Green+Blue) = 147+51+78=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93334E is #6CCCB1. Grayscale: #525252. Windows color (decimal): -7130290 or 5125011. OLE color: 5125011.

HSL color Cylindrical-coordinate representation of color #93334E: hue angle of 343.12º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93334E is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1475178-
CMYK00.650.470.42
HSL343.12º48.48%38.82%-
HSV(B)343.12º65.31%57.65%-
XYZ14.599.128.2-
YUV82.78125.3173.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.26%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=53.26%
G=18.48%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147517800.650.470.42343.1248.4838.82
Hex93334E0412F2A1573027
Octal22363116010157525276047
Binary10010011110011100111001000001101111101010101010111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,51,78); }

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

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

 a { background-color: rgb(147,51,78); }

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

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

 span { border-color: rgb(147,51,78); }

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