Shades of Falu Red #7E200E
Tints of Falu Red #7E200E
RGB
CMYK
RGB Variations
Color information
#7E200E (or 0x7E200E) is known color: Falu Red. HEX triplet: 7E, 20 and 0E. RGB value is (126,32,14). Sum of RGB (Red+Green+Blue) = 126+32+14=172 (22% of max value = 765). Red value is 126 (49.61% from 255 or 73.26% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 126 - color contains mainly: red. Hex color #7E200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E200E is #81DFF1. Grayscale: #3A3A3A. Windows color (decimal): -8511474 or 925822. OLE color: 925822.
HSL color Cylindrical-coordinate representation of color #7E200E: hue angle of 9.64º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7E200E is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 32 | 14 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.51 |
| HSL | 9.64º | 0.8% | 0.27% | - |
| HSV(B) | 9.64º | 0.89% | 0.49% | - |
| XYZ | 9.2 | 5.5 | 0.99 | - |
| YUV | 58.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 14 | 0 | 0.75 | 0.89 | 0.51 | 9.64 | 0.8 | 0.27 |
| Hex | 7E | 20 | E | 0 | 4B | 59 | 33 | A | 50 | 1B |
| Octal | 176 | 40 | 16 | 0 | 113 | 131 | 63 | 12 | 120 | 33 |
| Binary | 1111110 | 100000 | 1110 | 0 | 1001011 | 1011001 | 110011 | 1010 | 1010000 | 11011 |
Color Harmonies of #7E200E
Complementary color
Monochromatic Colors of #7E200E
Black with #7E200E
Text Example
Text Example
White with #7E200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E200E; }
p { color: rgb(126,32,14); }
H1.HeaderClassName
{
color: #7E200E;
}
.AnyTagClassName
{
color: #7E200E;
}
</style>
background-color css
<style>
a { background-color: #7E200E; }
a { background-color: rgb(126,32,14); }
div.DivClassName
{
background-color: #7E200E;
}
.BgClassName
{
background-color: #7E200E;
}
</style>
border-color css
<style>
span { border-color: #7E200E; }
span { border-color: rgb(126,32,14); }
td.TdClassName
{
border-color: #7E200E;
}
.TagClassName
{
border-color: #7E200E;
}
</style>