#972A53

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

Shades of Lipstick #972A53

Tints of Lipstick #972A53

Color information

#972A53 (or 0x972A53) is unknown color: approx Lipstick. HEX triplet: 97, 2A and 53. RGB value is (151,42,83). Sum of RGB (Red+Green+Blue) = 151+42+83=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #972A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972A53 is #68D5AC. Grayscale: #4F4F4F. Windows color (decimal): -6870445 or 5450391. OLE color: 5450391.

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

Color convert

RGB1514283-
CMYK00.720.450.41
HSL337.43º56.48%37.84%-
HSV(B)337.43º72.19%59.22%-
XYZ15.158.869.1-
YUV79.26130.11179.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 54.71%
GREEN value IS 42 (16.80% from 255) = 15.22%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=54.71%
G=15.22%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151428300.720.450.41337.4356.4837.84
Hex972A530482D291513826
Octal22752123011055515217046
Binary10010111101010101001101001000101101101001101010001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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