Shades of Falu Red #802013
Tints of Falu Red #802013
RGB
CMYK
RGB Variations
Color information
#802013 (or 0x802013) is known color: Falu Red. HEX triplet: 80, 20 and 13. RGB value is (128,32,19). Sum of RGB (Red+Green+Blue) = 128+32+19=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #802013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802013 is #7FDFEC. Grayscale: #3B3B3B. Windows color (decimal): -8380397 or 1253504. OLE color: 1253504.
HSL color Cylindrical-coordinate representation of color #802013: hue angle of 7.16º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #802013 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 19 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.50 |
| HSL | 7.16º | 0.74% | 0.29% | - |
| HSV(B) | 7.16º | 0.85% | 0.5% | - |
| XYZ | 9.54 | 5.67 | 1.21 | - |
| YUV | 59.22 | 105.3 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 19 | 0 | 0.75 | 0.85 | 0.50 | 7.16 | 0.74 | 0.29 |
| Hex | 80 | 20 | 13 | 0 | 4B | 55 | 32 | 7 | 4A | 1D |
| Octal | 200 | 40 | 23 | 0 | 113 | 125 | 62 | 7 | 112 | 35 |
| Binary | 10000000 | 100000 | 10011 | 0 | 1001011 | 1010101 | 110010 | 111 | 1001010 | 11101 |
Color Harmonies of #802013
Complementary color
Monochromatic Colors of #802013
Black with #802013
Text Example
Text Example
White with #802013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802013; }
p { color: rgb(128,32,19); }
H1.HeaderClassName
{
color: #802013;
}
.AnyTagClassName
{
color: #802013;
}
</style>
background-color css
<style>
a { background-color: #802013; }
a { background-color: rgb(128,32,19); }
div.DivClassName
{
background-color: #802013;
}
.BgClassName
{
background-color: #802013;
}
</style>
border-color css
<style>
span { border-color: #802013; }
span { border-color: rgb(128,32,19); }
td.TdClassName
{
border-color: #802013;
}
.TagClassName
{
border-color: #802013;
}
</style>