Shades of Falu Red #7A1605
Tints of Falu Red #7A1605
RGB
CMYK
RGB Variations
Color information
#7A1605 (or 0x7A1605) is known color: Falu Red. HEX triplet: 7A, 16 and 05. RGB value is (122,22,5). Sum of RGB (Red+Green+Blue) = 122+22+5=149 (19% of max value = 765). Red value is 122 (48.05% from 255 or 81.88% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1605 is #85E9FA. Grayscale: #323232. Windows color (decimal): -8776187 or 333434. OLE color: 333434.
HSL color Cylindrical-coordinate representation of color #7A1605: hue angle of 8.72º 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 #7A1605 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 5 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.52 |
| HSL | 8.72º | 0.92% | 0.25% | - |
| HSV(B) | 8.72º | 0.96% | 0.48% | - |
| XYZ | 8.34 | 4.72 | 0.62 | - |
| YUV | 49.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 5 | 0 | 0.82 | 0.96 | 0.52 | 8.72 | 0.92 | 0.25 |
| Hex | 7A | 16 | 5 | 0 | 52 | 60 | 34 | 9 | 5C | 19 |
| Octal | 172 | 26 | 5 | 0 | 122 | 140 | 64 | 11 | 134 | 31 |
| Binary | 1111010 | 10110 | 101 | 0 | 1010010 | 1100000 | 110100 | 1001 | 1011100 | 11001 |
Color Harmonies of #7A1605
Complementary color
Monochromatic Colors of #7A1605
Black with #7A1605
Text Example
Text Example
White with #7A1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1605; }
p { color: rgb(122,22,5); }
H1.HeaderClassName
{
color: #7A1605;
}
.AnyTagClassName
{
color: #7A1605;
}
</style>
background-color css
<style>
a { background-color: #7A1605; }
a { background-color: rgb(122,22,5); }
div.DivClassName
{
background-color: #7A1605;
}
.BgClassName
{
background-color: #7A1605;
}
</style>
border-color css
<style>
span { border-color: #7A1605; }
span { border-color: rgb(122,22,5); }
td.TdClassName
{
border-color: #7A1605;
}
.TagClassName
{
border-color: #7A1605;
}
</style>