#93345F

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

Shades of Lipstick #93345F

Tints of Lipstick #93345F

Color information

#93345F (or 0x93345F) is unknown color: approx Lipstick. HEX triplet: 93, 34 and 5F. RGB value is (147,52,95). Sum of RGB (Red+Green+Blue) = 147+52+95=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93345F is #6CCBA0. Grayscale: #555555. Windows color (decimal): -7130017 or 6239379. OLE color: 6239379.

HSL color Cylindrical-coordinate representation of color #93345F: hue angle of 332.84º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93345F is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1475295-
CMYK00.650.350.42
HSL332.84º47.74%39.02%-
HSV(B)332.84º64.63%57.65%-
XYZ15.339.4911.85-
YUV85.31133.47172-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 95 (37.5% from 255) = 32.31%
R=50%
G=17.69%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147529500.650.350.42332.8447.7439.02
Hex93345F041232A14d3027
Octal22364137010143525156047
Binary10010011110100101111101000001100011101010101001101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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