Shades of Falu Red #79120E
Tints of Falu Red #79120E
RGB
CMYK
RGB Variations
Color information
#79120E (or 0x79120E) is known color: 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
| RGB | 121 | 18 | 14 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.53 |
| HSL | 2.24º | 0.79% | 0.26% | - |
| HSV(B) | 2.24º | 0.88% | 0.47% | - |
| XYZ | 8.18 | 4.53 | 0.86 | - |
| YUV | 48.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 18 | 14 | 0 | 0.85 | 0.88 | 0.53 | 2.24 | 0.79 | 0.26 |
| Hex | 79 | 12 | E | 0 | 55 | 58 | 35 | 2 | 4F | 1A |
| Octal | 171 | 22 | 16 | 0 | 125 | 130 | 65 | 2 | 117 | 32 |
| Binary | 1111001 | 10010 | 1110 | 0 | 1010101 | 1011000 | 110101 | 10 | 1001111 | 11010 |
Color Harmonies of #79120E
Complementary color
Monochromatic Colors of #79120E
Black with #79120E
Text Example
Text Example
White with #79120E
Text Example
Text Example
HTML Codes & Css Web 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>