#93355F

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

Shades of Lipstick #93355F

Tints of Lipstick #93355F

Color information

#93355F (or 0x93355F) is unknown color: approx Lipstick. HEX triplet: 93, 35 and 5F. RGB value is (147,53,95). Sum of RGB (Red+Green+Blue) = 147+53+95=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93355F is #6CCAA0. Grayscale: #555555. Windows color (decimal): -7129761 or 6239635. OLE color: 6239635.

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

Color convert

RGB1475395-
CMYK00.640.350.42
HSL333.19º47%39.22%-
HSV(B)333.19º63.95%57.65%-
XYZ15.379.5811.86-
YUV85.89133.14171.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 95 (37.5% from 255) = 32.20%
R=49.83%
G=17.97%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147539500.640.350.42333.194739.22
Hex93355F040232A14d2f27
Octal22365137010043525155747
Binary10010011110101101111101000000100011101010101001101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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