#79334A

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

Shades of Flirt #79334A

Tints of Flirt #79334A

Color information

#79334A (or 0x79334A) is unknown color: approx Flirt. HEX triplet: 79, 33 and 4A. RGB value is (121,51,74). Sum of RGB (Red+Green+Blue) = 121+51+74=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #79334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79334A is #86CCB5. Grayscale: #4A4A4A. Windows color (decimal): -8834230 or 4862841. OLE color: 4862841.

HSL color Cylindrical-coordinate representation of color #79334A: hue angle of 340.29º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #79334A is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1215174-
CMYK00.580.390.53
HSL340.29º40.7%33.73%-
HSV(B)340.29º57.85%47.45%-
XYZ10.316.937.27-
YUV74.55127.69161.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.19%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=49.19%
G=20.73%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121517400.580.390.53340.2940.733.73
Hex79334A03A27351542922
Octal1716311207247655245142
Binary111100111001110010100111010100111110101101010100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,51,74); }

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

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

 a { background-color: rgb(121,51,74); }

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

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

 span { border-color: rgb(121,51,74); }

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