#971B50

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

Shades of Lipstick #971B50

Tints of Lipstick #971B50

Color information

#971B50 (or 0x971B50) is unknown color: approx Lipstick. HEX triplet: 97, 1B and 50. RGB value is (151,27,80). Sum of RGB (Red+Green+Blue) = 151+27+80=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #971B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B50 is #68E4AF. Grayscale: #464646. Windows color (decimal): -6874288 or 5249943. OLE color: 5249943.

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

Color convert

RGB1512780-
CMYK00.820.470.41
HSL334.35º69.66%34.9%-
HSV(B)334.35º82.12%59.22%-
XYZ14.67.948.35-
YUV70.12133.58185.69-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.53%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=58.53%
G=10.47%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151278000.820.470.41334.3569.6634.9
Hex971B500522F2914e4623
Octal227331200122575151610643
Binary10010111110111010000010100101011111010011010011101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,27,80); }

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

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

 a { background-color: rgb(151,27,80); }

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

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

 span { border-color: rgb(151,27,80); }

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