#971d46

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

Shades of Lipstick #971D46

Tints of Lipstick #971D46

Color information

#971D46 (or 0x971D46) is unknown color: approx Lipstick. HEX triplet: 97, 1D and 46. RGB value is (151,29,70). Sum of RGB (Red+Green+Blue) = 151+29+70=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #971D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971D46 is #68E2B9. Grayscale: #464646. Windows color (decimal): -6873786 or 4595095. OLE color: 4595095.

HSL color Cylindrical-coordinate representation of color #971D46: hue angle of 339.84º 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 #971D46 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB1512970-
CMYK00.810.540.41
HSL339.84º67.78%35.29%-
HSV(B)339.84º80.79%59.22%-
XYZ14.317.96.57-
YUV70.15127.92185.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.4%
GREEN value IS 29 (11.72% from 255) = 11.6%
BLUE value IS 70 (27.73% from 255) = 28%
R=60.4%
G=11.6%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151297000.810.540.41339.8467.7835.29
Hex971D4605136291544423
Octal227351060121665152410443
Binary10010111111011000110010100011101101010011010101001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971d46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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