#973961

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

Shades of Lipstick #973961

Tints of Lipstick #973961

Color information

#973961 (or 0x973961) is unknown color: approx Lipstick. HEX triplet: 97, 39 and 61. RGB value is (151,57,97). Sum of RGB (Red+Green+Blue) = 151+57+97=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #973961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973961 is #68C69E. Grayscale: #595959. Windows color (decimal): -6866591 or 6371735. OLE color: 6371735.

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

Color convert

RGB1515797-
CMYK00.620.360.41
HSL334.47º45.19%40.78%-
HSV(B)334.47º62.25%59.22%-
XYZ16.3810.3712.45-
YUV89.67132.14171.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.51%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 97 (38.28% from 255) = 31.80%
R=49.51%
G=18.69%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151579700.620.360.41334.4745.1940.78
Hex97396103E242914e2d29
Octal2277114107644515165551
Binary1001011111100111000010111110100100101001101001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973961; }

 p { color: rgb(151,57,97); }

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

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

 a { background-color: rgb(151,57,97); }

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

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

 span { border-color: rgb(151,57,97); }

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