#79315D

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

Shades of Flirt #79315D

Tints of Flirt #79315D

Color information

#79315D (or 0x79315D) is unknown color: approx Flirt. HEX triplet: 79, 31 and 5D. RGB value is (121,49,93). Sum of RGB (Red+Green+Blue) = 121+49+93=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79315D is #86CEA2. Grayscale: #4B4B4B. Windows color (decimal): -8834723 or 6107513. OLE color: 6107513.

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

Color convert

RGB1214993-
CMYK00.600.230.53
HSL323.33º42.35%33.33%-
HSV(B)323.33º59.5%47.45%-
XYZ10.967.0511.14-
YUV75.54137.85160.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.01%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=46.01%
G=18.63%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121499300.600.230.53323.3342.3533.33
Hex79315D03C17351432a21
Octal1716113507427655035241
Binary11110011100011011101011110010111110101101000011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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