Shades of Falu Red #801407
Tints of Falu Red #801407
RGB
CMYK
RGB Variations
Color information
#801407 (or 0x801407) is known color: Falu Red. HEX triplet: 80, 14 and 07. RGB value is (128,20,7). Sum of RGB (Red+Green+Blue) = 128+20+7=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #801407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801407 is #7FEBF8. Grayscale: #323232. Windows color (decimal): -8383481 or 464000. OLE color: 464000.
HSL color Cylindrical-coordinate representation of color #801407: hue angle of 6.45º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #801407 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 7 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.50 |
| HSL | 6.45º | 0.9% | 0.26% | - |
| HSV(B) | 6.45º | 0.95% | 0.5% | - |
| XYZ | 9.19 | 5.1 | 0.7 | - |
| YUV | 50.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 7 | 0 | 0.84 | 0.95 | 0.50 | 6.45 | 0.9 | 0.26 |
| Hex | 80 | 14 | 7 | 0 | 54 | 5F | 32 | 6 | 5A | 1A |
| Octal | 200 | 24 | 7 | 0 | 124 | 137 | 62 | 6 | 132 | 32 |
| Binary | 10000000 | 10100 | 111 | 0 | 1010100 | 1011111 | 110010 | 110 | 1011010 | 11010 |
Color Harmonies of #801407
Complementary color
Monochromatic Colors of #801407
Black with #801407
Text Example
Text Example
White with #801407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801407; }
p { color: rgb(128,20,7); }
H1.HeaderClassName
{
color: #801407;
}
.AnyTagClassName
{
color: #801407;
}
</style>
background-color css
<style>
a { background-color: #801407; }
a { background-color: rgb(128,20,7); }
div.DivClassName
{
background-color: #801407;
}
.BgClassName
{
background-color: #801407;
}
</style>
border-color css
<style>
span { border-color: #801407; }
span { border-color: rgb(128,20,7); }
td.TdClassName
{
border-color: #801407;
}
.TagClassName
{
border-color: #801407;
}
</style>