#79375A

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

Shades of Flirt #79375A

Tints of Flirt #79375A

Color information

#79375A (or 0x79375A) is unknown color: approx Flirt. HEX triplet: 79, 37 and 5A. RGB value is (121,55,90). Sum of RGB (Red+Green+Blue) = 121+55+90=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #79375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79375A is #86C8A5. Grayscale: #4E4E4E. Windows color (decimal): -8833190 or 5912441. OLE color: 5912441.

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

Color convert

RGB1215590-
CMYK00.550.260.53
HSL328.18º37.5%34.51%-
HSV(B)328.18º54.55%47.45%-
XYZ11.17.5410.54-
YUV78.72134.37158.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=45.49%
G=20.68%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121559000.550.260.53328.1837.534.51
Hex79375A0371A351482623
Octal1716713206732655104643
Binary11110011101111011010011011111010110101101001000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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