#972466

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

Shades of Lipstick #972466

Tints of Lipstick #972466

Color information

#972466 (or 0x972466) is unknown color: approx Lipstick. HEX triplet: 97, 24 and 66. RGB value is (151,36,102). Sum of RGB (Red+Green+Blue) = 151+36+102=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #972466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972466 is #68DB99. Grayscale: #4D4D4D. Windows color (decimal): -6871962 or 6694039. OLE color: 6694039.

HSL color Cylindrical-coordinate representation of color #972466: hue angle of 325.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #972466 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15136102-
CMYK00.760.320.41
HSL325.57º61.5%36.67%-
HSV(B)325.57º76.16%59.22%-
XYZ15.798.813.44-
YUV77.91141.6180.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.25%
GREEN value IS 36 (14.45% from 255) = 12.46%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=52.25%
G=12.46%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513610200.760.320.41325.5761.536.67
Hex97246604C20291463d25
Octal22744146011440515067545
Binary10010111100100110011001001100100000101001101000110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972466; }

 p { color: rgb(151,36,102); }

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

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

 a { background-color: rgb(151,36,102); }

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

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

 span { border-color: rgb(151,36,102); }

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