Shades of Falu Red #801818
Tints of Falu Red #801818
RGB
CMYK
RGB Variations
Color information
#801818 (or 0x801818) is known color: Falu Red. HEX triplet: 80, 18 and 18. RGB value is (128,24,24). Sum of RGB (Red+Green+Blue) = 128+24+24=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #801818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801818 is #7FE7E7. Grayscale: #373737. Windows color (decimal): -8382440 or 1579136. OLE color: 1579136.
HSL color Cylindrical-coordinate representation of color #801818: hue angle of 0º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801818 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 24 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.50 |
| HSL | 0º | 0.68% | 0.3% | - |
| HSV(B) | 0º | 0.81% | 0.5% | - |
| XYZ | 9.39 | 5.31 | 1.39 | - |
| YUV | 55.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 24 | 0 | 0.81 | 0.81 | 0.50 | 0 | 0.68 | 0.3 |
| Hex | 80 | 18 | 18 | 0 | 51 | 51 | 32 | 0 | 44 | 1E |
| Octal | 200 | 30 | 30 | 0 | 121 | 121 | 62 | 0 | 104 | 36 |
| Binary | 10000000 | 11000 | 11000 | 0 | 1010001 | 1010001 | 110010 | 0 | 1000100 | 11110 |
Color Harmonies of #801818
Complementary color
Monochromatic Colors of #801818
Black with #801818
Text Example
Text Example
White with #801818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801818; }
p { color: rgb(128,24,24); }
H1.HeaderClassName
{
color: #801818;
}
.AnyTagClassName
{
color: #801818;
}
</style>
background-color css
<style>
a { background-color: #801818; }
a { background-color: rgb(128,24,24); }
div.DivClassName
{
background-color: #801818;
}
.BgClassName
{
background-color: #801818;
}
</style>
border-color css
<style>
span { border-color: #801818; }
span { border-color: rgb(128,24,24); }
td.TdClassName
{
border-color: #801818;
}
.TagClassName
{
border-color: #801818;
}
</style>