Shades of Falu Red #7A2106
Tints of Falu Red #7A2106
RGB
CMYK
RGB Variations
Color information
#7A2106 (or 0x7A2106) is known color: Falu Red. HEX triplet: 7A, 21 and 06. RGB value is (122,33,6). Sum of RGB (Red+Green+Blue) = 122+33+6=161 (21% of max value = 765). Red value is 122 (48.05% from 255 or 75.78% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2106 is #85DEF9. Grayscale: #383838. Windows color (decimal): -8773370 or 401786. OLE color: 401786.
HSL color Cylindrical-coordinate representation of color #7A2106: hue angle of 13.97º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A2106 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 6 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.52 |
| HSL | 13.97º | 0.91% | 0.25% | - |
| HSV(B) | 13.97º | 0.95% | 0.48% | - |
| XYZ | 8.6 | 5.24 | 0.73 | - |
| YUV | 56.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 6 | 0 | 0.73 | 0.95 | 0.52 | 13.97 | 0.91 | 0.25 |
| Hex | 7A | 21 | 6 | 0 | 49 | 5F | 34 | E | 5B | 19 |
| Octal | 172 | 41 | 6 | 0 | 111 | 137 | 64 | 16 | 133 | 31 |
| Binary | 1111010 | 100001 | 110 | 0 | 1001001 | 1011111 | 110100 | 1110 | 1011011 | 11001 |
Color Harmonies of #7A2106
Complementary color
Monochromatic Colors of #7A2106
Black with #7A2106
Text Example
Text Example
White with #7A2106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2106; }
p { color: rgb(122,33,6); }
H1.HeaderClassName
{
color: #7A2106;
}
.AnyTagClassName
{
color: #7A2106;
}
</style>
background-color css
<style>
a { background-color: #7A2106; }
a { background-color: rgb(122,33,6); }
div.DivClassName
{
background-color: #7A2106;
}
.BgClassName
{
background-color: #7A2106;
}
</style>
border-color css
<style>
span { border-color: #7A2106; }
span { border-color: rgb(122,33,6); }
td.TdClassName
{
border-color: #7A2106;
}
.TagClassName
{
border-color: #7A2106;
}
</style>