Shades of Falu Red #811510
Tints of Falu Red #811510
RGB
CMYK
RGB Variations
Color information
#811510 (or 0x811510) is known color: Falu Red. HEX triplet: 81, 15 and 10. RGB value is (129,21,16). Sum of RGB (Red+Green+Blue) = 129+21+16=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #811510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811510 is #7EEAEF. Grayscale: #343434. Windows color (decimal): -8317680 or 1054081. OLE color: 1054081.
HSL color Cylindrical-coordinate representation of color #811510: hue angle of 2.65º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811510 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 21 | 16 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.49 |
| HSL | 2.65º | 0.78% | 0.28% | - |
| HSV(B) | 2.65º | 0.88% | 0.51% | - |
| XYZ | 9.41 | 5.24 | 1.01 | - |
| YUV | 52.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 16 | 0 | 0.84 | 0.88 | 0.49 | 2.65 | 0.78 | 0.28 |
| Hex | 81 | 15 | 10 | 0 | 54 | 58 | 31 | 3 | 4E | 1C |
| Octal | 201 | 25 | 20 | 0 | 124 | 130 | 61 | 3 | 116 | 34 |
| Binary | 10000001 | 10101 | 10000 | 0 | 1010100 | 1011000 | 110001 | 11 | 1001110 | 11100 |
Color Harmonies of #811510
Complementary color
Monochromatic Colors of #811510
Black with #811510
Text Example
Text Example
White with #811510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811510; }
p { color: rgb(129,21,16); }
H1.HeaderClassName
{
color: #811510;
}
.AnyTagClassName
{
color: #811510;
}
</style>
background-color css
<style>
a { background-color: #811510; }
a { background-color: rgb(129,21,16); }
div.DivClassName
{
background-color: #811510;
}
.BgClassName
{
background-color: #811510;
}
</style>
border-color css
<style>
span { border-color: #811510; }
span { border-color: rgb(129,21,16); }
td.TdClassName
{
border-color: #811510;
}
.TagClassName
{
border-color: #811510;
}
</style>