Shades of Falu Red #801A08
Tints of Falu Red #801A08
RGB
CMYK
RGB Variations
Color information
#801A08 (or 0x801A08) is known color: Falu Red. HEX triplet: 80, 1A and 08. RGB value is (128,26,8). Sum of RGB (Red+Green+Blue) = 128+26+8=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #801A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801A08 is #7FE5F7. Grayscale: #363636. Windows color (decimal): -8381944 or 531072. OLE color: 531072.
HSL color Cylindrical-coordinate representation of color #801A08: hue angle of 9º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #801A08 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 8 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.50 |
| HSL | 9º | 0.88% | 0.27% | - |
| HSV(B) | 9º | 0.94% | 0.5% | - |
| XYZ | 9.32 | 5.35 | 0.77 | - |
| YUV | 54.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 8 | 0 | 0.80 | 0.94 | 0.50 | 9 | 0.88 | 0.27 |
| Hex | 80 | 1A | 8 | 0 | 50 | 5E | 32 | 9 | 58 | 1B |
| Octal | 200 | 32 | 10 | 0 | 120 | 136 | 62 | 11 | 130 | 33 |
| Binary | 10000000 | 11010 | 1000 | 0 | 1010000 | 1011110 | 110010 | 1001 | 1011000 | 11011 |
Color Harmonies of #801A08
Complementary color
Monochromatic Colors of #801A08
Black with #801A08
Text Example
Text Example
White with #801A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A08; }
p { color: rgb(128,26,8); }
H1.HeaderClassName
{
color: #801A08;
}
.AnyTagClassName
{
color: #801A08;
}
</style>
background-color css
<style>
a { background-color: #801A08; }
a { background-color: rgb(128,26,8); }
div.DivClassName
{
background-color: #801A08;
}
.BgClassName
{
background-color: #801A08;
}
</style>
border-color css
<style>
span { border-color: #801A08; }
span { border-color: rgb(128,26,8); }
td.TdClassName
{
border-color: #801A08;
}
.TagClassName
{
border-color: #801A08;
}
</style>