Shades of Falu Red #7E2516
Tints of Falu Red #7E2516
RGB
CMYK
RGB Variations
Color information
#7E2516 (or 0x7E2516) is known color: Falu Red. HEX triplet: 7E, 25 and 16. RGB value is (126,37,22). Sum of RGB (Red+Green+Blue) = 126+37+22=185 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.11% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2516 is #81DAE9. Grayscale: #3E3E3E. Windows color (decimal): -8510186 or 1451390. OLE color: 1451390.
HSL color Cylindrical-coordinate representation of color #7E2516: hue angle of 8.65º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E2516 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 22 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.51 |
| HSL | 8.65º | 0.7% | 0.29% | - |
| HSV(B) | 8.65º | 0.83% | 0.49% | - |
| XYZ | 9.41 | 5.82 | 1.39 | - |
| YUV | 61.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 22 | 0 | 0.71 | 0.83 | 0.51 | 8.65 | 0.7 | 0.29 |
| Hex | 7E | 25 | 16 | 0 | 47 | 53 | 33 | 9 | 46 | 1D |
| Octal | 176 | 45 | 26 | 0 | 107 | 123 | 63 | 11 | 106 | 35 |
| Binary | 1111110 | 100101 | 10110 | 0 | 1000111 | 1010011 | 110011 | 1001 | 1000110 | 11101 |
Color Harmonies of #7E2516
Complementary color
Monochromatic Colors of #7E2516
Black with #7E2516
Text Example
Text Example
White with #7E2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2516; }
p { color: rgb(126,37,22); }
H1.HeaderClassName
{
color: #7E2516;
}
.AnyTagClassName
{
color: #7E2516;
}
</style>
background-color css
<style>
a { background-color: #7E2516; }
a { background-color: rgb(126,37,22); }
div.DivClassName
{
background-color: #7E2516;
}
.BgClassName
{
background-color: #7E2516;
}
</style>
border-color css
<style>
span { border-color: #7E2516; }
span { border-color: rgb(126,37,22); }
td.TdClassName
{
border-color: #7E2516;
}
.TagClassName
{
border-color: #7E2516;
}
</style>