Shades of Falu Red #7D1611
Tints of Falu Red #7D1611
RGB
CMYK
RGB Variations
Color information
#7D1611 (or 0x7D1611) is known color: Falu Red. HEX triplet: 7D, 16 and 11. RGB value is (125,22,17). Sum of RGB (Red+Green+Blue) = 125+22+17=164 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.22% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 17 (7.03% from 255 or 10.37% from 164); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1611 is #82E9EE. Grayscale: #343434. Windows color (decimal): -8579567 or 1119869. OLE color: 1119869.
HSL color Cylindrical-coordinate representation of color #7D1611: hue angle of 2.78º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1611 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 22 | 17 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.51 |
| HSL | 2.78º | 0.76% | 0.28% | - |
| HSV(B) | 2.78º | 0.86% | 0.49% | - |
| XYZ | 8.85 | 4.97 | 1.02 | - |
| YUV | 52.23 | 108.12 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 22 | 17 | 0 | 0.82 | 0.86 | 0.51 | 2.78 | 0.76 | 0.28 |
| Hex | 7D | 16 | 11 | 0 | 52 | 56 | 33 | 3 | 4C | 1C |
| Octal | 175 | 26 | 21 | 0 | 122 | 126 | 63 | 3 | 114 | 34 |
| Binary | 1111101 | 10110 | 10001 | 0 | 1010010 | 1010110 | 110011 | 11 | 1001100 | 11100 |
Color Harmonies of #7D1611
Complementary color
Monochromatic Colors of #7D1611
Black with #7D1611
Text Example
Text Example
White with #7D1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1611; }
p { color: rgb(125,22,17); }
H1.HeaderClassName
{
color: #7D1611;
}
.AnyTagClassName
{
color: #7D1611;
}
</style>
background-color css
<style>
a { background-color: #7D1611; }
a { background-color: rgb(125,22,17); }
div.DivClassName
{
background-color: #7D1611;
}
.BgClassName
{
background-color: #7D1611;
}
</style>
border-color css
<style>
span { border-color: #7D1611; }
span { border-color: rgb(125,22,17); }
td.TdClassName
{
border-color: #7D1611;
}
.TagClassName
{
border-color: #7D1611;
}
</style>