#79325C

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

Shades of Flirt #79325C

Tints of Flirt #79325C

Color information

#79325C (or 0x79325C) is unknown color: approx Flirt. HEX triplet: 79, 32 and 5C. RGB value is (121,50,92). Sum of RGB (Red+Green+Blue) = 121+50+92=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79325C is #86CDA3. Grayscale: #4B4B4B. Windows color (decimal): -8834468 or 6042233. OLE color: 6042233.

HSL color Cylindrical-coordinate representation of color #79325C: hue angle of 324.51º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #79325C is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1215092-
CMYK00.590.240.53
HSL324.51º41.52%33.53%-
HSV(B)324.51º58.68%47.45%-
XYZ10.967.1210.92-
YUV76.02137.02160.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=46.01%
G=19.01%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121509200.590.240.53324.5141.5233.53
Hex79325C03B18351452a22
Octal1716213407330655055242
Binary11110011100101011100011101111000110101101000101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79325C; }

 p { color: rgb(121,50,92); }

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

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

 a { background-color: rgb(121,50,92); }

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

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

 span { border-color: rgb(121,50,92); }

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