#79355C

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

Shades of Flirt #79355C

Tints of Flirt #79355C

Color information

#79355C (or 0x79355C) is unknown color: approx Flirt. HEX triplet: 79, 35 and 5C. RGB value is (121,53,92). Sum of RGB (Red+Green+Blue) = 121+53+92=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #79355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79355C is #86CAA3. Grayscale: #4D4D4D. Windows color (decimal): -8833700 or 6043001. OLE color: 6043001.

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

Color convert

RGB1215392-
CMYK00.560.240.53
HSL325.59º39.08%34.12%-
HSV(B)325.59º56.2%47.45%-
XYZ11.097.3810.97-
YUV77.78136.03158.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=45.49%
G=19.92%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121539200.560.240.53325.5939.0834.12
Hex79355C03818351462722
Octal1716513407030655064742
Binary11110011101011011100011100011000110101101000110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79355C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79355C; }

 p { color: rgb(121,53,92); }

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

<style>
 a { background-color: #79355C; }

 a { background-color: rgb(121,53,92); }

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

<style>
 span { border-color: #79355C; }

 span { border-color: rgb(121,53,92); }

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