#971953

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

Shades of Lipstick #971953

Tints of Lipstick #971953

Color information

#971953 (or 0x971953) is unknown color: approx Lipstick. HEX triplet: 97, 19 and 53. RGB value is (151,25,83). Sum of RGB (Red+Green+Blue) = 151+25+83=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #971953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971953 is #68E6AC. Grayscale: #454545. Windows color (decimal): -6874797 or 5446039. OLE color: 5446039.

HSL color Cylindrical-coordinate representation of color #971953: hue angle of 332.38º degrees, saturation: 0.72, 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 #971953 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1512583-
CMYK00.830.450.41
HSL332.38º71.59%34.51%-
HSV(B)332.38º83.44%59.22%-
XYZ14.677.98.94-
YUV69.29135.74186.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.30%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 83 (32.81% from 255) = 32.05%
R=58.30%
G=9.65%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151258300.830.450.41332.3871.5934.51
Hex9719530532D2914c4823
Octal227311230123555151411043
Binary10010111110011010011010100111011011010011010011001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971953; }

 p { color: rgb(151,25,83); }

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

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

 a { background-color: rgb(151,25,83); }

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

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

 span { border-color: rgb(151,25,83); }

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