Shades of Falu Red #801A01
Tints of Falu Red #801A01
RGB
CMYK
RGB Variations
Color information
#801A01 (or 0x801A01) is known color: Falu Red. HEX triplet: 80, 1A and 01. RGB value is (128,26,1). Sum of RGB (Red+Green+Blue) = 128+26+1=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #801A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801A01 is #7FE5FE. Grayscale: #353535. Windows color (decimal): -8381951 or 72320. OLE color: 72320.
HSL color Cylindrical-coordinate representation of color #801A01: hue angle of 11.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #801A01 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 26 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.50 |
| HSL | 11.81º | 0.98% | 0.25% | - |
| HSV(B) | 11.81º | 0.99% | 0.5% | - |
| XYZ | 9.28 | 5.33 | 0.57 | - |
| YUV | 53.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 26 | 1 | 0 | 0.80 | 0.99 | 0.50 | 11.81 | 0.98 | 0.25 |
| Hex | 80 | 1A | 1 | 0 | 50 | 63 | 32 | C | 62 | 19 |
| Octal | 200 | 32 | 1 | 0 | 120 | 143 | 62 | 14 | 142 | 31 |
| Binary | 10000000 | 11010 | 1 | 0 | 1010000 | 1100011 | 110010 | 1100 | 1100010 | 11001 |
Color Harmonies of #801A01
Complementary color
Monochromatic Colors of #801A01
Black with #801A01
Text Example
Text Example
White with #801A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801A01; }
p { color: rgb(128,26,1); }
H1.HeaderClassName
{
color: #801A01;
}
.AnyTagClassName
{
color: #801A01;
}
</style>
background-color css
<style>
a { background-color: #801A01; }
a { background-color: rgb(128,26,1); }
div.DivClassName
{
background-color: #801A01;
}
.BgClassName
{
background-color: #801A01;
}
</style>
border-color css
<style>
span { border-color: #801A01; }
span { border-color: rgb(128,26,1); }
td.TdClassName
{
border-color: #801A01;
}
.TagClassName
{
border-color: #801A01;
}
</style>