Shades of Falu Red #79150C
Tints of Falu Red #79150C
RGB
CMYK
RGB Variations
Color information
#79150C (or 0x79150C) is known color: Falu Red. HEX triplet: 79, 15 and 0C. RGB value is (121,21,12). Sum of RGB (Red+Green+Blue) = 121+21+12=154 (20% of max value = 765). Red value is 121 (47.66% from 255 or 78.57% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 121 - color contains mainly: red. Hex color #79150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79150C is #86EAF3. Grayscale: #323232. Windows color (decimal): -8841972 or 791929. OLE color: 791929.
HSL color Cylindrical-coordinate representation of color #79150C: hue angle of 4.95º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79150C is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 21 | 12 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.53 |
| HSL | 4.95º | 0.82% | 0.26% | - |
| HSV(B) | 4.95º | 0.9% | 0.47% | - |
| XYZ | 8.22 | 4.63 | 0.81 | - |
| YUV | 49.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 21 | 12 | 0 | 0.83 | 0.90 | 0.53 | 4.95 | 0.82 | 0.26 |
| Hex | 79 | 15 | C | 0 | 53 | 5A | 35 | 5 | 52 | 1A |
| Octal | 171 | 25 | 14 | 0 | 123 | 132 | 65 | 5 | 122 | 32 |
| Binary | 1111001 | 10101 | 1100 | 0 | 1010011 | 1011010 | 110101 | 101 | 1010010 | 11010 |
Color Harmonies of #79150C
Complementary color
Monochromatic Colors of #79150C
Black with #79150C
Text Example
Text Example
White with #79150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79150C; }
p { color: rgb(121,21,12); }
H1.HeaderClassName
{
color: #79150C;
}
.AnyTagClassName
{
color: #79150C;
}
</style>
background-color css
<style>
a { background-color: #79150C; }
a { background-color: rgb(121,21,12); }
div.DivClassName
{
background-color: #79150C;
}
.BgClassName
{
background-color: #79150C;
}
</style>
border-color css
<style>
span { border-color: #79150C; }
span { border-color: rgb(121,21,12); }
td.TdClassName
{
border-color: #79150C;
}
.TagClassName
{
border-color: #79150C;
}
</style>