Shades of Falu Red #7E2514
Tints of Falu Red #7E2514
RGB
CMYK
RGB Variations
Color information
#7E2514 (or 0x7E2514) is known color: Falu Red. HEX triplet: 7E, 25 and 14. RGB value is (126,37,20). Sum of RGB (Red+Green+Blue) = 126+37+20=183 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.85% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2514 is #81DAEB. Grayscale: #3D3D3D. Windows color (decimal): -8510188 or 1320318. OLE color: 1320318.
HSL color Cylindrical-coordinate representation of color #7E2514: hue angle of 9.62º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E2514 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 37 | 20 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.51 |
| HSL | 9.62º | 0.73% | 0.29% | - |
| HSV(B) | 9.62º | 0.84% | 0.49% | - |
| XYZ | 9.39 | 5.81 | 1.29 | - |
| YUV | 61.67 | 104.49 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 37 | 20 | 0 | 0.71 | 0.84 | 0.51 | 9.62 | 0.73 | 0.29 |
| Hex | 7E | 25 | 14 | 0 | 47 | 54 | 33 | A | 49 | 1D |
| Octal | 176 | 45 | 24 | 0 | 107 | 124 | 63 | 12 | 111 | 35 |
| Binary | 1111110 | 100101 | 10100 | 0 | 1000111 | 1010100 | 110011 | 1010 | 1001001 | 11101 |
Color Harmonies of #7E2514
Complementary color
Monochromatic Colors of #7E2514
Black with #7E2514
Text Example
Text Example
White with #7E2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2514; }
p { color: rgb(126,37,20); }
H1.HeaderClassName
{
color: #7E2514;
}
.AnyTagClassName
{
color: #7E2514;
}
</style>
background-color css
<style>
a { background-color: #7E2514; }
a { background-color: rgb(126,37,20); }
div.DivClassName
{
background-color: #7E2514;
}
.BgClassName
{
background-color: #7E2514;
}
</style>
border-color css
<style>
span { border-color: #7E2514; }
span { border-color: rgb(126,37,20); }
td.TdClassName
{
border-color: #7E2514;
}
.TagClassName
{
border-color: #7E2514;
}
</style>