#972e46

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

Shades of Lipstick #972E46

Tints of Lipstick #972E46

Color information

#972E46 (or 0x972E46) is unknown color: approx Lipstick. HEX triplet: 97, 2E and 46. RGB value is (151,46,70). Sum of RGB (Red+Green+Blue) = 151+46+70=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #972E46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972E46 is #68D1B9. Grayscale: #505050. Windows color (decimal): -6869434 or 4599447. OLE color: 4599447.

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

Color convert

RGB1514670-
CMYK00.700.540.41
HSL346.29º53.3%38.63%-
HSV(B)346.29º69.54%59.22%-
XYZ14.848.986.74-
YUV80.13122.29178.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.55%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 70 (27.73% from 255) = 26.22%
R=56.55%
G=17.23%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151467000.700.540.41346.2953.338.63
Hex972E46046362915a3527
Octal22756106010666515326547
Binary10010111101110100011001000110110110101001101011010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972e46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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