#79200C

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

Shades of Falu Red #79200C

Tints of Falu Red #79200C

Color information

#79200C (or 0x79200C) is unknown color: approx Falu Red. HEX triplet: 79, 20 and 0C. RGB value is (121,32,12). Sum of RGB (Red+Green+Blue) = 121+32+12=165 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.33% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 121 - color contains mainly: red. Hex color #79200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79200C is #86DFF3. Grayscale: #383838. Windows color (decimal): -8839156 or 794745. OLE color: 794745.

HSL color Cylindrical-coordinate representation of color #79200C: hue angle of 11.01º 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 #79200C is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB1213212-
CMYK00.740.900.53
HSL11.01º81.95%26.08%-
HSV(B)11.01º90.08%47.45%-
XYZ8.475.120.89-
YUV56.33102.99174.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.33%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 12 (5.08% from 255) = 7.27%
R=73.33%
G=19.39%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121321200.740.900.5311.0181.9526.08
Hex7920C04A5A35b521a
Octal17140140112132651312232
Binary111100110000011000100101010110101101011011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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