Shades of Falu Red #7D2811
Tints of Falu Red #7D2811
RGB
CMYK
RGB Variations
Color information
#7D2811 (or 0x7D2811) is known color: Falu Red. HEX triplet: 7D, 28 and 11. RGB value is (125,40,17). Sum of RGB (Red+Green+Blue) = 125+40+17=182 (24% of max value = 765). Red value is 125 (49.22% from 255 or 68.68% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2811 is #82D7EE. Grayscale: #3E3E3E. Windows color (decimal): -8574959 or 1124477. OLE color: 1124477.
HSL color Cylindrical-coordinate representation of color #7D2811: hue angle of 12.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 #7D2811 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 40 | 17 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.51 |
| HSL | 12.78º | 0.76% | 0.28% | - |
| HSV(B) | 12.78º | 0.86% | 0.49% | - |
| XYZ | 9.32 | 5.92 | 1.18 | - |
| YUV | 62.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 40 | 17 | 0 | 0.68 | 0.86 | 0.51 | 12.78 | 0.76 | 0.28 |
| Hex | 7D | 28 | 11 | 0 | 44 | 56 | 33 | D | 4C | 1C |
| Octal | 175 | 50 | 21 | 0 | 104 | 126 | 63 | 15 | 114 | 34 |
| Binary | 1111101 | 101000 | 10001 | 0 | 1000100 | 1010110 | 110011 | 1101 | 1001100 | 11100 |
Color Harmonies of #7D2811
Complementary color
Monochromatic Colors of #7D2811
Black with #7D2811
Text Example
Text Example
White with #7D2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2811; }
p { color: rgb(125,40,17); }
H1.HeaderClassName
{
color: #7D2811;
}
.AnyTagClassName
{
color: #7D2811;
}
</style>
background-color css
<style>
a { background-color: #7D2811; }
a { background-color: rgb(125,40,17); }
div.DivClassName
{
background-color: #7D2811;
}
.BgClassName
{
background-color: #7D2811;
}
</style>
border-color css
<style>
span { border-color: #7D2811; }
span { border-color: rgb(125,40,17); }
td.TdClassName
{
border-color: #7D2811;
}
.TagClassName
{
border-color: #7D2811;
}
</style>