#972F51

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

Shades of Lipstick #972F51

Tints of Lipstick #972F51

Color information

#972F51 (or 0x972F51) is unknown color: approx Lipstick. HEX triplet: 97, 2F and 51. RGB value is (151,47,81). Sum of RGB (Red+Green+Blue) = 151+47+81=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #972F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972F51 is #68D0AE. Grayscale: #515151. Windows color (decimal): -6869167 or 5320599. OLE color: 5320599.

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

Color convert

RGB1514781-
CMYK00.690.460.41
HSL340.38º52.53%38.82%-
HSV(B)340.38º68.87%59.22%-
XYZ15.269.218.76-
YUV81.97127.46177.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.12%
GREEN value IS 47 (18.75% from 255) = 16.85%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=54.12%
G=16.85%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151478100.690.460.41340.3852.5338.82
Hex972F510452E291543527
Octal22757121010556515246547
Binary10010111101111101000101000101101110101001101010100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,47,81); }

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

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

 a { background-color: rgb(151,47,81); }

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

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

 span { border-color: rgb(151,47,81); }

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