Shades of Falu Red #80200D
Tints of Falu Red #80200D
RGB
CMYK
RGB Variations
Color information
#80200D (or 0x80200D) is known color: Falu Red. HEX triplet: 80, 20 and 0D. RGB value is (128,32,13). Sum of RGB (Red+Green+Blue) = 128+32+13=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #80200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80200D is #7FDFF2. Grayscale: #3A3A3A. Windows color (decimal): -8380403 or 860288. OLE color: 860288.
HSL color Cylindrical-coordinate representation of color #80200D: hue angle of 9.91º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80200D is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 13 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.50 |
| HSL | 9.91º | 0.82% | 0.28% | - |
| HSV(B) | 9.91º | 0.9% | 0.5% | - |
| XYZ | 9.49 | 5.65 | 0.97 | - |
| YUV | 58.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 13 | 0 | 0.75 | 0.90 | 0.50 | 9.91 | 0.82 | 0.28 |
| Hex | 80 | 20 | D | 0 | 4B | 5A | 32 | A | 52 | 1C |
| Octal | 200 | 40 | 15 | 0 | 113 | 132 | 62 | 12 | 122 | 34 |
| Binary | 10000000 | 100000 | 1101 | 0 | 1001011 | 1011010 | 110010 | 1010 | 1010010 | 11100 |
Color Harmonies of #80200D
Complementary color
Monochromatic Colors of #80200D
Black with #80200D
Text Example
Text Example
White with #80200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80200D; }
p { color: rgb(128,32,13); }
H1.HeaderClassName
{
color: #80200D;
}
.AnyTagClassName
{
color: #80200D;
}
</style>
background-color css
<style>
a { background-color: #80200D; }
a { background-color: rgb(128,32,13); }
div.DivClassName
{
background-color: #80200D;
}
.BgClassName
{
background-color: #80200D;
}
</style>
border-color css
<style>
span { border-color: #80200D; }
span { border-color: rgb(128,32,13); }
td.TdClassName
{
border-color: #80200D;
}
.TagClassName
{
border-color: #80200D;
}
</style>