Shades of Falu Red #7D1905
Tints of Falu Red #7D1905
RGB
CMYK
RGB Variations
Color information
#7D1905 (or 0x7D1905) is known color: Falu Red. HEX triplet: 7D, 19 and 05. RGB value is (125,25,5). Sum of RGB (Red+Green+Blue) = 125+25+5=155 (20% of max value = 765). Red value is 125 (49.22% from 255 or 80.65% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1905 is #82E6FA. Grayscale: #343434. Windows color (decimal): -8578811 or 334205. OLE color: 334205.
HSL color Cylindrical-coordinate representation of color #7D1905: hue angle of 10º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D1905 is Cyan = 0, Magento = 0.8, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 25 | 5 | - |
| CMYK | 0 | 0.8 | 0.96 | 0.51 |
| HSL | 10º | 0.92% | 0.25% | - |
| HSV(B) | 10º | 0.96% | 0.49% | - |
| XYZ | 8.83 | 5.07 | 0.66 | - |
| YUV | 52.62 | 101.13 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 25 | 5 | 0 | 0.8 | 0.96 | 0.51 | 10 | 0.92 | 0.25 |
| Hex | 7D | 19 | 5 | 0 | 50 | 60 | 33 | A | 5C | 19 |
| Octal | 175 | 31 | 5 | 0 | 120 | 140 | 63 | 12 | 134 | 31 |
| Binary | 1111101 | 11001 | 101 | 0 | 1010000 | 1100000 | 110011 | 1010 | 1011100 | 11001 |
Color Harmonies of #7D1905
Complementary color
Monochromatic Colors of #7D1905
Black with #7D1905
Text Example
Text Example
White with #7D1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1905; }
p { color: rgb(125,25,5); }
H1.HeaderClassName
{
color: #7D1905;
}
.AnyTagClassName
{
color: #7D1905;
}
</style>
background-color css
<style>
a { background-color: #7D1905; }
a { background-color: rgb(125,25,5); }
div.DivClassName
{
background-color: #7D1905;
}
.BgClassName
{
background-color: #7D1905;
}
</style>
border-color css
<style>
span { border-color: #7D1905; }
span { border-color: rgb(125,25,5); }
td.TdClassName
{
border-color: #7D1905;
}
.TagClassName
{
border-color: #7D1905;
}
</style>