#79325D

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

Shades of Flirt #79325D

Tints of Flirt #79325D

Color information

#79325D (or 0x79325D) is unknown color: approx Flirt. HEX triplet: 79, 32 and 5D. RGB value is (121,50,93). Sum of RGB (Red+Green+Blue) = 121+50+93=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #79325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79325D is #86CDA2. Grayscale: #4C4C4C. Windows color (decimal): -8834467 or 6107769. OLE color: 6107769.

HSL color Cylindrical-coordinate representation of color #79325D: hue angle of 323.66º 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 #79325D is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1215093-
CMYK00.590.230.53
HSL323.66º41.52%33.53%-
HSV(B)323.66º58.68%47.45%-
XYZ117.1411.15-
YUV76.13137.52160-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=45.83%
G=18.94%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121509300.590.230.53323.6641.5233.53
Hex79325D03B17351442a22
Octal1716213507327655045242
Binary11110011100101011101011101110111110101101000100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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