#79120A

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

Shades of Falu Red #79120A

Tints of Falu Red #79120A

Color information

#79120A (or 0x79120A) is unknown color: approx Falu Red. HEX triplet: 79, 12 and 0A. RGB value is (121,18,10). Sum of RGB (Red+Green+Blue) = 121+18+10=149 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.21% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 121 - color contains mainly: red. Hex color #79120A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79120A is #86EDF5. Grayscale: #303030. Windows color (decimal): -8842742 or 660089. OLE color: 660089.

HSL color Cylindrical-coordinate representation of color #79120A: hue angle of 4.32º 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 #79120A is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1211810-
CMYK00.850.920.53
HSL4.32º84.73%25.69%-
HSV(B)4.32º91.74%47.45%-
XYZ8.164.520.73-
YUV47.89106.62180.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 81.21%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 10 (4.30% from 255) = 6.71%
R=81.21%
G=12.08%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121181000.850.920.534.3284.7325.69
Hex7912A0555C354551a
Octal1712212012513465412532
Binary1111001100101010010101011011100110101100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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