#93295C

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

Shades of Lipstick #93295C

Tints of Lipstick #93295C

Color information

#93295C (or 0x93295C) is unknown color: approx Lipstick. HEX triplet: 93, 29 and 5C. RGB value is (147,41,92). Sum of RGB (Red+Green+Blue) = 147+41+92=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93295C is #6CD6A3. Grayscale: #4E4E4E. Windows color (decimal): -7132836 or 6039955. OLE color: 6039955.

HSL color Cylindrical-coordinate representation of color #93295C: hue angle of 331.13º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #93295C is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB1474192-
CMYK00.720.370.42
HSL331.13º56.38%36.86%-
HSV(B)331.13º72.11%57.65%-
XYZ14.768.5611-
YUV78.51135.62176.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.5%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=52.5%
G=14.64%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147419200.720.370.42331.1356.3836.86
Hex93295C048252A14b3825
Octal22351134011045525137045
Binary10010011101001101110001001000100101101010101001011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,41,92); }

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

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

 a { background-color: rgb(147,41,92); }

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

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

 span { border-color: rgb(147,41,92); }

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