Shades of Falu Red #79210E
Tints of Falu Red #79210E
RGB
CMYK
RGB Variations
Color information
#79210E (or 0x79210E) is known color: Falu Red. HEX triplet: 79, 21 and 0E. RGB value is (121,33,14). Sum of RGB (Red+Green+Blue) = 121+33+14=168 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.02% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 121 - color contains mainly: red. Hex color #79210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79210E is #86DEF1. Grayscale: #393939. Windows color (decimal): -8838898 or 926073. OLE color: 926073.
HSL color Cylindrical-coordinate representation of color #79210E: hue angle of 10.65º 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 #79210E is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 14 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.53 |
| HSL | 10.65º | 0.79% | 0.26% | - |
| HSV(B) | 10.65º | 0.88% | 0.47% | - |
| XYZ | 8.51 | 5.18 | 0.97 | - |
| YUV | 57.15 | 103.65 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 14 | 0 | 0.73 | 0.88 | 0.53 | 10.65 | 0.79 | 0.26 |
| Hex | 79 | 21 | E | 0 | 49 | 58 | 35 | B | 4F | 1A |
| Octal | 171 | 41 | 16 | 0 | 111 | 130 | 65 | 13 | 117 | 32 |
| Binary | 1111001 | 100001 | 1110 | 0 | 1001001 | 1011000 | 110101 | 1011 | 1001111 | 11010 |
Color Harmonies of #79210E
Complementary color
Monochromatic Colors of #79210E
Black with #79210E
Text Example
Text Example
White with #79210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79210E; }
p { color: rgb(121,33,14); }
H1.HeaderClassName
{
color: #79210E;
}
.AnyTagClassName
{
color: #79210E;
}
</style>
background-color css
<style>
a { background-color: #79210E; }
a { background-color: rgb(121,33,14); }
div.DivClassName
{
background-color: #79210E;
}
.BgClassName
{
background-color: #79210E;
}
</style>
border-color css
<style>
span { border-color: #79210E; }
span { border-color: rgb(121,33,14); }
td.TdClassName
{
border-color: #79210E;
}
.TagClassName
{
border-color: #79210E;
}
</style>