#79355F

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

Shades of Flirt #79355F

Tints of Flirt #79355F

Color information

#79355F (or 0x79355F) is unknown color: approx Flirt. HEX triplet: 79, 35 and 5F. RGB value is (121,53,95). Sum of RGB (Red+Green+Blue) = 121+53+95=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #79355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79355F is #86CAA0. Grayscale: #4E4E4E. Windows color (decimal): -8833697 or 6239609. OLE color: 6239609.

HSL color Cylindrical-coordinate representation of color #79355F: hue angle of 322.94º 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 #79355F is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1215395-
CMYK00.560.210.53
HSL322.94º39.08%34.12%-
HSV(B)322.94º56.2%47.45%-
XYZ11.227.4411.67-
YUV78.12137.53158.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.98%
GREEN value IS 53 (21.09% from 255) = 19.70%
BLUE value IS 95 (37.5% from 255) = 35.32%
R=44.98%
G=19.70%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121539500.560.210.53322.9439.0834.12
Hex79355F03815351432722
Octal1716513707025655034742
Binary11110011101011011111011100010101110101101000011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79355F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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