Shades of Falu Red #881D11
Tints of Falu Red #881D11
RGB
CMYK
RGB Variations
Color information
#881D11 (or 0x881D11) is known color: Falu Red. HEX triplet: 88, 1D and 11. RGB value is (136,29,17). Sum of RGB (Red+Green+Blue) = 136+29+17=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #881D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D11 is #77E2EE. Grayscale: #3B3B3B. Windows color (decimal): -7856879 or 1121672. OLE color: 1121672.
HSL color Cylindrical-coordinate representation of color #881D11: hue angle of 6.05º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881D11 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 17 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.47 |
| HSL | 6.05º | 0.78% | 0.3% | - |
| HSV(B) | 6.05º | 0.88% | 0.53% | - |
| XYZ | 10.69 | 6.15 | 1.15 | - |
| YUV | 59.63 | 103.95 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 17 | 0 | 0.79 | 0.87 | 0.47 | 6.05 | 0.78 | 0.3 |
| Hex | 88 | 1D | 11 | 0 | 4F | 57 | 2F | 6 | 4E | 1E |
| Octal | 210 | 35 | 21 | 0 | 117 | 127 | 57 | 6 | 116 | 36 |
| Binary | 10001000 | 11101 | 10001 | 0 | 1001111 | 1010111 | 101111 | 110 | 1001110 | 11110 |
Color Harmonies of #881D11
Complementary color
Monochromatic Colors of #881D11
Black with #881D11
Text Example
Text Example
White with #881D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D11; }
p { color: rgb(136,29,17); }
H1.HeaderClassName
{
color: #881D11;
}
.AnyTagClassName
{
color: #881D11;
}
</style>
background-color css
<style>
a { background-color: #881D11; }
a { background-color: rgb(136,29,17); }
div.DivClassName
{
background-color: #881D11;
}
.BgClassName
{
background-color: #881D11;
}
</style>
border-color css
<style>
span { border-color: #881D11; }
span { border-color: rgb(136,29,17); }
td.TdClassName
{
border-color: #881D11;
}
.TagClassName
{
border-color: #881D11;
}
</style>