Shades of Falu Red #801A13
Tints of Falu Red #801A13
RGB
CMYK
RGB Variations
Color information
#801A13 (or 0x801A13) is known color: Falu Red. HEX triplet: 80, 1A and 13. RGB value is (128,26,19). Sum of RGB (Red+Green+Blue) = 128+26+19=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #801A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801A13 is #7FE5EC. Grayscale: #373737. Windows color (decimal): -8381933 or 1251968. OLE color: 1251968.
HSL color Cylindrical-coordinate representation of color #801A13: hue angle of 3.85º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801A13 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 19 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.50 |
| HSL | 3.85º | 0.74% | 0.29% | - |
| HSV(B) | 3.85º | 0.85% | 0.5% | - |
| XYZ | 9.39 | 5.38 | 1.16 | - |
| YUV | 55.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 19 | 0 | 0.80 | 0.85 | 0.50 | 3.85 | 0.74 | 0.29 |
| Hex | 80 | 1A | 13 | 0 | 50 | 55 | 32 | 4 | 4A | 1D |
| Octal | 200 | 32 | 23 | 0 | 120 | 125 | 62 | 4 | 112 | 35 |
| Binary | 10000000 | 11010 | 10011 | 0 | 1010000 | 1010101 | 110010 | 100 | 1001010 | 11101 |
Color Harmonies of #801A13
Complementary color
Monochromatic Colors of #801A13
Black with #801A13
Text Example
Text Example
White with #801A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A13; }
p { color: rgb(128,26,19); }
H1.HeaderClassName
{
color: #801A13;
}
.AnyTagClassName
{
color: #801A13;
}
</style>
background-color css
<style>
a { background-color: #801A13; }
a { background-color: rgb(128,26,19); }
div.DivClassName
{
background-color: #801A13;
}
.BgClassName
{
background-color: #801A13;
}
</style>
border-color css
<style>
span { border-color: #801A13; }
span { border-color: rgb(128,26,19); }
td.TdClassName
{
border-color: #801A13;
}
.TagClassName
{
border-color: #801A13;
}
</style>