Shades of Falu Red #802108
Tints of Falu Red #802108
RGB
CMYK
RGB Variations
Color information
#802108 (or 0x802108) is known color: Falu Red. HEX triplet: 80, 21 and 08. RGB value is (128,33,8). Sum of RGB (Red+Green+Blue) = 128+33+8=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #802108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802108 is #7FDEF7. Grayscale: #3A3A3A. Windows color (decimal): -8380152 or 532864. OLE color: 532864.
HSL color Cylindrical-coordinate representation of color #802108: hue angle of 12.5º 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 #802108 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 8 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.50 |
| HSL | 12.5º | 0.88% | 0.27% | - |
| HSV(B) | 12.5º | 0.94% | 0.5% | - |
| XYZ | 9.49 | 5.69 | 0.83 | - |
| YUV | 58.56 | 99.47 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 8 | 0 | 0.74 | 0.94 | 0.50 | 12.5 | 0.88 | 0.27 |
| Hex | 80 | 21 | 8 | 0 | 4A | 5E | 32 | C | 58 | 1B |
| Octal | 200 | 41 | 10 | 0 | 112 | 136 | 62 | 14 | 130 | 33 |
| Binary | 10000000 | 100001 | 1000 | 0 | 1001010 | 1011110 | 110010 | 1100 | 1011000 | 11011 |
Color Harmonies of #802108
Complementary color
Monochromatic Colors of #802108
Black with #802108
Text Example
Text Example
White with #802108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802108; }
p { color: rgb(128,33,8); }
H1.HeaderClassName
{
color: #802108;
}
.AnyTagClassName
{
color: #802108;
}
</style>
background-color css
<style>
a { background-color: #802108; }
a { background-color: rgb(128,33,8); }
div.DivClassName
{
background-color: #802108;
}
.BgClassName
{
background-color: #802108;
}
</style>
border-color css
<style>
span { border-color: #802108; }
span { border-color: rgb(128,33,8); }
td.TdClassName
{
border-color: #802108;
}
.TagClassName
{
border-color: #802108;
}
</style>