#79375E

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

Shades of Flirt #79375E

Tints of Flirt #79375E

Color information

#79375E (or 0x79375E) is unknown color: approx Flirt. HEX triplet: 79, 37 and 5E. RGB value is (121,55,94). Sum of RGB (Red+Green+Blue) = 121+55+94=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #79375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79375E is #86C8A1. Grayscale: #4F4F4F. Windows color (decimal): -8833186 or 6174585. OLE color: 6174585.

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

Color convert

RGB1215594-
CMYK00.550.220.53
HSL324.55º37.5%34.51%-
HSV(B)324.55º54.55%47.45%-
XYZ11.277.6111.46-
YUV79.18136.37157.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=44.81%
G=20.37%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121559400.550.220.53324.5537.534.51
Hex79375E03716351452623
Octal1716713606726655054643
Binary11110011101111011110011011110110110101101000101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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