Shades of Falu Red #7D130A
Tints of Falu Red #7D130A
RGB
CMYK
RGB Variations
Color information
#7D130A (or 0x7D130A) is known color: Falu Red. HEX triplet: 7D, 13 and 0A. RGB value is (125,19,10). Sum of RGB (Red+Green+Blue) = 125+19+10=154 (20% of max value = 765). Red value is 125 (49.22% from 255 or 81.17% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 125 - color contains mainly: red. Hex color #7D130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D130A is #82ECF5. Grayscale: #313131. Windows color (decimal): -8580342 or 660349. OLE color: 660349.
HSL color Cylindrical-coordinate representation of color #7D130A: hue angle of 4.7º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D130A is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 10 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.51 |
| HSL | 4.7º | 0.85% | 0.26% | - |
| HSV(B) | 4.7º | 0.92% | 0.49% | - |
| XYZ | 8.75 | 4.85 | 0.76 | - |
| YUV | 49.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 10 | 0 | 0.85 | 0.92 | 0.51 | 4.7 | 0.85 | 0.26 |
| Hex | 7D | 13 | A | 0 | 55 | 5C | 33 | 5 | 55 | 1A |
| Octal | 175 | 23 | 12 | 0 | 125 | 134 | 63 | 5 | 125 | 32 |
| Binary | 1111101 | 10011 | 1010 | 0 | 1010101 | 1011100 | 110011 | 101 | 1010101 | 11010 |
Color Harmonies of #7D130A
Complementary color
Monochromatic Colors of #7D130A
Black with #7D130A
Text Example
Text Example
White with #7D130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D130A; }
p { color: rgb(125,19,10); }
H1.HeaderClassName
{
color: #7D130A;
}
.AnyTagClassName
{
color: #7D130A;
}
</style>
background-color css
<style>
a { background-color: #7D130A; }
a { background-color: rgb(125,19,10); }
div.DivClassName
{
background-color: #7D130A;
}
.BgClassName
{
background-color: #7D130A;
}
</style>
border-color css
<style>
span { border-color: #7D130A; }
span { border-color: rgb(125,19,10); }
td.TdClassName
{
border-color: #7D130A;
}
.TagClassName
{
border-color: #7D130A;
}
</style>