Shades of Falu Red #881D0D
Tints of Falu Red #881D0D
RGB
CMYK
RGB Variations
Color information
#881D0D (or 0x881D0D) is known color: Falu Red. HEX triplet: 88, 1D and 0D. RGB value is (136,29,13). Sum of RGB (Red+Green+Blue) = 136+29+13=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #881D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881D0D is #77E2F2. Grayscale: #3B3B3B. Windows color (decimal): -7856883 or 859528. OLE color: 859528.
HSL color Cylindrical-coordinate representation of color #881D0D: hue angle of 7.8º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #881D0D is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 13 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.47 |
| HSL | 7.8º | 0.83% | 0.29% | - |
| HSV(B) | 7.8º | 0.9% | 0.53% | - |
| XYZ | 10.67 | 6.14 | 1 | - |
| YUV | 59.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 13 | 0 | 0.79 | 0.90 | 0.47 | 7.8 | 0.83 | 0.29 |
| Hex | 88 | 1D | D | 0 | 4F | 5A | 2F | 8 | 53 | 1D |
| Octal | 210 | 35 | 15 | 0 | 117 | 132 | 57 | 10 | 123 | 35 |
| Binary | 10001000 | 11101 | 1101 | 0 | 1001111 | 1011010 | 101111 | 1000 | 1010011 | 11101 |
Color Harmonies of #881D0D
Complementary color
Monochromatic Colors of #881D0D
Black with #881D0D
Text Example
Text Example
White with #881D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D0D; }
p { color: rgb(136,29,13); }
H1.HeaderClassName
{
color: #881D0D;
}
.AnyTagClassName
{
color: #881D0D;
}
</style>
background-color css
<style>
a { background-color: #881D0D; }
a { background-color: rgb(136,29,13); }
div.DivClassName
{
background-color: #881D0D;
}
.BgClassName
{
background-color: #881D0D;
}
</style>
border-color css
<style>
span { border-color: #881D0D; }
span { border-color: rgb(136,29,13); }
td.TdClassName
{
border-color: #881D0D;
}
.TagClassName
{
border-color: #881D0D;
}
</style>