#79355E

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

Shades of Flirt #79355E

Tints of Flirt #79355E

Color information

#79355E (or 0x79355E) is unknown color: approx Flirt. HEX triplet: 79, 35 and 5E. RGB value is (121,53,94). Sum of RGB (Red+Green+Blue) = 121+53+94=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79355E is #86CAA1. Grayscale: #4D4D4D. Windows color (decimal): -8833698 or 6174073. OLE color: 6174073.

HSL color Cylindrical-coordinate representation of color #79355E: hue angle of 323.82º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #79355E is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1215394-
CMYK00.560.220.53
HSL323.82º39.08%34.12%-
HSV(B)323.82º56.2%47.45%-
XYZ11.187.4211.43-
YUV78.01137.03158.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=45.15%
G=19.78%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121539400.560.220.53323.8239.0834.12
Hex79355E03816351442722
Octal1716513607026655044742
Binary11110011101011011110011100010110110101101000100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79355E; }

 p { color: rgb(121,53,94); }

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

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

 a { background-color: rgb(121,53,94); }

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

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

 span { border-color: rgb(121,53,94); }

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