#79395A

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

Shades of Flirt #79395A

Tints of Flirt #79395A

Color information

#79395A (or 0x79395A) is unknown color: approx Flirt. HEX triplet: 79, 39 and 5A. RGB value is (121,57,90). Sum of RGB (Red+Green+Blue) = 121+57+90=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #79395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79395A is #86C6A5. Grayscale: #4F4F4F. Windows color (decimal): -8832678 or 5912953. OLE color: 5912953.

HSL color Cylindrical-coordinate representation of color #79395A: hue angle of 329.06º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79395A is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1215790-
CMYK00.530.260.53
HSL329.06º35.96%34.9%-
HSV(B)329.06º52.89%47.45%-
XYZ11.197.7310.57-
YUV79.9133.7157.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 57 (22.66% from 255) = 21.27%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=45.15%
G=21.27%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121579000.530.260.53329.0635.9634.9
Hex79395A0351A351492423
Octal1717113206532655114443
Binary11110011110011011010011010111010110101101001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79395A; }

 p { color: rgb(121,57,90); }

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

<style>
 a { background-color: #79395A; }

 a { background-color: rgb(121,57,90); }

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

<style>
 span { border-color: #79395A; }

 span { border-color: rgb(121,57,90); }

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