#973361

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

Shades of Lipstick #973361

Tints of Lipstick #973361

Color information

#973361 (or 0x973361) is unknown color: approx Lipstick. HEX triplet: 97, 33 and 61. RGB value is (151,51,97). Sum of RGB (Red+Green+Blue) = 151+51+97=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #973361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973361 is #68CC9E. Grayscale: #565656. Windows color (decimal): -6868127 or 6370199. OLE color: 6370199.

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

Color convert

RGB1515197-
CMYK00.660.360.41
HSL332.4º49.5%39.61%-
HSV(B)332.4º66.23%59.22%-
XYZ16.19.8112.35-
YUV86.14134.13174.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 97 (38.28% from 255) = 32.44%
R=50.50%
G=17.06%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151519700.660.360.41332.449.539.61
Hex973361042242914c3228
Octal22763141010244515146250
Binary10010111110011110000101000010100100101001101001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973361; }

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

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

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

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

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

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

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

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