Shades of Falu Red #811F03
Tints of Falu Red #811F03
RGB
CMYK
RGB Variations
Color information
#811F03 (or 0x811F03) is known color: Falu Red. HEX triplet: 81, 1F and 03. RGB value is (129,31,3). Sum of RGB (Red+Green+Blue) = 129+31+3=163 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.14% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 129 - color contains mainly: red. Hex color #811F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #811F03 is #7EE0FC. Grayscale: #393939. Windows color (decimal): -8315133 or 204673. OLE color: 204673.
HSL color Cylindrical-coordinate representation of color #811F03: hue angle of 13.33º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #811F03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 31 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.49 |
| HSL | 13.33º | 0.95% | 0.26% | - |
| HSV(B) | 13.33º | 0.98% | 0.51% | - |
| XYZ | 9.56 | 5.65 | 0.67 | - |
| YUV | 57.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 3 | 0 | 0.76 | 0.98 | 0.49 | 13.33 | 0.95 | 0.26 |
| Hex | 81 | 1F | 3 | 0 | 4C | 62 | 31 | D | 5F | 1A |
| Octal | 201 | 37 | 3 | 0 | 114 | 142 | 61 | 15 | 137 | 32 |
| Binary | 10000001 | 11111 | 11 | 0 | 1001100 | 1100010 | 110001 | 1101 | 1011111 | 11010 |
Color Harmonies of #811F03
Complementary color
Monochromatic Colors of #811F03
Black with #811F03
Text Example
Text Example
White with #811F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811F03; }
p { color: rgb(129,31,3); }
H1.HeaderClassName
{
color: #811F03;
}
.AnyTagClassName
{
color: #811F03;
}
</style>
background-color css
<style>
a { background-color: #811F03; }
a { background-color: rgb(129,31,3); }
div.DivClassName
{
background-color: #811F03;
}
.BgClassName
{
background-color: #811F03;
}
</style>
border-color css
<style>
span { border-color: #811F03; }
span { border-color: rgb(129,31,3); }
td.TdClassName
{
border-color: #811F03;
}
.TagClassName
{
border-color: #811F03;
}
</style>