Shades of Falu Red #7C2513
Tints of Falu Red #7C2513
RGB
CMYK
RGB Variations
Color information
#7C2513 (or 0x7C2513) is known color: Falu Red. HEX triplet: 7C, 25 and 13. RGB value is (124,37,19). Sum of RGB (Red+Green+Blue) = 124+37+19=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2513 is #83DAEC. Grayscale: #3D3D3D. Windows color (decimal): -8641261 or 1254780. OLE color: 1254780.
HSL color Cylindrical-coordinate representation of color #7C2513: hue angle of 10.29º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C2513 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 37 | 19 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.51 |
| HSL | 10.29º | 0.73% | 0.28% | - |
| HSV(B) | 10.29º | 0.85% | 0.49% | - |
| XYZ | 9.09 | 5.66 | 1.23 | - |
| YUV | 60.96 | 104.32 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 19 | 0 | 0.70 | 0.85 | 0.51 | 10.29 | 0.73 | 0.28 |
| Hex | 7C | 25 | 13 | 0 | 46 | 55 | 33 | A | 49 | 1C |
| Octal | 174 | 45 | 23 | 0 | 106 | 125 | 63 | 12 | 111 | 34 |
| Binary | 1111100 | 100101 | 10011 | 0 | 1000110 | 1010101 | 110011 | 1010 | 1001001 | 11100 |
Color Harmonies of #7C2513
Complementary color
Monochromatic Colors of #7C2513
Black with #7C2513
Text Example
Text Example
White with #7C2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2513; }
p { color: rgb(124,37,19); }
H1.HeaderClassName
{
color: #7C2513;
}
.AnyTagClassName
{
color: #7C2513;
}
</style>
background-color css
<style>
a { background-color: #7C2513; }
a { background-color: rgb(124,37,19); }
div.DivClassName
{
background-color: #7C2513;
}
.BgClassName
{
background-color: #7C2513;
}
</style>
border-color css
<style>
span { border-color: #7C2513; }
span { border-color: rgb(124,37,19); }
td.TdClassName
{
border-color: #7C2513;
}
.TagClassName
{
border-color: #7C2513;
}
</style>