#972B43

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

Shades of Lipstick #972B43

Tints of Lipstick #972B43

Color information

#972B43 (or 0x972B43) is unknown color: approx Lipstick. HEX triplet: 97, 2B and 43. RGB value is (151,43,67). Sum of RGB (Red+Green+Blue) = 151+43+67=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #972B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #972B43 is #68D4BC. Grayscale: #4E4E4E. Windows color (decimal): -6870205 or 4402071. OLE color: 4402071.

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

Color convert

RGB1514367-
CMYK00.720.560.41
HSL346.67º55.67%38.04%-
HSV(B)346.67º71.52%59.22%-
XYZ14.648.716.22-
YUV78.03121.78180.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 57.85%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 67 (26.56% from 255) = 25.67%
R=57.85%
G=16.48%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151436700.720.560.41346.6755.6738.04
Hex972B43048382915b3826
Octal22753103011070515337046
Binary10010111101011100001101001000111000101001101011011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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