#79160F

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

Shades of Falu Red #79160F

Tints of Falu Red #79160F

Color information

#79160F (or 0x79160F) is unknown color: approx Falu Red. HEX triplet: 79, 16 and 0F. RGB value is (121,22,15). Sum of RGB (Red+Green+Blue) = 121+22+15=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #79160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79160F is #86E9F0. Grayscale: #323232. Windows color (decimal): -8841713 or 988793. OLE color: 988793.

HSL color Cylindrical-coordinate representation of color #79160F: hue angle of 3.96º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79160F is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1212215-
CMYK00.820.880.53
HSL3.96º77.94%26.67%-
HSV(B)3.96º87.6%47.45%-
XYZ8.264.670.92-
YUV50.8107.8178.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.58%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=76.58%
G=13.92%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121221500.820.880.533.9677.9426.67
Hex7916F052583544e1b
Octal1712617012213065411633
Binary1111001101101111010100101011000110101100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79160F; }

 p { color: rgb(121,22,15); }

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

<style>
 a { background-color: #79160F; }

 a { background-color: rgb(121,22,15); }

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

<style>
 span { border-color: #79160F; }

 span { border-color: rgb(121,22,15); }

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