Shades of Falu Red #7A1110
Tints of Falu Red #7A1110
RGB
CMYK
RGB Variations
Color information
#7A1110 (or 0x7A1110) is known color: Falu Red. HEX triplet: 7A, 11 and 10. RGB value is (122,17,16). Sum of RGB (Red+Green+Blue) = 122+17+16=155 (20% of max value = 765). Red value is 122 (48.05% from 255 or 78.71% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A1110 is #85EEEF. Grayscale: #303030. Windows color (decimal): -8777456 or 1053050. OLE color: 1053050.
HSL color Cylindrical-coordinate representation of color #7A1110: hue angle of 0.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1110 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 17 | 16 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.52 |
| HSL | 0.57º | 0.77% | 0.27% | - |
| HSV(B) | 0.57º | 0.87% | 0.48% | - |
| XYZ | 8.32 | 4.58 | 0.93 | - |
| YUV | 48.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 16 | 0 | 0.86 | 0.87 | 0.52 | 0.57 | 0.77 | 0.27 |
| Hex | 7A | 11 | 10 | 0 | 56 | 57 | 34 | 1 | 4D | 1B |
| Octal | 172 | 21 | 20 | 0 | 126 | 127 | 64 | 1 | 115 | 33 |
| Binary | 1111010 | 10001 | 10000 | 0 | 1010110 | 1010111 | 110100 | 1 | 1001101 | 11011 |
Color Harmonies of #7A1110
Complementary color
Monochromatic Colors of #7A1110
Black with #7A1110
Text Example
Text Example
White with #7A1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1110; }
p { color: rgb(122,17,16); }
H1.HeaderClassName
{
color: #7A1110;
}
.AnyTagClassName
{
color: #7A1110;
}
</style>
background-color css
<style>
a { background-color: #7A1110; }
a { background-color: rgb(122,17,16); }
div.DivClassName
{
background-color: #7A1110;
}
.BgClassName
{
background-color: #7A1110;
}
</style>
border-color css
<style>
span { border-color: #7A1110; }
span { border-color: rgb(122,17,16); }
td.TdClassName
{
border-color: #7A1110;
}
.TagClassName
{
border-color: #7A1110;
}
</style>