Shades of Falu Red #802513
Tints of Falu Red #802513
RGB
CMYK
RGB Variations
Color information
#802513 (or 0x802513) is known color: Falu Red. HEX triplet: 80, 25 and 13. RGB value is (128,37,19). Sum of RGB (Red+Green+Blue) = 128+37+19=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #802513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802513 is #7FDAEC. Grayscale: #3E3E3E. Windows color (decimal): -8379117 or 1254784. OLE color: 1254784.
HSL color Cylindrical-coordinate representation of color #802513: hue angle of 9.91º 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 #802513 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 19 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.50 |
| HSL | 9.91º | 0.74% | 0.29% | - |
| HSV(B) | 9.91º | 0.85% | 0.5% | - |
| XYZ | 9.68 | 5.96 | 1.26 | - |
| YUV | 62.16 | 103.65 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 19 | 0 | 0.71 | 0.85 | 0.50 | 9.91 | 0.74 | 0.29 |
| Hex | 80 | 25 | 13 | 0 | 47 | 55 | 32 | A | 4A | 1D |
| Octal | 200 | 45 | 23 | 0 | 107 | 125 | 62 | 12 | 112 | 35 |
| Binary | 10000000 | 100101 | 10011 | 0 | 1000111 | 1010101 | 110010 | 1010 | 1001010 | 11101 |
Color Harmonies of #802513
Complementary color
Monochromatic Colors of #802513
Black with #802513
Text Example
Text Example
White with #802513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802513; }
p { color: rgb(128,37,19); }
H1.HeaderClassName
{
color: #802513;
}
.AnyTagClassName
{
color: #802513;
}
</style>
background-color css
<style>
a { background-color: #802513; }
a { background-color: rgb(128,37,19); }
div.DivClassName
{
background-color: #802513;
}
.BgClassName
{
background-color: #802513;
}
</style>
border-color css
<style>
span { border-color: #802513; }
span { border-color: rgb(128,37,19); }
td.TdClassName
{
border-color: #802513;
}
.TagClassName
{
border-color: #802513;
}
</style>