#973A5A

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

Shades of Lipstick #973A5A

Tints of Lipstick #973A5A

Color information

#973A5A (or 0x973A5A) is unknown color: approx Lipstick. HEX triplet: 97, 3A and 5A. RGB value is (151,58,90). Sum of RGB (Red+Green+Blue) = 151+58+90=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #973A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973A5A is #68C5A5. Grayscale: #595959. Windows color (decimal): -6866342 or 5913239. OLE color: 5913239.

HSL color Cylindrical-coordinate representation of color #973A5A: hue angle of 339.35º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973A5A is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB1515890-
CMYK00.620.400.41
HSL339.35º44.5%40.98%-
HSV(B)339.35º61.59%59.22%-
XYZ16.1210.3410.82-
YUV89.46128.31171.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 58 (23.05% from 255) = 19.40%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=50.50%
G=19.40%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151589000.620.400.41339.3544.540.98
Hex973A5A03E28291532c29
Octal2277213207650515235451
Binary1001011111101010110100111110101000101001101010011101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973A5A; }

 p { color: rgb(151,58,90); }

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

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

 a { background-color: rgb(151,58,90); }

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

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

 span { border-color: rgb(151,58,90); }

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