Shades of Falu Red #811B0B
Tints of Falu Red #811B0B
RGB
CMYK
RGB Variations
Color information
#811B0B (or 0x811B0B) is known color: Falu Red. HEX triplet: 81, 1B and 0B. RGB value is (129,27,11). Sum of RGB (Red+Green+Blue) = 129+27+11=167 (22% of max value = 765). Red value is 129 (50.78% from 255 or 77.25% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 129 - color contains mainly: red. Hex color #811B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811B0B is #7EE4F4. Grayscale: #373737. Windows color (decimal): -8316149 or 727937. OLE color: 727937.
HSL color Cylindrical-coordinate representation of color #811B0B: hue angle of 8.14º 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 #811B0B is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 27 | 11 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.49 |
| HSL | 8.14º | 0.84% | 0.27% | - |
| HSV(B) | 8.14º | 0.91% | 0.51% | - |
| XYZ | 9.51 | 5.48 | 0.87 | - |
| YUV | 55.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 11 | 0 | 0.79 | 0.91 | 0.49 | 8.14 | 0.84 | 0.27 |
| Hex | 81 | 1B | B | 0 | 4F | 5B | 31 | 8 | 54 | 1B |
| Octal | 201 | 33 | 13 | 0 | 117 | 133 | 61 | 10 | 124 | 33 |
| Binary | 10000001 | 11011 | 1011 | 0 | 1001111 | 1011011 | 110001 | 1000 | 1010100 | 11011 |
Color Harmonies of #811B0B
Complementary color
Monochromatic Colors of #811B0B
Black with #811B0B
Text Example
Text Example
White with #811B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B0B; }
p { color: rgb(129,27,11); }
H1.HeaderClassName
{
color: #811B0B;
}
.AnyTagClassName
{
color: #811B0B;
}
</style>
background-color css
<style>
a { background-color: #811B0B; }
a { background-color: rgb(129,27,11); }
div.DivClassName
{
background-color: #811B0B;
}
.BgClassName
{
background-color: #811B0B;
}
</style>
border-color css
<style>
span { border-color: #811B0B; }
span { border-color: rgb(129,27,11); }
td.TdClassName
{
border-color: #811B0B;
}
.TagClassName
{
border-color: #811B0B;
}
</style>