#79365F

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

Shades of Flirt #79365F

Tints of Flirt #79365F

Color information

#79365F (or 0x79365F) is unknown color: approx Flirt. HEX triplet: 79, 36 and 5F. RGB value is (121,54,95). Sum of RGB (Red+Green+Blue) = 121+54+95=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #79365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79365F is #86C9A0. Grayscale: #4E4E4E. Windows color (decimal): -8833441 or 6239865. OLE color: 6239865.

HSL color Cylindrical-coordinate representation of color #79365F: hue angle of 323.28º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79365F is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1215495-
CMYK00.550.210.53
HSL323.28º38.29%34.31%-
HSV(B)323.28º55.37%47.45%-
XYZ11.277.5311.69-
YUV78.71137.2158.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.81%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 95 (37.5% from 255) = 35.19%
R=44.81%
G=20%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121549500.550.210.53323.2838.2934.31
Hex79365F03715351432622
Octal1716613706725655034642
Binary11110011101101011111011011110101110101101000011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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