Shades of Falu Red #7E2006
Tints of Falu Red #7E2006
RGB
CMYK
RGB Variations
Color information
#7E2006 (or 0x7E2006) is known color: Falu Red. HEX triplet: 7E, 20 and 06. RGB value is (126,32,6). Sum of RGB (Red+Green+Blue) = 126+32+6=164 (21% of max value = 765). Red value is 126 (49.61% from 255 or 76.83% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2006 is #81DFF9. Grayscale: #393939. Windows color (decimal): -8511482 or 401534. OLE color: 401534.
HSL color Cylindrical-coordinate representation of color #7E2006: hue angle of 13º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7E2006 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 32 | 6 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.51 |
| HSL | 13º | 0.91% | 0.26% | - |
| HSV(B) | 13º | 0.95% | 0.49% | - |
| XYZ | 9.15 | 5.48 | 0.75 | - |
| YUV | 57.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 6 | 0 | 0.75 | 0.95 | 0.51 | 13 | 0.91 | 0.26 |
| Hex | 7E | 20 | 6 | 0 | 4B | 5F | 33 | D | 5B | 1A |
| Octal | 176 | 40 | 6 | 0 | 113 | 137 | 63 | 15 | 133 | 32 |
| Binary | 1111110 | 100000 | 110 | 0 | 1001011 | 1011111 | 110011 | 1101 | 1011011 | 11010 |
Color Harmonies of #7E2006
Complementary color
Monochromatic Colors of #7E2006
Black with #7E2006
Text Example
Text Example
White with #7E2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2006; }
p { color: rgb(126,32,6); }
H1.HeaderClassName
{
color: #7E2006;
}
.AnyTagClassName
{
color: #7E2006;
}
</style>
background-color css
<style>
a { background-color: #7E2006; }
a { background-color: rgb(126,32,6); }
div.DivClassName
{
background-color: #7E2006;
}
.BgClassName
{
background-color: #7E2006;
}
</style>
border-color css
<style>
span { border-color: #7E2006; }
span { border-color: rgb(126,32,6); }
td.TdClassName
{
border-color: #7E2006;
}
.TagClassName
{
border-color: #7E2006;
}
</style>