#973568

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

Shades of Lipstick #973568

Tints of Lipstick #973568

Color information

#973568 (or 0x973568) is unknown color: approx Lipstick. HEX triplet: 97, 35 and 68. RGB value is (151,53,104). Sum of RGB (Red+Green+Blue) = 151+53+104=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #973568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #973568 is #68CA97. Grayscale: #585858. Windows color (decimal): -6867608 or 6829463. OLE color: 6829463.

HSL color Cylindrical-coordinate representation of color #973568: hue angle of 328.78º 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 #973568 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15153104-
CMYK00.650.310.41
HSL328.78º48.04%40%-
HSV(B)328.78º64.9%59.22%-
XYZ16.5310.1214.18-
YUV88.12136.97172.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.03%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=49.03%
G=17.21%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515310400.650.310.41328.7848.0440
Hex9735680411F291493028
Octal22765150010137515116050
Binary1001011111010111010000100000111111101001101001001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973568; }

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

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

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

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

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

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

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

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