#93265F

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

Shades of Lipstick #93265F

Tints of Lipstick #93265F

Color information

#93265F (or 0x93265F) is unknown color: approx Lipstick. HEX triplet: 93, 26 and 5F. RGB value is (147,38,95). Sum of RGB (Red+Green+Blue) = 147+38+95=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93265F is #6CD9A0. Grayscale: #4C4C4C. Windows color (decimal): -7133601 or 6235795. OLE color: 6235795.

HSL color Cylindrical-coordinate representation of color #93265F: hue angle of 328.62º 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 #93265F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1473895-
CMYK00.740.350.42
HSL328.62º58.92%36.27%-
HSV(B)328.62º74.15%57.65%-
XYZ14.798.4211.67-
YUV77.09138.11177.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.5%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=52.5%
G=13.57%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147389500.740.350.42328.6258.9236.27
Hex93265F04A232A1493b24
Octal22346137011243525117344
Binary10010011100110101111101001010100011101010101001001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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