#79220C

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

Shades of Falu Red #79220C

Tints of Falu Red #79220C

Color information

#79220C (or 0x79220C) is unknown color: approx Falu Red. HEX triplet: 79, 22 and 0C. RGB value is (121,34,12). Sum of RGB (Red+Green+Blue) = 121+34+12=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #79220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79220C is #86DDF3. Grayscale: #393939. Windows color (decimal): -8838644 or 795257. OLE color: 795257.

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

Color convert

RGB1213412-
CMYK00.720.900.53
HSL12.11º81.95%26.08%-
HSV(B)12.11º90.08%47.45%-
XYZ8.525.240.91-
YUV57.5102.32173.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.46%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=72.46%
G=20.36%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121341200.720.900.5312.1181.9526.08
Hex7922C0485A35c521a
Octal17142140110132651412232
Binary111100110001011000100100010110101101011100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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