Shades of Falu Red #7D1F04
Tints of Falu Red #7D1F04
RGB
CMYK
RGB Variations
Color information
#7D1F04 (or 0x7D1F04) is known color: Falu Red. HEX triplet: 7D, 1F and 04. RGB value is (125,31,4). Sum of RGB (Red+Green+Blue) = 125+31+4=160 (21% of max value = 765). Red value is 125 (49.22% from 255 or 78.12% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1F04 is #82E0FB. Grayscale: #383838. Windows color (decimal): -8577276 or 270205. OLE color: 270205.
HSL color Cylindrical-coordinate representation of color #7D1F04: hue angle of 13.39º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D1F04 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 31 | 4 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.51 |
| HSL | 13.39º | 0.94% | 0.25% | - |
| HSV(B) | 13.39º | 0.97% | 0.49% | - |
| XYZ | 8.97 | 5.35 | 0.67 | - |
| YUV | 56.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 4 | 0 | 0.75 | 0.97 | 0.51 | 13.39 | 0.94 | 0.25 |
| Hex | 7D | 1F | 4 | 0 | 4B | 61 | 33 | D | 5E | 19 |
| Octal | 175 | 37 | 4 | 0 | 113 | 141 | 63 | 15 | 136 | 31 |
| Binary | 1111101 | 11111 | 100 | 0 | 1001011 | 1100001 | 110011 | 1101 | 1011110 | 11001 |
Color Harmonies of #7D1F04
Complementary color
Monochromatic Colors of #7D1F04
Black with #7D1F04
Text Example
Text Example
White with #7D1F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1F04; }
p { color: rgb(125,31,4); }
H1.HeaderClassName
{
color: #7D1F04;
}
.AnyTagClassName
{
color: #7D1F04;
}
</style>
background-color css
<style>
a { background-color: #7D1F04; }
a { background-color: rgb(125,31,4); }
div.DivClassName
{
background-color: #7D1F04;
}
.BgClassName
{
background-color: #7D1F04;
}
</style>
border-color css
<style>
span { border-color: #7D1F04; }
span { border-color: rgb(125,31,4); }
td.TdClassName
{
border-color: #7D1F04;
}
.TagClassName
{
border-color: #7D1F04;
}
</style>