#93255D

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

Shades of Lipstick #93255D

Tints of Lipstick #93255D

Color information

#93255D (or 0x93255D) is unknown color: approx Lipstick. HEX triplet: 93, 25 and 5D. RGB value is (147,37,93). Sum of RGB (Red+Green+Blue) = 147+37+93=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93255D is #6CDAA2. Grayscale: #4C4C4C. Windows color (decimal): -7133859 or 6104467. OLE color: 6104467.

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

Color convert

RGB1473793-
CMYK00.750.370.42
HSL329.45º59.78%36.08%-
HSV(B)329.45º74.83%57.65%-
XYZ14.678.3211.19-
YUV76.27137.44178.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.07%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=53.07%
G=13.36%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147379300.750.370.42329.4559.7836.08
Hex93255D04B252A1493c24
Octal22345135011345525117444
Binary10010011100101101110101001011100101101010101001001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93255D; }

 p { color: rgb(147,37,93); }

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

<style>
 a { background-color: #93255D; }

 a { background-color: rgb(147,37,93); }

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

<style>
 span { border-color: #93255D; }

 span { border-color: rgb(147,37,93); }

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