#973157

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

Shades of Lipstick #973157

Tints of Lipstick #973157

Color information

#973157 (or 0x973157) is unknown color: approx Lipstick. HEX triplet: 97, 31 and 57. RGB value is (151,49,87). Sum of RGB (Red+Green+Blue) = 151+49+87=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #973157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973157 is #68CEA8. Grayscale: #535353. Windows color (decimal): -6868649 or 5714327. OLE color: 5714327.

HSL color Cylindrical-coordinate representation of color #973157: hue angle of 337.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 #973157 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1514987-
CMYK00.680.420.41
HSL337.65º51%39.22%-
HSV(B)337.65º67.55%59.22%-
XYZ15.589.4610.02-
YUV83.83129.79175.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=52.61%
G=17.07%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151498700.680.420.41337.655139.22
Hex9731570442A291523327
Octal22761127010452515226347
Binary10010111110001101011101000100101010101001101010010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973157; }

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

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

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

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

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

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

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

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