#971A40

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

Shades of Lipstick #971A40

Tints of Lipstick #971A40

Color information

#971A40 (or 0x971A40) is unknown color: approx Lipstick. HEX triplet: 97, 1A and 40. RGB value is (151,26,64). Sum of RGB (Red+Green+Blue) = 151+26+64=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #971A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #971A40 is #68E5BF. Grayscale: #434343. Windows color (decimal): -6874560 or 4201111. OLE color: 4201111.

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

Color convert

RGB1512664-
CMYK00.830.580.41
HSL341.76º70.62%34.71%-
HSV(B)341.76º82.78%59.22%-
XYZ14.067.695.59-
YUV67.71125.91187.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.66%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=62.66%
G=10.79%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151266400.830.580.41341.7670.6234.71
Hex971A400533A291564723
Octal227321000123725152610743
Binary10010111110101000000010100111110101010011010101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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