Shades of Falu Red #881D0A
Tints of Falu Red #881D0A
RGB
CMYK
RGB Variations
Color information
#881D0A (or 0x881D0A) is known color: Falu Red. HEX triplet: 88, 1D and 0A. RGB value is (136,29,10). Sum of RGB (Red+Green+Blue) = 136+29+10=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D0A is #77E2F5. Grayscale: #3B3B3B. Windows color (decimal): -7856886 or 662920. OLE color: 662920.
HSL color Cylindrical-coordinate representation of color #881D0A: hue angle of 9.05º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #881D0A is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 10 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.47 |
| HSL | 9.05º | 0.86% | 0.29% | - |
| HSV(B) | 9.05º | 0.93% | 0.53% | - |
| XYZ | 10.65 | 6.13 | 0.91 | - |
| YUV | 58.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 10 | 0 | 0.79 | 0.93 | 0.47 | 9.05 | 0.86 | 0.29 |
| Hex | 88 | 1D | A | 0 | 4F | 5D | 2F | 9 | 56 | 1D |
| Octal | 210 | 35 | 12 | 0 | 117 | 135 | 57 | 11 | 126 | 35 |
| Binary | 10001000 | 11101 | 1010 | 0 | 1001111 | 1011101 | 101111 | 1001 | 1010110 | 11101 |
Color Harmonies of #881D0A
Complementary color
Monochromatic Colors of #881D0A
Black with #881D0A
Text Example
Text Example
White with #881D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D0A; }
p { color: rgb(136,29,10); }
H1.HeaderClassName
{
color: #881D0A;
}
.AnyTagClassName
{
color: #881D0A;
}
</style>
background-color css
<style>
a { background-color: #881D0A; }
a { background-color: rgb(136,29,10); }
div.DivClassName
{
background-color: #881D0A;
}
.BgClassName
{
background-color: #881D0A;
}
</style>
border-color css
<style>
span { border-color: #881D0A; }
span { border-color: rgb(136,29,10); }
td.TdClassName
{
border-color: #881D0A;
}
.TagClassName
{
border-color: #881D0A;
}
</style>