#973664

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

Shades of Lipstick #973664

Tints of Lipstick #973664

Color information

#973664 (or 0x973664) is unknown color: approx Lipstick. HEX triplet: 97, 36 and 64. RGB value is (151,54,100). Sum of RGB (Red+Green+Blue) = 151+54+100=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #973664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973664 is #68C99B. Grayscale: #585858. Windows color (decimal): -6867356 or 6567575. OLE color: 6567575.

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

Color convert

RGB15154100-
CMYK00.640.340.41
HSL331.55º47.32%40.2%-
HSV(B)331.55º64.24%59.22%-
XYZ16.3810.1413.15-
YUV88.25134.64172.76-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=49.51%
G=17.70%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515410000.640.340.41331.5547.3240.2
Hex973664040222914c2f28
Octal22766144010042515145750
Binary10010111110110110010001000000100010101001101001100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973664; }

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

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

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

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

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

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

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

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