#79364D

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

Shades of Flirt #79364D

Tints of Flirt #79364D

Color information

#79364D (or 0x79364D) is unknown color: approx Flirt. HEX triplet: 79, 36 and 4D. RGB value is (121,54,77). Sum of RGB (Red+Green+Blue) = 121+54+77=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #79364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79364D is #86C9B2. Grayscale: #4C4C4C. Windows color (decimal): -8833459 or 5060217. OLE color: 5060217.

HSL color Cylindrical-coordinate representation of color #79364D: hue angle of 339.4º 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 #79364D is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1215477-
CMYK00.550.360.53
HSL339.4º38.29%34.31%-
HSV(B)339.4º55.37%47.45%-
XYZ10.547.247.86-
YUV76.66128.2159.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=48.02%
G=21.43%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121547700.550.360.53339.438.2934.31
Hex79364D03724351532622
Octal1716611506744655234642
Binary111100111011010011010110111100100110101101010011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79364D; }

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

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

<style>
 a { background-color: #79364D; }

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

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

<style>
 span { border-color: #79364D; }

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

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