#972064

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

Shades of Lipstick #972064

Tints of Lipstick #972064

Color information

#972064 (or 0x972064) is unknown color: approx Lipstick. HEX triplet: 97, 20 and 64. RGB value is (151,32,100). Sum of RGB (Red+Green+Blue) = 151+32+100=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #972064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #972064 is #68DF9B. Grayscale: #4B4B4B. Windows color (decimal): -6872988 or 6561943. OLE color: 6561943.

HSL color Cylindrical-coordinate representation of color #972064: hue angle of 325.71º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972064 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB15132100-
CMYK00.790.340.41
HSL325.71º65.03%35.88%-
HSV(B)325.71º78.81%59.22%-
XYZ15.588.5312.88-
YUV75.33141.92181.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.36%
GREEN value IS 32 (12.89% from 255) = 11.31%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=53.36%
G=11.31%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1513210000.790.340.41325.7165.0335.88
Hex97206404F22291464124
Octal227401440117425150610144
Binary100101111000001100100010011111000101010011010001101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #972064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #972064; }

 p { color: rgb(151,32,100); }

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

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

 a { background-color: rgb(151,32,100); }

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

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

 span { border-color: rgb(151,32,100); }

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