#79304C

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

Shades of Flirt #79304C

Tints of Flirt #79304C

Color information

#79304C (or 0x79304C) is unknown color: approx Flirt. HEX triplet: 79, 30 and 4C. RGB value is (121,48,76). Sum of RGB (Red+Green+Blue) = 121+48+76=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #79304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79304C is #86CFB3. Grayscale: #484848. Windows color (decimal): -8834996 or 4993145. OLE color: 4993145.

HSL color Cylindrical-coordinate representation of color #79304C: hue angle of 336.99º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #79304C is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1214876-
CMYK00.600.370.53
HSL336.99º43.2%33.14%-
HSV(B)336.99º60.33%47.45%-
XYZ10.256.77.59-
YUV73.02129.68162.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=49.39%
G=19.59%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121487600.600.370.53336.9943.233.14
Hex79304C03C25351512b21
Octal1716011407445655215341
Binary111100111000010011000111100100101110101101010001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79304C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,48,76); }

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

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

 a { background-color: rgb(121,48,76); }

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

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

 span { border-color: rgb(121,48,76); }

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