#79315F

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

Shades of Flirt #79315F

Tints of Flirt #79315F

Color information

#79315F (or 0x79315F) is unknown color: approx Flirt. HEX triplet: 79, 31 and 5F. RGB value is (121,49,95). Sum of RGB (Red+Green+Blue) = 121+49+95=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79315F is #86CEA0. Grayscale: #4B4B4B. Windows color (decimal): -8834721 or 6238585. OLE color: 6238585.

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

Color convert

RGB1214995-
CMYK00.600.210.53
HSL321.67º42.35%33.33%-
HSV(B)321.67º59.5%47.45%-
XYZ11.057.0911.61-
YUV75.77138.85160.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.66%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=45.66%
G=18.49%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121499500.600.210.53321.6742.3533.33
Hex79315F03C15351422a21
Octal1716113707425655025241
Binary11110011100011011111011110010101110101101000010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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