Shades of Falu Red #881D1C
Tints of Falu Red #881D1C
RGB
CMYK
RGB Variations
Color information
#881D1C (or 0x881D1C) is known color: Falu Red. HEX triplet: 88, 1D and 1C. RGB value is (136,29,28). Sum of RGB (Red+Green+Blue) = 136+29+28=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #881D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881D1C is #77E2E3. Grayscale: #3C3C3C. Windows color (decimal): -7856868 or 1842568. OLE color: 1842568.
HSL color Cylindrical-coordinate representation of color #881D1C: hue angle of 0.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #881D1C is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 29 | 28 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.47 |
| HSL | 0.56º | 0.66% | 0.32% | - |
| HSV(B) | 0.56º | 0.79% | 0.53% | - |
| XYZ | 10.8 | 6.2 | 1.73 | - |
| YUV | 60.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 29 | 28 | 0 | 0.79 | 0.79 | 0.47 | 0.56 | 0.66 | 0.32 |
| Hex | 88 | 1D | 1C | 0 | 4F | 4F | 2F | 1 | 42 | 20 |
| Octal | 210 | 35 | 34 | 0 | 117 | 117 | 57 | 1 | 102 | 40 |
| Binary | 10001000 | 11101 | 11100 | 0 | 1001111 | 1001111 | 101111 | 1 | 1000010 | 100000 |
Color Harmonies of #881D1C
Complementary color
Monochromatic Colors of #881D1C
Black with #881D1C
Text Example
Text Example
White with #881D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881D1C; }
p { color: rgb(136,29,28); }
H1.HeaderClassName
{
color: #881D1C;
}
.AnyTagClassName
{
color: #881D1C;
}
</style>
background-color css
<style>
a { background-color: #881D1C; }
a { background-color: rgb(136,29,28); }
div.DivClassName
{
background-color: #881D1C;
}
.BgClassName
{
background-color: #881D1C;
}
</style>
border-color css
<style>
span { border-color: #881D1C; }
span { border-color: rgb(136,29,28); }
td.TdClassName
{
border-color: #881D1C;
}
.TagClassName
{
border-color: #881D1C;
}
</style>