Shades of Falu Red #7A1D07
Tints of Falu Red #7A1D07
RGB
CMYK
RGB Variations
Color information
#7A1D07 (or 0x7A1D07) is known color: Falu Red. HEX triplet: 7A, 1D and 07. RGB value is (122,29,7). Sum of RGB (Red+Green+Blue) = 122+29+7=158 (20% of max value = 765). Red value is 122 (48.05% from 255 or 77.22% from 158); Green value is 29 (11.72% from 255 or 18.35% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A1D07 is #85E2F8. Grayscale: #363636. Windows color (decimal): -8774393 or 466298. OLE color: 466298.
HSL color Cylindrical-coordinate representation of color #7A1D07: hue angle of 11.48º 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 #7A1D07 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 29 | 7 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.52 |
| HSL | 11.48º | 0.89% | 0.25% | - |
| HSV(B) | 11.48º | 0.94% | 0.48% | - |
| XYZ | 8.5 | 5.03 | 0.72 | - |
| YUV | 54.3 | 101.31 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 7 | 0 | 0.76 | 0.94 | 0.52 | 11.48 | 0.89 | 0.25 |
| Hex | 7A | 1D | 7 | 0 | 4C | 5E | 34 | B | 59 | 19 |
| Octal | 172 | 35 | 7 | 0 | 114 | 136 | 64 | 13 | 131 | 31 |
| Binary | 1111010 | 11101 | 111 | 0 | 1001100 | 1011110 | 110100 | 1011 | 1011001 | 11001 |
Color Harmonies of #7A1D07
Complementary color
Monochromatic Colors of #7A1D07
Black with #7A1D07
Text Example
Text Example
White with #7A1D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1D07; }
p { color: rgb(122,29,7); }
H1.HeaderClassName
{
color: #7A1D07;
}
.AnyTagClassName
{
color: #7A1D07;
}
</style>
background-color css
<style>
a { background-color: #7A1D07; }
a { background-color: rgb(122,29,7); }
div.DivClassName
{
background-color: #7A1D07;
}
.BgClassName
{
background-color: #7A1D07;
}
</style>
border-color css
<style>
span { border-color: #7A1D07; }
span { border-color: rgb(122,29,7); }
td.TdClassName
{
border-color: #7A1D07;
}
.TagClassName
{
border-color: #7A1D07;
}
</style>