#79324A

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

Shades of Flirt #79324A

Tints of Flirt #79324A

Color information

#79324A (or 0x79324A) is unknown color: approx Flirt. HEX triplet: 79, 32 and 4A. RGB value is (121,50,74). Sum of RGB (Red+Green+Blue) = 121+50+74=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #79324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79324A is #86CDB5. Grayscale: #494949. Windows color (decimal): -8834486 or 4862585. OLE color: 4862585.

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

Color convert

RGB1215074-
CMYK00.590.390.53
HSL339.72º41.52%33.53%-
HSV(B)339.72º58.68%47.45%-
XYZ10.266.847.26-
YUV73.96128.02161.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=49.39%
G=20.41%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121507400.590.390.53339.7241.5233.53
Hex79324A03B27351542a22
Octal1716211207347655245242
Binary111100111001010010100111011100111110101101010100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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