#971D5B

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

Shades of Lipstick #971D5B

Tints of Lipstick #971D5B

Color information

#971D5B (or 0x971D5B) is unknown color: approx Lipstick. HEX triplet: 97, 1D and 5B. RGB value is (151,29,91). Sum of RGB (Red+Green+Blue) = 151+29+91=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #971D5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971D5B is #68E2A4. Grayscale: #484848. Windows color (decimal): -6873765 or 5971351. OLE color: 5971351.

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

Color convert

RGB1512991-
CMYK00.810.400.41
HSL329.51º67.78%35.29%-
HSV(B)329.51º80.79%59.22%-
XYZ15.098.2110.69-
YUV72.55138.42183.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.72%
GREEN value IS 29 (11.72% from 255) = 10.70%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=55.72%
G=10.70%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151299100.810.400.41329.5167.7835.29
Hex971D5B051282914a4423
Octal227351330121505151210443
Binary10010111111011011011010100011010001010011010010101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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