Shades of Falu Red #7D1311
Tints of Falu Red #7D1311
RGB
CMYK
RGB Variations
Color information
#7D1311 (or 0x7D1311) is known color: Falu Red. HEX triplet: 7D, 13 and 11. RGB value is (125,19,17). Sum of RGB (Red+Green+Blue) = 125+19+17=161 (21% of max value = 765). Red value is 125 (49.22% from 255 or 77.64% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1311 is #82ECEE. Grayscale: #323232. Windows color (decimal): -8580335 or 1119101. OLE color: 1119101.
HSL color Cylindrical-coordinate representation of color #7D1311: hue angle of 1.11º 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 #7D1311 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 17 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.51 |
| HSL | 1.11º | 0.76% | 0.28% | - |
| HSV(B) | 1.11º | 0.86% | 0.49% | - |
| XYZ | 8.79 | 4.87 | 1.01 | - |
| YUV | 50.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 17 | 0 | 0.85 | 0.86 | 0.51 | 1.11 | 0.76 | 0.28 |
| Hex | 7D | 13 | 11 | 0 | 55 | 56 | 33 | 1 | 4C | 1C |
| Octal | 175 | 23 | 21 | 0 | 125 | 126 | 63 | 1 | 114 | 34 |
| Binary | 1111101 | 10011 | 10001 | 0 | 1010101 | 1010110 | 110011 | 1 | 1001100 | 11100 |
Color Harmonies of #7D1311
Complementary color
Monochromatic Colors of #7D1311
Black with #7D1311
Text Example
Text Example
White with #7D1311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1311; }
p { color: rgb(125,19,17); }
H1.HeaderClassName
{
color: #7D1311;
}
.AnyTagClassName
{
color: #7D1311;
}
</style>
background-color css
<style>
a { background-color: #7D1311; }
a { background-color: rgb(125,19,17); }
div.DivClassName
{
background-color: #7D1311;
}
.BgClassName
{
background-color: #7D1311;
}
</style>
border-color css
<style>
span { border-color: #7D1311; }
span { border-color: rgb(125,19,17); }
td.TdClassName
{
border-color: #7D1311;
}
.TagClassName
{
border-color: #7D1311;
}
</style>