Shades of Falu Red #7A2107
Tints of Falu Red #7A2107
RGB
CMYK
RGB Variations
Color information
#7A2107 (or 0x7A2107) is known color: Falu Red. HEX triplet: 7A, 21 and 07. RGB value is (122,33,7). Sum of RGB (Red+Green+Blue) = 122+33+7=162 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.31% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 7 (3.12% from 255 or 4.32% from 162); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2107 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2107 is #85DEF8. Grayscale: #383838. Windows color (decimal): -8773369 or 467322. OLE color: 467322.
HSL color Cylindrical-coordinate representation of color #7A2107: hue angle of 13.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A2107 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 7 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.52 |
| HSL | 13.57º | 0.89% | 0.25% | - |
| HSV(B) | 13.57º | 0.94% | 0.48% | - |
| XYZ | 8.61 | 5.24 | 0.76 | - |
| YUV | 56.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 7 | 0 | 0.73 | 0.94 | 0.52 | 13.57 | 0.89 | 0.25 |
| Hex | 7A | 21 | 7 | 0 | 49 | 5E | 34 | E | 59 | 19 |
| Octal | 172 | 41 | 7 | 0 | 111 | 136 | 64 | 16 | 131 | 31 |
| Binary | 1111010 | 100001 | 111 | 0 | 1001001 | 1011110 | 110100 | 1110 | 1011001 | 11001 |
Color Harmonies of #7A2107
Complementary color
Monochromatic Colors of #7A2107
Black with #7A2107
Text Example
Text Example
White with #7A2107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2107; }
p { color: rgb(122,33,7); }
H1.HeaderClassName
{
color: #7A2107;
}
.AnyTagClassName
{
color: #7A2107;
}
</style>
background-color css
<style>
a { background-color: #7A2107; }
a { background-color: rgb(122,33,7); }
div.DivClassName
{
background-color: #7A2107;
}
.BgClassName
{
background-color: #7A2107;
}
</style>
border-color css
<style>
span { border-color: #7A2107; }
span { border-color: rgb(122,33,7); }
td.TdClassName
{
border-color: #7A2107;
}
.TagClassName
{
border-color: #7A2107;
}
</style>