#972A4F

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

Shades of Lipstick #972A4F

Tints of Lipstick #972A4F

Color information

#972A4F (or 0x972A4F) is unknown color: approx Lipstick. HEX triplet: 97, 2A and 4F. RGB value is (151,42,79). Sum of RGB (Red+Green+Blue) = 151+42+79=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #972A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972A4F is #68D5B0. Grayscale: #4E4E4E. Windows color (decimal): -6870449 or 5188247. OLE color: 5188247.

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

Color convert

RGB1514279-
CMYK00.720.480.41
HSL339.63º56.48%37.84%-
HSV(B)339.63º72.19%59.22%-
XYZ158.88.3-
YUV78.81128.11179.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 42 (16.80% from 255) = 15.44%
BLUE value IS 79 (31.25% from 255) = 29.04%
R=55.51%
G=15.44%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151427900.720.480.41339.6356.4837.84
Hex972A4F04830291543826
Octal22752117011060515247046
Binary10010111101010100111101001000110000101001101010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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