Shades of Falu Red #7E1812
Tints of Falu Red #7E1812
RGB
CMYK
RGB Variations
Color information
#7E1812 (or 0x7E1812) is known color: Falu Red. HEX triplet: 7E, 18 and 12. RGB value is (126,24,18). Sum of RGB (Red+Green+Blue) = 126+24+18=168 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E1812 is #81E7ED. Grayscale: #353535. Windows color (decimal): -8513518 or 1185918. OLE color: 1185918.
HSL color Cylindrical-coordinate representation of color #7E1812: hue angle of 3.33º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1812 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 24 | 18 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.51 |
| HSL | 3.33º | 0.75% | 0.28% | - |
| HSV(B) | 3.33º | 0.86% | 0.49% | - |
| XYZ | 9.04 | 5.13 | 1.09 | - |
| YUV | 53.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 24 | 18 | 0 | 0.81 | 0.86 | 0.51 | 3.33 | 0.75 | 0.28 |
| Hex | 7E | 18 | 12 | 0 | 51 | 56 | 33 | 3 | 4B | 1C |
| Octal | 176 | 30 | 22 | 0 | 121 | 126 | 63 | 3 | 113 | 34 |
| Binary | 1111110 | 11000 | 10010 | 0 | 1010001 | 1010110 | 110011 | 11 | 1001011 | 11100 |
Color Harmonies of #7E1812
Complementary color
Monochromatic Colors of #7E1812
Black with #7E1812
Text Example
Text Example
White with #7E1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1812; }
p { color: rgb(126,24,18); }
H1.HeaderClassName
{
color: #7E1812;
}
.AnyTagClassName
{
color: #7E1812;
}
</style>
background-color css
<style>
a { background-color: #7E1812; }
a { background-color: rgb(126,24,18); }
div.DivClassName
{
background-color: #7E1812;
}
.BgClassName
{
background-color: #7E1812;
}
</style>
border-color css
<style>
span { border-color: #7E1812; }
span { border-color: rgb(126,24,18); }
td.TdClassName
{
border-color: #7E1812;
}
.TagClassName
{
border-color: #7E1812;
}
</style>