Shades of Falu Red #7C2500
Tints of Falu Red #7C2500
RGB
CMYK
RGB Variations
Color information
#7C2500 (or 0x7C2500) is known color: Falu Red. HEX triplet: 7C, 25 and 00. RGB value is (124,37,0). Sum of RGB (Red+Green+Blue) = 124+37+0=161 (21% of max value = 765). Red value is 124 (48.83% from 255 or 77.02% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2500 is #83DAFF. Grayscale: #3B3B3B. Windows color (decimal): -8641280 or 9596. OLE color: 9596.
HSL color Cylindrical-coordinate representation of color #7C2500: hue angle of 17.9º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C2500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 37 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.51 |
| HSL | 17.9º | 1% | 0.24% | - |
| HSV(B) | 17.9º | 1% | 0.49% | - |
| XYZ | 8.97 | 5.61 | 0.61 | - |
| YUV | 58.8 | 94.82 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 37 | 0 | 0 | 0.70 | 1 | 0.51 | 17.9 | 1 | 0.24 |
| Hex | 7C | 25 | 0 | 0 | 46 | 64 | 33 | 12 | 64 | 18 |
| Octal | 174 | 45 | 0 | 0 | 106 | 144 | 63 | 22 | 144 | 30 |
| Binary | 1111100 | 100101 | 0 | 0 | 1000110 | 1100100 | 110011 | 10010 | 1100100 | 11000 |
Color Harmonies of #7C2500
Complementary color
Monochromatic Colors of #7C2500
Black with #7C2500
Text Example
Text Example
White with #7C2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2500; }
p { color: rgb(124,37,0); }
H1.HeaderClassName
{
color: #7C2500;
}
.AnyTagClassName
{
color: #7C2500;
}
</style>
background-color css
<style>
a { background-color: #7C2500; }
a { background-color: rgb(124,37,0); }
div.DivClassName
{
background-color: #7C2500;
}
.BgClassName
{
background-color: #7C2500;
}
</style>
border-color css
<style>
span { border-color: #7C2500; }
span { border-color: rgb(124,37,0); }
td.TdClassName
{
border-color: #7C2500;
}
.TagClassName
{
border-color: #7C2500;
}
</style>