#93315A

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

Shades of Lipstick #93315A

Tints of Lipstick #93315A

Color information

#93315A (or 0x93315A) is unknown color: approx Lipstick. HEX triplet: 93, 31 and 5A. RGB value is (147,49,90). Sum of RGB (Red+Green+Blue) = 147+49+90=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #93315A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93315A is #6CCEA5. Grayscale: #525252. Windows color (decimal): -7130790 or 5910931. OLE color: 5910931.

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

Color convert

RGB1474990-
CMYK00.670.390.42
HSL334.9º50%38.43%-
HSV(B)334.9º66.67%57.65%-
XYZ14.989.1410.65-
YUV82.98131.97173.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.40%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=51.40%
G=17.13%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147499000.670.390.42334.95038.43
Hex93315A043272A14f3226
Octal22361132010347525176246
Binary10010011110001101101001000011100111101010101001111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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