Shades of Falu Red #7D1412
Tints of Falu Red #7D1412
RGB
CMYK
RGB Variations
Color information
#7D1412 (or 0x7D1412) is known color: Falu Red. HEX triplet: 7D, 14 and 12. RGB value is (125,20,18). Sum of RGB (Red+Green+Blue) = 125+20+18=163 (21% of max value = 765). Red value is 125 (49.22% from 255 or 76.69% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1412 is #82EBED. Grayscale: #333333. Windows color (decimal): -8580078 or 1184893. OLE color: 1184893.
HSL color Cylindrical-coordinate representation of color #7D1412: hue angle of 1.12º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1412 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 18 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.51 |
| HSL | 1.12º | 0.75% | 0.28% | - |
| HSV(B) | 1.12º | 0.86% | 0.49% | - |
| XYZ | 8.82 | 4.9 | 1.05 | - |
| YUV | 51.17 | 109.29 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 18 | 0 | 0.84 | 0.86 | 0.51 | 1.12 | 0.75 | 0.28 |
| Hex | 7D | 14 | 12 | 0 | 54 | 56 | 33 | 1 | 4B | 1C |
| Octal | 175 | 24 | 22 | 0 | 124 | 126 | 63 | 1 | 113 | 34 |
| Binary | 1111101 | 10100 | 10010 | 0 | 1010100 | 1010110 | 110011 | 1 | 1001011 | 11100 |
Color Harmonies of #7D1412
Complementary color
Monochromatic Colors of #7D1412
Black with #7D1412
Text Example
Text Example
White with #7D1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1412; }
p { color: rgb(125,20,18); }
H1.HeaderClassName
{
color: #7D1412;
}
.AnyTagClassName
{
color: #7D1412;
}
</style>
background-color css
<style>
a { background-color: #7D1412; }
a { background-color: rgb(125,20,18); }
div.DivClassName
{
background-color: #7D1412;
}
.BgClassName
{
background-color: #7D1412;
}
</style>
border-color css
<style>
span { border-color: #7D1412; }
span { border-color: rgb(125,20,18); }
td.TdClassName
{
border-color: #7D1412;
}
.TagClassName
{
border-color: #7D1412;
}
</style>