#793149

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

Shades of Flirt #793149

Tints of Flirt #793149

Color information

#793149 (or 0x793149) is unknown color: approx Flirt. HEX triplet: 79, 31 and 49. RGB value is (121,49,73). Sum of RGB (Red+Green+Blue) = 121+49+73=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #793149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793149 is #86CEB6. Grayscale: #494949. Windows color (decimal): -8834743 or 4796793. OLE color: 4796793.

HSL color Cylindrical-coordinate representation of color #793149: hue angle of 340º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793149 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1214973-
CMYK00.600.400.53
HSL340º42.35%33.33%-
HSV(B)340º59.5%47.45%-
XYZ10.196.747.07-
YUV73.26127.85162.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=49.79%
G=20.16%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121497300.600.400.5334042.3533.33
Hex79314903C28351542a21
Octal1716111107450655245241
Binary111100111000110010010111100101000110101101010100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793149; }

 p { color: rgb(121,49,73); }

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

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

 a { background-color: rgb(121,49,73); }

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

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

 span { border-color: rgb(121,49,73); }

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