#79110D

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

Shades of Falu Red #79110D

Tints of Falu Red #79110D

Color information

#79110D (or 0x79110D) is unknown color: approx Falu Red. HEX triplet: 79, 11 and 0D. RGB value is (121,17,13). Sum of RGB (Red+Green+Blue) = 121+17+13=151 (20% of max value = 765). Red value is 121 (47.66% from 255 or 80.13% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 121 - color contains mainly: red. Hex color #79110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79110D is #86EEF2. Grayscale: #2F2F2F. Windows color (decimal): -8842995 or 856441. OLE color: 856441.

HSL color Cylindrical-coordinate representation of color #79110D: hue angle of 2.22º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79110D is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB1211713-
CMYK00.860.890.53
HSL2.22º80.6%26.27%-
HSV(B)2.22º89.26%47.45%-
XYZ8.164.490.82-
YUV47.64108.46180.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 80.13%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=80.13%
G=11.26%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121171300.860.890.532.2280.626.27
Hex7911D05659352511a
Octal1712115012613165212132
Binary111100110001110101010110101100111010110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79110D; }

 p { color: rgb(121,17,13); }

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

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

 a { background-color: rgb(121,17,13); }

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

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

 span { border-color: rgb(121,17,13); }

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