#973569

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

Shades of Lipstick #973569

Tints of Lipstick #973569

Color information

#973569 (or 0x973569) is unknown color: approx Lipstick. HEX triplet: 97, 35 and 69. RGB value is (151,53,105). Sum of RGB (Red+Green+Blue) = 151+53+105=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #973569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973569 is #68CA96. Grayscale: #585858. Windows color (decimal): -6867607 or 6894999. OLE color: 6894999.

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

Color convert

RGB15153105-
CMYK00.650.300.41
HSL328.16º48.04%40%-
HSV(B)328.16º64.9%59.22%-
XYZ16.5910.1514.45-
YUV88.23137.47172.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.87%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=48.87%
G=17.15%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515310500.650.300.41328.1648.0440
Hex9735690411E291483028
Octal22765151010136515106050
Binary1001011111010111010010100000111110101001101001000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973569; }

 p { color: rgb(151,53,105); }

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

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

 a { background-color: rgb(151,53,105); }

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

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

 span { border-color: rgb(151,53,105); }

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