Shades of Falu Red #80130D
Tints of Falu Red #80130D
RGB
CMYK
RGB Variations
Color information
#80130D (or 0x80130D) is known color: Falu Red. HEX triplet: 80, 13 and 0D. RGB value is (128,19,13). Sum of RGB (Red+Green+Blue) = 128+19+13=160 (21% of max value = 765). Red value is 128 (50.39% from 255 or 80% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 128 - color contains mainly: red. Hex color #80130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80130D is #7FECF2. Grayscale: #333333. Windows color (decimal): -8383731 or 856960. OLE color: 856960.
HSL color Cylindrical-coordinate representation of color #80130D: hue angle of 3.13º 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 #80130D is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 13 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.50 |
| HSL | 3.13º | 0.82% | 0.28% | - |
| HSV(B) | 3.13º | 0.9% | 0.5% | - |
| XYZ | 9.21 | 5.08 | 0.88 | - |
| YUV | 50.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 13 | 0 | 0.85 | 0.90 | 0.50 | 3.13 | 0.82 | 0.28 |
| Hex | 80 | 13 | D | 0 | 55 | 5A | 32 | 3 | 52 | 1C |
| Octal | 200 | 23 | 15 | 0 | 125 | 132 | 62 | 3 | 122 | 34 |
| Binary | 10000000 | 10011 | 1101 | 0 | 1010101 | 1011010 | 110010 | 11 | 1010010 | 11100 |
Color Harmonies of #80130D
Complementary color
Monochromatic Colors of #80130D
Black with #80130D
Text Example
Text Example
White with #80130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80130D; }
p { color: rgb(128,19,13); }
H1.HeaderClassName
{
color: #80130D;
}
.AnyTagClassName
{
color: #80130D;
}
</style>
background-color css
<style>
a { background-color: #80130D; }
a { background-color: rgb(128,19,13); }
div.DivClassName
{
background-color: #80130D;
}
.BgClassName
{
background-color: #80130D;
}
</style>
border-color css
<style>
span { border-color: #80130D; }
span { border-color: rgb(128,19,13); }
td.TdClassName
{
border-color: #80130D;
}
.TagClassName
{
border-color: #80130D;
}
</style>