#93315B

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

Shades of Lipstick #93315B

Tints of Lipstick #93315B

Color information

#93315B (or 0x93315B) is unknown color: approx Lipstick. HEX triplet: 93, 31 and 5B. RGB value is (147,49,91). Sum of RGB (Red+Green+Blue) = 147+49+91=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #93315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93315B is #6CCEA4. Grayscale: #535353. Windows color (decimal): -7130789 or 5976467. OLE color: 5976467.

HSL color Cylindrical-coordinate representation of color #93315B: hue angle of 334.29º degrees, saturation: 0.5, 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 #93315B is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1474991-
CMYK00.670.380.42
HSL334.29º50%38.43%-
HSV(B)334.29º66.67%57.65%-
XYZ15.029.1610.87-
YUV83.09132.47173.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.22%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=51.22%
G=17.07%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147499100.670.380.42334.295038.43
Hex93315B043262A14e3226
Octal22361133010346525166246
Binary10010011110001101101101000011100110101010101001110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93315B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93315B; }

 p { color: rgb(147,49,91); }

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

<style>
 a { background-color: #93315B; }

 a { background-color: rgb(147,49,91); }

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

<style>
 span { border-color: #93315B; }

 span { border-color: rgb(147,49,91); }

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