Shades of Falu Red #7D1A07
Tints of Falu Red #7D1A07
RGB
CMYK
RGB Variations
Color information
#7D1A07 (or 0x7D1A07) is known color: Falu Red. HEX triplet: 7D, 1A and 07. RGB value is (125,26,7). Sum of RGB (Red+Green+Blue) = 125+26+7=158 (20% of max value = 765). Red value is 125 (49.22% from 255 or 79.11% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1A07 is #82E5F8. Grayscale: #353535. Windows color (decimal): -8578553 or 465533. OLE color: 465533.
HSL color Cylindrical-coordinate representation of color #7D1A07: hue angle of 9.66º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D1A07 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 26 | 7 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.51 |
| HSL | 9.66º | 0.89% | 0.26% | - |
| HSV(B) | 9.66º | 0.94% | 0.49% | - |
| XYZ | 8.87 | 5.11 | 0.72 | - |
| YUV | 53.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 26 | 7 | 0 | 0.79 | 0.94 | 0.51 | 9.66 | 0.89 | 0.26 |
| Hex | 7D | 1A | 7 | 0 | 4F | 5E | 33 | A | 59 | 1A |
| Octal | 175 | 32 | 7 | 0 | 117 | 136 | 63 | 12 | 131 | 32 |
| Binary | 1111101 | 11010 | 111 | 0 | 1001111 | 1011110 | 110011 | 1010 | 1011001 | 11010 |
Color Harmonies of #7D1A07
Complementary color
Monochromatic Colors of #7D1A07
Black with #7D1A07
Text Example
Text Example
White with #7D1A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1A07; }
p { color: rgb(125,26,7); }
H1.HeaderClassName
{
color: #7D1A07;
}
.AnyTagClassName
{
color: #7D1A07;
}
</style>
background-color css
<style>
a { background-color: #7D1A07; }
a { background-color: rgb(125,26,7); }
div.DivClassName
{
background-color: #7D1A07;
}
.BgClassName
{
background-color: #7D1A07;
}
</style>
border-color css
<style>
span { border-color: #7D1A07; }
span { border-color: rgb(125,26,7); }
td.TdClassName
{
border-color: #7D1A07;
}
.TagClassName
{
border-color: #7D1A07;
}
</style>