#93205E

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

Shades of Lipstick #93205E

Tints of Lipstick #93205E

Color information

#93205E (or 0x93205E) is unknown color: approx Lipstick. HEX triplet: 93, 20 and 5E. RGB value is (147,32,94). Sum of RGB (Red+Green+Blue) = 147+32+94=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93205E is #6CDFA1. Grayscale: #494949. Windows color (decimal): -7135138 or 6168723. OLE color: 6168723.

HSL color Cylindrical-coordinate representation of color #93205E: hue angle of 327.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #93205E is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1473294-
CMYK00.780.360.42
HSL327.65º64.25%35.1%-
HSV(B)327.65º78.23%57.65%-
XYZ14.578.0411.37-
YUV73.45139.6180.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.85%
GREEN value IS 32 (12.89% from 255) = 11.72%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=53.85%
G=11.72%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147329400.780.360.42327.6564.2535.1
Hex93205E04E242A1484023
Octal223401360116445251010043
Binary100100111000001011110010011101001001010101010010001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,32,94); }

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

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

 a { background-color: rgb(147,32,94); }

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

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

 span { border-color: rgb(147,32,94); }

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