Shades of Falu Red #881D0B
Tints of Falu Red #881D0B
RGB
CMYK
RGB Variations
Color information
#881D0B (or 0x881D0B) is known color: Falu Red. HEX triplet: 88, 1D and 0B. RGB value is (136,29,11). Sum of RGB (Red+Green+Blue) = 136+29+11=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #881D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D0B is #77E2F4. Grayscale: #3B3B3B. Windows color (decimal): -7856885 or 728456. OLE color: 728456.
HSL color Cylindrical-coordinate representation of color #881D0B: hue angle of 8.64º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #881D0B is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 11 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.47 |
| HSL | 8.64º | 0.85% | 0.29% | - |
| HSV(B) | 8.64º | 0.92% | 0.53% | - |
| XYZ | 10.65 | 6.14 | 0.94 | - |
| YUV | 58.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 11 | 0 | 0.79 | 0.92 | 0.47 | 8.64 | 0.85 | 0.29 |
| Hex | 88 | 1D | B | 0 | 4F | 5C | 2F | 9 | 55 | 1D |
| Octal | 210 | 35 | 13 | 0 | 117 | 134 | 57 | 11 | 125 | 35 |
| Binary | 10001000 | 11101 | 1011 | 0 | 1001111 | 1011100 | 101111 | 1001 | 1010101 | 11101 |
Color Harmonies of #881D0B
Complementary color
Monochromatic Colors of #881D0B
Black with #881D0B
Text Example
Text Example
White with #881D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D0B; }
p { color: rgb(136,29,11); }
H1.HeaderClassName
{
color: #881D0B;
}
.AnyTagClassName
{
color: #881D0B;
}
</style>
background-color css
<style>
a { background-color: #881D0B; }
a { background-color: rgb(136,29,11); }
div.DivClassName
{
background-color: #881D0B;
}
.BgClassName
{
background-color: #881D0B;
}
</style>
border-color css
<style>
span { border-color: #881D0B; }
span { border-color: rgb(136,29,11); }
td.TdClassName
{
border-color: #881D0B;
}
.TagClassName
{
border-color: #881D0B;
}
</style>