Shades of Falu Red #7D1F09
Tints of Falu Red #7D1F09
RGB
CMYK
RGB Variations
Color information
#7D1F09 (or 0x7D1F09) is known color: Falu Red. HEX triplet: 7D, 1F and 09. RGB value is (125,31,9). Sum of RGB (Red+Green+Blue) = 125+31+9=165 (21% of max value = 765). Red value is 125 (49.22% from 255 or 75.76% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1F09 is #82E0F6. Grayscale: #383838. Windows color (decimal): -8577271 or 597885. OLE color: 597885.
HSL color Cylindrical-coordinate representation of color #7D1F09: hue angle of 11.38º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D1F09 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 31 | 9 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.51 |
| HSL | 11.38º | 0.87% | 0.26% | - |
| HSV(B) | 11.38º | 0.93% | 0.49% | - |
| XYZ | 9 | 5.36 | 0.82 | - |
| YUV | 56.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 9 | 0 | 0.75 | 0.93 | 0.51 | 11.38 | 0.87 | 0.26 |
| Hex | 7D | 1F | 9 | 0 | 4B | 5D | 33 | B | 57 | 1A |
| Octal | 175 | 37 | 11 | 0 | 113 | 135 | 63 | 13 | 127 | 32 |
| Binary | 1111101 | 11111 | 1001 | 0 | 1001011 | 1011101 | 110011 | 1011 | 1010111 | 11010 |
Color Harmonies of #7D1F09
Complementary color
Monochromatic Colors of #7D1F09
Black with #7D1F09
Text Example
Text Example
White with #7D1F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1F09; }
p { color: rgb(125,31,9); }
H1.HeaderClassName
{
color: #7D1F09;
}
.AnyTagClassName
{
color: #7D1F09;
}
</style>
background-color css
<style>
a { background-color: #7D1F09; }
a { background-color: rgb(125,31,9); }
div.DivClassName
{
background-color: #7D1F09;
}
.BgClassName
{
background-color: #7D1F09;
}
</style>
border-color css
<style>
span { border-color: #7D1F09; }
span { border-color: rgb(125,31,9); }
td.TdClassName
{
border-color: #7D1F09;
}
.TagClassName
{
border-color: #7D1F09;
}
</style>