#972F53

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

Shades of Lipstick #972F53

Tints of Lipstick #972F53

Color information

#972F53 (or 0x972F53) is unknown color: approx Lipstick. HEX triplet: 97, 2F and 53. RGB value is (151,47,83). Sum of RGB (Red+Green+Blue) = 151+47+83=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #972F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972F53 is #68D0AC. Grayscale: #525252. Windows color (decimal): -6869165 or 5451671. OLE color: 5451671.

HSL color Cylindrical-coordinate representation of color #972F53: hue angle of 339.23º 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 #972F53 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1514783-
CMYK00.690.450.41
HSL339.23º52.53%38.82%-
HSV(B)339.23º68.87%59.22%-
XYZ15.349.249.16-
YUV82.2128.46177.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.74%
GREEN value IS 47 (18.75% from 255) = 16.73%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=53.74%
G=16.73%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151478300.690.450.41339.2352.5338.82
Hex972F530452D291533527
Octal22757123010555515236547
Binary10010111101111101001101000101101101101001101010011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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