#79314F

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

Shades of Flirt #79314F

Tints of Flirt #79314F

Color information

#79314F (or 0x79314F) is unknown color: approx Flirt. HEX triplet: 79, 31 and 4F. RGB value is (121,49,79). Sum of RGB (Red+Green+Blue) = 121+49+79=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79314F is #86CEB0. Grayscale: #494949. Windows color (decimal): -8834737 or 5190009. OLE color: 5190009.

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

Color convert

RGB1214979-
CMYK00.600.350.53
HSL335º42.35%33.33%-
HSV(B)335º59.5%47.45%-
XYZ10.396.838.17-
YUV73.95130.85161.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=48.59%
G=19.68%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121497900.600.350.5333542.3533.33
Hex79314F03C233514f2a21
Octal1716111707443655175241
Binary111100111000110011110111100100011110101101001111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79314F; }

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

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

<style>
 a { background-color: #79314F; }

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

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

<style>
 span { border-color: #79314F; }

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

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