Shades of Falu Red #801C11
Tints of Falu Red #801C11
RGB
CMYK
RGB Variations
Color information
#801C11 (or 0x801C11) is known color: Falu Red. HEX triplet: 80, 1C and 11. RGB value is (128,28,17). Sum of RGB (Red+Green+Blue) = 128+28+17=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #801C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #801C11 is #7FE3EE. Grayscale: #383838. Windows color (decimal): -8381423 or 1121408. OLE color: 1121408.
HSL color Cylindrical-coordinate representation of color #801C11: hue angle of 5.95º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801C11 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 28 | 17 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.50 |
| HSL | 5.95º | 0.77% | 0.28% | - |
| HSV(B) | 5.95º | 0.87% | 0.5% | - |
| XYZ | 9.42 | 5.46 | 1.09 | - |
| YUV | 56.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 17 | 0 | 0.78 | 0.87 | 0.50 | 5.95 | 0.77 | 0.28 |
| Hex | 80 | 1C | 11 | 0 | 4E | 57 | 32 | 6 | 4D | 1C |
| Octal | 200 | 34 | 21 | 0 | 116 | 127 | 62 | 6 | 115 | 34 |
| Binary | 10000000 | 11100 | 10001 | 0 | 1001110 | 1010111 | 110010 | 110 | 1001101 | 11100 |
Color Harmonies of #801C11
Complementary color
Monochromatic Colors of #801C11
Black with #801C11
Text Example
Text Example
White with #801C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C11; }
p { color: rgb(128,28,17); }
H1.HeaderClassName
{
color: #801C11;
}
.AnyTagClassName
{
color: #801C11;
}
</style>
background-color css
<style>
a { background-color: #801C11; }
a { background-color: rgb(128,28,17); }
div.DivClassName
{
background-color: #801C11;
}
.BgClassName
{
background-color: #801C11;
}
</style>
border-color css
<style>
span { border-color: #801C11; }
span { border-color: rgb(128,28,17); }
td.TdClassName
{
border-color: #801C11;
}
.TagClassName
{
border-color: #801C11;
}
</style>