#93375F

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

Shades of Lipstick #93375F

Tints of Lipstick #93375F

Color information

#93375F (or 0x93375F) is unknown color: approx Lipstick. HEX triplet: 93, 37 and 5F. RGB value is (147,55,95). Sum of RGB (Red+Green+Blue) = 147+55+95=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #93375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93375F is #6CC8A0. Grayscale: #575757. Windows color (decimal): -7129249 or 6240147. OLE color: 6240147.

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

Color convert

RGB1475595-
CMYK00.630.350.42
HSL333.91º45.54%39.61%-
HSV(B)333.91º62.59%57.65%-
XYZ15.469.7611.9-
YUV87.07132.48170.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=49.49%
G=18.52%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147559500.630.350.42333.9145.5439.61
Hex93375F03F232A14e2e28
Octal2236713707743525165650
Binary1001001111011110111110111111100011101010101001110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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