Shades of Falu Red #7E1813
Tints of Falu Red #7E1813
RGB
CMYK
RGB Variations
Color information
#7E1813 (or 0x7E1813) is known color: Falu Red. HEX triplet: 7E, 18 and 13. RGB value is (126,24,19). Sum of RGB (Red+Green+Blue) = 126+24+19=169 (22% of max value = 765). Red value is 126 (49.61% from 255 or 74.56% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1813 is #81E7EC. Grayscale: #363636. Windows color (decimal): -8513517 or 1251454. OLE color: 1251454.
HSL color Cylindrical-coordinate representation of color #7E1813: hue angle of 2.8º 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 #7E1813 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 24 | 19 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.51 |
| HSL | 2.8º | 0.74% | 0.28% | - |
| HSV(B) | 2.8º | 0.85% | 0.49% | - |
| XYZ | 9.05 | 5.14 | 1.13 | - |
| YUV | 53.93 | 108.29 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 19 | 0 | 0.81 | 0.85 | 0.51 | 2.8 | 0.74 | 0.28 |
| Hex | 7E | 18 | 13 | 0 | 51 | 55 | 33 | 3 | 4A | 1C |
| Octal | 176 | 30 | 23 | 0 | 121 | 125 | 63 | 3 | 112 | 34 |
| Binary | 1111110 | 11000 | 10011 | 0 | 1010001 | 1010101 | 110011 | 11 | 1001010 | 11100 |
Color Harmonies of #7E1813
Complementary color
Monochromatic Colors of #7E1813
Black with #7E1813
Text Example
Text Example
White with #7E1813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1813; }
p { color: rgb(126,24,19); }
H1.HeaderClassName
{
color: #7E1813;
}
.AnyTagClassName
{
color: #7E1813;
}
</style>
background-color css
<style>
a { background-color: #7E1813; }
a { background-color: rgb(126,24,19); }
div.DivClassName
{
background-color: #7E1813;
}
.BgClassName
{
background-color: #7E1813;
}
</style>
border-color css
<style>
span { border-color: #7E1813; }
span { border-color: rgb(126,24,19); }
td.TdClassName
{
border-color: #7E1813;
}
.TagClassName
{
border-color: #7E1813;
}
</style>