#79220A

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

Shades of Falu Red #79220A

Tints of Falu Red #79220A

Color information

#79220A (or 0x79220A) is unknown color: approx Falu Red. HEX triplet: 79, 22 and 0A. RGB value is (121,34,10). Sum of RGB (Red+Green+Blue) = 121+34+10=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #79220A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79220A is #86DDF5. Grayscale: #393939. Windows color (decimal): -8838646 or 664185. OLE color: 664185.

HSL color Cylindrical-coordinate representation of color #79220A: hue angle of 12.97º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79220A is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1213410-
CMYK00.720.920.53
HSL12.97º84.73%25.69%-
HSV(B)12.97º91.74%47.45%-
XYZ8.515.230.85-
YUV57.28101.32173.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.33%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=73.33%
G=20.61%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121341000.720.920.5312.9784.7325.69
Hex7922A0485C35d551a
Octal17142120110134651512532
Binary111100110001010100100100010111001101011101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,34,10); }

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

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

 a { background-color: rgb(121,34,10); }

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

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

 span { border-color: rgb(121,34,10); }

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