Shades of Falu Red #7A2105
Tints of Falu Red #7A2105
RGB
CMYK
RGB Variations
Color information
#7A2105 (or 0x7A2105) is known color: Falu Red. HEX triplet: 7A, 21 and 05. RGB value is (122,33,5). Sum of RGB (Red+Green+Blue) = 122+33+5=160 (21% of max value = 765). Red value is 122 (48.05% from 255 or 76.25% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2105 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2105 is #85DEFA. Grayscale: #383838. Windows color (decimal): -8773371 or 336250. OLE color: 336250.
HSL color Cylindrical-coordinate representation of color #7A2105: hue angle of 14.36º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A2105 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 5 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.52 |
| HSL | 14.36º | 0.92% | 0.25% | - |
| HSV(B) | 14.36º | 0.96% | 0.48% | - |
| XYZ | 8.6 | 5.24 | 0.7 | - |
| YUV | 56.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 5 | 0 | 0.73 | 0.96 | 0.52 | 14.36 | 0.92 | 0.25 |
| Hex | 7A | 21 | 5 | 0 | 49 | 60 | 34 | E | 5C | 19 |
| Octal | 172 | 41 | 5 | 0 | 111 | 140 | 64 | 16 | 134 | 31 |
| Binary | 1111010 | 100001 | 101 | 0 | 1001001 | 1100000 | 110100 | 1110 | 1011100 | 11001 |
Color Harmonies of #7A2105
Complementary color
Monochromatic Colors of #7A2105
Black with #7A2105
Text Example
Text Example
White with #7A2105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2105; }
p { color: rgb(122,33,5); }
H1.HeaderClassName
{
color: #7A2105;
}
.AnyTagClassName
{
color: #7A2105;
}
</style>
background-color css
<style>
a { background-color: #7A2105; }
a { background-color: rgb(122,33,5); }
div.DivClassName
{
background-color: #7A2105;
}
.BgClassName
{
background-color: #7A2105;
}
</style>
border-color css
<style>
span { border-color: #7A2105; }
span { border-color: rgb(122,33,5); }
td.TdClassName
{
border-color: #7A2105;
}
.TagClassName
{
border-color: #7A2105;
}
</style>