Shades of Falu Red #881E19
Tints of Falu Red #881E19
RGB
CMYK
RGB Variations
Color information
#881E19 (or 0x881E19) is known color: Falu Red. HEX triplet: 88, 1E and 19. RGB value is (136,30,25). Sum of RGB (Red+Green+Blue) = 136+30+25=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #881E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881E19 is #77E1E6. Grayscale: #3D3D3D. Windows color (decimal): -7856615 or 1646216. OLE color: 1646216.
HSL color Cylindrical-coordinate representation of color #881E19: hue angle of 2.7º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881E19 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 25 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.47 |
| HSL | 2.7º | 0.69% | 0.32% | - |
| HSV(B) | 2.7º | 0.82% | 0.53% | - |
| XYZ | 10.79 | 6.23 | 1.55 | - |
| YUV | 61.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 25 | 0 | 0.78 | 0.82 | 0.47 | 2.7 | 0.69 | 0.32 |
| Hex | 88 | 1E | 19 | 0 | 4E | 52 | 2F | 3 | 45 | 20 |
| Octal | 210 | 36 | 31 | 0 | 116 | 122 | 57 | 3 | 105 | 40 |
| Binary | 10001000 | 11110 | 11001 | 0 | 1001110 | 1010010 | 101111 | 11 | 1000101 | 100000 |
Color Harmonies of #881E19
Complementary color
Monochromatic Colors of #881E19
Black with #881E19
Text Example
Text Example
White with #881E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E19; }
p { color: rgb(136,30,25); }
H1.HeaderClassName
{
color: #881E19;
}
.AnyTagClassName
{
color: #881E19;
}
</style>
background-color css
<style>
a { background-color: #881E19; }
a { background-color: rgb(136,30,25); }
div.DivClassName
{
background-color: #881E19;
}
.BgClassName
{
background-color: #881E19;
}
</style>
border-color css
<style>
span { border-color: #881E19; }
span { border-color: rgb(136,30,25); }
td.TdClassName
{
border-color: #881E19;
}
.TagClassName
{
border-color: #881E19;
}
</style>