Shades of Falu Red #792107
Tints of Falu Red #792107
RGB
CMYK
RGB Variations
Color information
#792107 (or 0x792107) is known color: Falu Red. HEX triplet: 79, 21 and 07. RGB value is (121,33,7). Sum of RGB (Red+Green+Blue) = 121+33+7=161 (21% of max value = 765). Red value is 121 (47.66% from 255 or 75.16% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 121 - color contains mainly: red. Hex color #792107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792107 is #86DEF8. Grayscale: #383838. Windows color (decimal): -8838905 or 467321. OLE color: 467321.
HSL color Cylindrical-coordinate representation of color #792107: hue angle of 13.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #792107 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 33 | 7 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.53 |
| HSL | 13.68º | 0.89% | 0.25% | - |
| HSV(B) | 13.68º | 0.94% | 0.47% | - |
| XYZ | 8.47 | 5.17 | 0.75 | - |
| YUV | 56.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 7 | 0 | 0.73 | 0.94 | 0.53 | 13.68 | 0.89 | 0.25 |
| Hex | 79 | 21 | 7 | 0 | 49 | 5E | 35 | E | 59 | 19 |
| Octal | 171 | 41 | 7 | 0 | 111 | 136 | 65 | 16 | 131 | 31 |
| Binary | 1111001 | 100001 | 111 | 0 | 1001001 | 1011110 | 110101 | 1110 | 1011001 | 11001 |
Color Harmonies of #792107
Complementary color
Monochromatic Colors of #792107
Black with #792107
Text Example
Text Example
White with #792107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792107; }
p { color: rgb(121,33,7); }
H1.HeaderClassName
{
color: #792107;
}
.AnyTagClassName
{
color: #792107;
}
</style>
background-color css
<style>
a { background-color: #792107; }
a { background-color: rgb(121,33,7); }
div.DivClassName
{
background-color: #792107;
}
.BgClassName
{
background-color: #792107;
}
</style>
border-color css
<style>
span { border-color: #792107; }
span { border-color: rgb(121,33,7); }
td.TdClassName
{
border-color: #792107;
}
.TagClassName
{
border-color: #792107;
}
</style>