#93305D

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

Shades of Lipstick #93305D

Tints of Lipstick #93305D

Color information

#93305D (or 0x93305D) is unknown color: approx Lipstick. HEX triplet: 93, 30 and 5D. RGB value is (147,48,93). Sum of RGB (Red+Green+Blue) = 147+48+93=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93305D is #6CCFA2. Grayscale: #525252. Windows color (decimal): -7131043 or 6107283. OLE color: 6107283.

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

Color convert

RGB1474893-
CMYK00.670.370.42
HSL332.73º50.77%38.24%-
HSV(B)332.73º67.35%57.65%-
XYZ15.079.1111.32-
YUV82.73133.8173.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=51.04%
G=16.67%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147489300.670.370.42332.7350.7738.24
Hex93305D043252A14d3326
Octal22360135010345525156346
Binary10010011110000101110101000011100101101010101001101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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