#971D40

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

Shades of Lipstick #971D40

Tints of Lipstick #971D40

Color information

#971D40 (or 0x971D40) is unknown color: approx Lipstick. HEX triplet: 97, 1D and 40. RGB value is (151,29,64). Sum of RGB (Red+Green+Blue) = 151+29+64=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #971D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D40 is #68E2BF. Grayscale: #454545. Windows color (decimal): -6873792 or 4201879. OLE color: 4201879.

HSL color Cylindrical-coordinate representation of color #971D40: hue angle of 342.79º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971D40 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1512964-
CMYK00.810.580.41
HSL342.79º67.78%35.29%-
HSV(B)342.79º80.79%59.22%-
XYZ14.137.835.62-
YUV69.47124.92186.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.89%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 64 (25.39% from 255) = 26.23%
R=61.89%
G=11.89%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151296400.810.580.41342.7967.7835.29
Hex971D400513A291574423
Octal227351000121725152710443
Binary10010111111011000000010100011110101010011010101111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971D40; }

 p { color: rgb(151,29,64); }

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

<style>
 a { background-color: #971D40; }

 a { background-color: rgb(151,29,64); }

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

<style>
 span { border-color: #971D40; }

 span { border-color: rgb(151,29,64); }

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