#93265C

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

Shades of Lipstick #93265C

Tints of Lipstick #93265C

Color information

#93265C (or 0x93265C) is unknown color: approx Lipstick. HEX triplet: 93, 26 and 5C. RGB value is (147,38,92). Sum of RGB (Red+Green+Blue) = 147+38+92=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93265C is #6CD9A3. Grayscale: #4C4C4C. Windows color (decimal): -7133604 or 6039187. OLE color: 6039187.

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

Color convert

RGB1473892-
CMYK00.740.370.42
HSL330.28º58.92%36.27%-
HSV(B)330.28º74.15%57.65%-
XYZ14.668.3610.97-
YUV76.75136.61178.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.07%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=53.07%
G=13.72%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147389200.740.370.42330.2858.9236.27
Hex93265C04A252A14a3b24
Octal22346134011245525127344
Binary10010011100110101110001001010100101101010101001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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