Shades of Falu Red #802004
Tints of Falu Red #802004
RGB
CMYK
RGB Variations
Color information
#802004 (or 0x802004) is known color: Falu Red. HEX triplet: 80, 20 and 04. RGB value is (128,32,4). Sum of RGB (Red+Green+Blue) = 128+32+4=164 (21% of max value = 765). Red value is 128 (50.39% from 255 or 78.05% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 128 - color contains mainly: red. Hex color #802004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802004 is #7FDFFB. Grayscale: #393939. Windows color (decimal): -8380412 or 270464. OLE color: 270464.
HSL color Cylindrical-coordinate representation of color #802004: hue angle of 13.55º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #802004 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 4 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.50 |
| HSL | 13.55º | 0.94% | 0.26% | - |
| HSV(B) | 13.55º | 0.97% | 0.5% | - |
| XYZ | 9.44 | 5.63 | 0.7 | - |
| YUV | 57.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 4 | 0 | 0.75 | 0.97 | 0.50 | 13.55 | 0.94 | 0.26 |
| Hex | 80 | 20 | 4 | 0 | 4B | 61 | 32 | E | 5E | 1A |
| Octal | 200 | 40 | 4 | 0 | 113 | 141 | 62 | 16 | 136 | 32 |
| Binary | 10000000 | 100000 | 100 | 0 | 1001011 | 1100001 | 110010 | 1110 | 1011110 | 11010 |
Color Harmonies of #802004
Complementary color
Monochromatic Colors of #802004
Black with #802004
Text Example
Text Example
White with #802004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802004; }
p { color: rgb(128,32,4); }
H1.HeaderClassName
{
color: #802004;
}
.AnyTagClassName
{
color: #802004;
}
</style>
background-color css
<style>
a { background-color: #802004; }
a { background-color: rgb(128,32,4); }
div.DivClassName
{
background-color: #802004;
}
.BgClassName
{
background-color: #802004;
}
</style>
border-color css
<style>
span { border-color: #802004; }
span { border-color: rgb(128,32,4); }
td.TdClassName
{
border-color: #802004;
}
.TagClassName
{
border-color: #802004;
}
</style>