#971A4E

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

Shades of Lipstick #971A4E

Tints of Lipstick #971A4E

Color information

#971A4E (or 0x971A4E) is unknown color: approx Lipstick. HEX triplet: 97, 1A and 4E. RGB value is (151,26,78). Sum of RGB (Red+Green+Blue) = 151+26+78=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #971A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971A4E is #68E5B1. Grayscale: #454545. Windows color (decimal): -6874546 or 5118615. OLE color: 5118615.

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

Color convert

RGB1512678-
CMYK00.830.480.41
HSL335.04º70.62%34.71%-
HSV(B)335.04º82.78%59.22%-
XYZ14.517.877.96-
YUV69.3132.91186.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.22%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=59.22%
G=10.20%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151267800.830.480.41335.0470.6234.71
Hex971A4E053302914f4723
Octal227321160123605151710743
Binary10010111110101001110010100111100001010011010011111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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