#79315A

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

Shades of Flirt #79315A

Tints of Flirt #79315A

Color information

#79315A (or 0x79315A) is unknown color: approx Flirt. HEX triplet: 79, 31 and 5A. RGB value is (121,49,90). Sum of RGB (Red+Green+Blue) = 121+49+90=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #79315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79315A is #86CEA5. Grayscale: #4B4B4B. Windows color (decimal): -8834726 or 5910905. OLE color: 5910905.

HSL color Cylindrical-coordinate representation of color #79315A: hue angle of 325.83º degrees, saturation: 0.42, 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 #79315A is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB1214990-
CMYK00.600.260.53
HSL325.83º42.35%33.33%-
HSV(B)325.83º59.5%47.45%-
XYZ10.83710.45-
YUV75.2136.35160.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=46.54%
G=18.85%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121499000.600.260.53325.8342.3533.33
Hex79315A03C1A351462a21
Octal1716113207432655065241
Binary11110011100011011010011110011010110101101000110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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