Shades of Falu Red #7E200A
Tints of Falu Red #7E200A
RGB
CMYK
RGB Variations
Color information
#7E200A (or 0x7E200A) is known color: Falu Red. HEX triplet: 7E, 20 and 0A. RGB value is (126,32,10). Sum of RGB (Red+Green+Blue) = 126+32+10=168 (22% of max value = 765). Red value is 126 (49.61% from 255 or 75% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 126 - color contains mainly: red. Hex color #7E200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E200A is #81DFF5. Grayscale: #393939. Windows color (decimal): -8511478 or 663678. OLE color: 663678.
HSL color Cylindrical-coordinate representation of color #7E200A: hue angle of 11.38º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E200A is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 32 | 10 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.51 |
| HSL | 11.38º | 0.85% | 0.27% | - |
| HSV(B) | 11.38º | 0.92% | 0.49% | - |
| XYZ | 9.18 | 5.49 | 0.86 | - |
| YUV | 57.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 32 | 10 | 0 | 0.75 | 0.92 | 0.51 | 11.38 | 0.85 | 0.27 |
| Hex | 7E | 20 | A | 0 | 4B | 5C | 33 | B | 55 | 1B |
| Octal | 176 | 40 | 12 | 0 | 113 | 134 | 63 | 13 | 125 | 33 |
| Binary | 1111110 | 100000 | 1010 | 0 | 1001011 | 1011100 | 110011 | 1011 | 1010101 | 11011 |
Color Harmonies of #7E200A
Complementary color
Monochromatic Colors of #7E200A
Black with #7E200A
Text Example
Text Example
White with #7E200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E200A; }
p { color: rgb(126,32,10); }
H1.HeaderClassName
{
color: #7E200A;
}
.AnyTagClassName
{
color: #7E200A;
}
</style>
background-color css
<style>
a { background-color: #7E200A; }
a { background-color: rgb(126,32,10); }
div.DivClassName
{
background-color: #7E200A;
}
.BgClassName
{
background-color: #7E200A;
}
</style>
border-color css
<style>
span { border-color: #7E200A; }
span { border-color: rgb(126,32,10); }
td.TdClassName
{
border-color: #7E200A;
}
.TagClassName
{
border-color: #7E200A;
}
</style>