Shades of Falu Red #7E1613
Tints of Falu Red #7E1613
RGB
CMYK
RGB Variations
Color information
#7E1613 (or 0x7E1613) is known color: Falu Red. HEX triplet: 7E, 16 and 13. RGB value is (126,22,19). Sum of RGB (Red+Green+Blue) = 126+22+19=167 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75.45% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1613 is #81E9EC. Grayscale: #343434. Windows color (decimal): -8514029 or 1250942. OLE color: 1250942.
HSL color Cylindrical-coordinate representation of color #7E1613: hue angle of 1.68º degrees, saturation: 0.74, 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 #7E1613 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 19 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.51 |
| HSL | 1.68º | 0.74% | 0.28% | - |
| HSV(B) | 1.68º | 0.85% | 0.49% | - |
| XYZ | 9.01 | 5.06 | 1.12 | - |
| YUV | 52.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 19 | 0 | 0.83 | 0.85 | 0.51 | 1.68 | 0.74 | 0.28 |
| Hex | 7E | 16 | 13 | 0 | 53 | 55 | 33 | 2 | 4A | 1C |
| Octal | 176 | 26 | 23 | 0 | 123 | 125 | 63 | 2 | 112 | 34 |
| Binary | 1111110 | 10110 | 10011 | 0 | 1010011 | 1010101 | 110011 | 10 | 1001010 | 11100 |
Color Harmonies of #7E1613
Complementary color
Monochromatic Colors of #7E1613
Black with #7E1613
Text Example
Text Example
White with #7E1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1613; }
p { color: rgb(126,22,19); }
H1.HeaderClassName
{
color: #7E1613;
}
.AnyTagClassName
{
color: #7E1613;
}
</style>
background-color css
<style>
a { background-color: #7E1613; }
a { background-color: rgb(126,22,19); }
div.DivClassName
{
background-color: #7E1613;
}
.BgClassName
{
background-color: #7E1613;
}
</style>
border-color css
<style>
span { border-color: #7E1613; }
span { border-color: rgb(126,22,19); }
td.TdClassName
{
border-color: #7E1613;
}
.TagClassName
{
border-color: #7E1613;
}
</style>