#79120E

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

Shades of Falu Red #79120E

Tints of Falu Red #79120E

Color information

#79120E (or 0x79120E) is unknown color: approx Falu Red. HEX triplet: 79, 12 and 0E. RGB value is (121,18,14). Sum of RGB (Red+Green+Blue) = 121+18+14=153 (20% of max value = 765). Red value is 121 (47.66% from 255 or 79.08% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 121 - color contains mainly: red. Hex color #79120E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79120E is #86EDF1. Grayscale: #303030. Windows color (decimal): -8842738 or 922233. OLE color: 922233.

HSL color Cylindrical-coordinate representation of color #79120E: hue angle of 2.24º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79120E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1211814-
CMYK00.850.880.53
HSL2.24º79.26%26.47%-
HSV(B)2.24º88.43%47.45%-
XYZ8.184.530.86-
YUV48.34108.62179.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 79.08%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 14 (5.86% from 255) = 9.15%
R=79.08%
G=11.76%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121181400.850.880.532.2479.2626.47
Hex7912E055583524f1a
Octal1712216012513065211732
Binary111100110010111001010101101100011010110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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