#973146

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

Shades of Lipstick #973146

Tints of Lipstick #973146

Color information

#973146 (or 0x973146) is unknown color: approx Lipstick. HEX triplet: 97, 31 and 46. RGB value is (151,49,70). Sum of RGB (Red+Green+Blue) = 151+49+70=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #973146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973146 is #68CEB9. Grayscale: #515151. Windows color (decimal): -6868666 or 4600215. OLE color: 4600215.

HSL color Cylindrical-coordinate representation of color #973146: hue angle of 347.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #973146 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB1514970-
CMYK00.680.540.41
HSL347.65º51%39.22%-
HSV(B)347.65º67.55%59.22%-
XYZ14.979.226.78-
YUV81.89121.29177.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.93%
GREEN value IS 49 (19.53% from 255) = 18.15%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=55.93%
G=18.15%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151497000.680.540.41347.655139.22
Hex973146044362915c3327
Octal22761106010466515346347
Binary10010111110001100011001000100110110101001101011100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973146; }

 p { color: rgb(151,49,70); }

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

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

 a { background-color: rgb(151,49,70); }

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

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

 span { border-color: rgb(151,49,70); }

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