#93194C

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

Shades of Lipstick #93194C

Tints of Lipstick #93194C

Color information

#93194C (or 0x93194C) is unknown color: approx Lipstick. HEX triplet: 93, 19 and 4C. RGB value is (147,25,76). Sum of RGB (Red+Green+Blue) = 147+25+76=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #93194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93194C is #6CE6B3. Grayscale: #434343. Windows color (decimal): -7136948 or 4987283. OLE color: 4987283.

HSL color Cylindrical-coordinate representation of color #93194C: hue angle of 334.92º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #93194C is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1472576-
CMYK00.830.480.42
HSL334.92º70.93%33.73%-
HSV(B)334.92º82.99%57.65%-
XYZ13.687.427.55-
YUV67.29132.92184.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.27%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=59.27%
G=10.08%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147257600.830.480.42334.9270.9333.73
Hex93194C053302A14f4722
Octal223311140123605251710742
Binary10010011110011001100010100111100001010101010011111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93194C; }

 p { color: rgb(147,25,76); }

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

<style>
 a { background-color: #93194C; }

 a { background-color: rgb(147,25,76); }

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

<style>
 span { border-color: #93194C; }

 span { border-color: rgb(147,25,76); }

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