#93355D

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

Shades of Lipstick #93355D

Tints of Lipstick #93355D

Color information

#93355D (or 0x93355D) is unknown color: approx Lipstick. HEX triplet: 93, 35 and 5D. RGB value is (147,53,93). Sum of RGB (Red+Green+Blue) = 147+53+93=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93355D is #6CCAA2. Grayscale: #555555. Windows color (decimal): -7129763 or 6108563. OLE color: 6108563.

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

Color convert

RGB1475393-
CMYK00.640.370.42
HSL334.47º47%39.22%-
HSV(B)334.47º63.95%57.65%-
XYZ15.289.5411.39-
YUV85.67132.14171.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.17%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 93 (36.72% from 255) = 31.74%
R=50.17%
G=18.09%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147539300.640.370.42334.474739.22
Hex93355D040252A14e2f27
Octal22365135010045525165747
Binary10010011110101101110101000000100101101010101001110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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