#972A50

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

Shades of Lipstick #972A50

Tints of Lipstick #972A50

Color information

#972A50 (or 0x972A50) is unknown color: approx Lipstick. HEX triplet: 97, 2A and 50. RGB value is (151,42,80). Sum of RGB (Red+Green+Blue) = 151+42+80=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #972A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972A50 is #68D5AF. Grayscale: #4E4E4E. Windows color (decimal): -6870448 or 5253783. OLE color: 5253783.

HSL color Cylindrical-coordinate representation of color #972A50: hue angle of 339.08º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #972A50 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1514280-
CMYK00.720.470.41
HSL339.08º56.48%37.84%-
HSV(B)339.08º72.19%59.22%-
XYZ15.048.818.5-
YUV78.92128.61179.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.31%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 80 (31.64% from 255) = 29.30%
R=55.31%
G=15.38%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151428000.720.470.41339.0856.4837.84
Hex972A500482F291533826
Octal22752120011057515237046
Binary10010111101010101000001001000101111101001101010011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972A50; }

 p { color: rgb(151,42,80); }

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

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

 a { background-color: rgb(151,42,80); }

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

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

 span { border-color: rgb(151,42,80); }

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