Shades of Falu Red #811A0B
Tints of Falu Red #811A0B
RGB
CMYK
RGB Variations
Color information
#811A0B (or 0x811A0B) is known color: Falu Red. HEX triplet: 81, 1A and 0B. RGB value is (129,26,11). Sum of RGB (Red+Green+Blue) = 129+26+11=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #811A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811A0B is #7EE5F4. Grayscale: #373737. Windows color (decimal): -8316405 or 727681. OLE color: 727681.
HSL color Cylindrical-coordinate representation of color #811A0B: hue angle of 7.63º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #811A0B is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 11 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.49 |
| HSL | 7.63º | 0.84% | 0.27% | - |
| HSV(B) | 7.63º | 0.91% | 0.51% | - |
| XYZ | 9.48 | 5.43 | 0.86 | - |
| YUV | 55.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 11 | 0 | 0.80 | 0.91 | 0.49 | 7.63 | 0.84 | 0.27 |
| Hex | 81 | 1A | B | 0 | 50 | 5B | 31 | 8 | 54 | 1B |
| Octal | 201 | 32 | 13 | 0 | 120 | 133 | 61 | 10 | 124 | 33 |
| Binary | 10000001 | 11010 | 1011 | 0 | 1010000 | 1011011 | 110001 | 1000 | 1010100 | 11011 |
Color Harmonies of #811A0B
Complementary color
Monochromatic Colors of #811A0B
Black with #811A0B
Text Example
Text Example
White with #811A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A0B; }
p { color: rgb(129,26,11); }
H1.HeaderClassName
{
color: #811A0B;
}
.AnyTagClassName
{
color: #811A0B;
}
</style>
background-color css
<style>
a { background-color: #811A0B; }
a { background-color: rgb(129,26,11); }
div.DivClassName
{
background-color: #811A0B;
}
.BgClassName
{
background-color: #811A0B;
}
</style>
border-color css
<style>
span { border-color: #811A0B; }
span { border-color: rgb(129,26,11); }
td.TdClassName
{
border-color: #811A0B;
}
.TagClassName
{
border-color: #811A0B;
}
</style>