#972B4A

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

Shades of Lipstick #972B4A

Tints of Lipstick #972B4A

Color information

#972B4A (or 0x972B4A) is unknown color: approx Lipstick. HEX triplet: 97, 2B and 4A. RGB value is (151,43,74). Sum of RGB (Red+Green+Blue) = 151+43+74=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #972B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972B4A is #68D4B5. Grayscale: #4E4E4E. Windows color (decimal): -6870198 or 4860823. OLE color: 4860823.

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

Color convert

RGB1514374-
CMYK00.720.510.41
HSL342.78º55.67%38.04%-
HSV(B)342.78º71.52%59.22%-
XYZ14.868.87.39-
YUV78.83125.28179.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 56.34%
GREEN value IS 43 (17.19% from 255) = 16.04%
BLUE value IS 74 (29.30% from 255) = 27.61%
R=56.34%
G=16.04%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151437400.720.510.41342.7855.6738.04
Hex972B4A04833291573826
Octal22753112011063515277046
Binary10010111101011100101001001000110011101001101010111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,43,74); }

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

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

 a { background-color: rgb(151,43,74); }

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

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

 span { border-color: rgb(151,43,74); }

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