Shades of Falu Red #881E1B
Tints of Falu Red #881E1B
RGB
CMYK
RGB Variations
Color information
#881E1B (or 0x881E1B) is known color: Falu Red. HEX triplet: 88, 1E and 1B. RGB value is (136,30,27). Sum of RGB (Red+Green+Blue) = 136+30+27=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 30 (12.11% from 255 or 15.54% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #881E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E1B is #77E1E4. Grayscale: #3D3D3D. Windows color (decimal): -7856613 or 1777288. OLE color: 1777288.
HSL color Cylindrical-coordinate representation of color #881E1B: hue angle of 1.65º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881E1B is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 30 | 27 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.47 |
| HSL | 1.65º | 0.67% | 0.32% | - |
| HSV(B) | 1.65º | 0.8% | 0.53% | - |
| XYZ | 10.82 | 6.24 | 1.67 | - |
| YUV | 61.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 30 | 27 | 0 | 0.78 | 0.80 | 0.47 | 1.65 | 0.67 | 0.32 |
| Hex | 88 | 1E | 1B | 0 | 4E | 50 | 2F | 2 | 43 | 20 |
| Octal | 210 | 36 | 33 | 0 | 116 | 120 | 57 | 2 | 103 | 40 |
| Binary | 10001000 | 11110 | 11011 | 0 | 1001110 | 1010000 | 101111 | 10 | 1000011 | 100000 |
Color Harmonies of #881E1B
Complementary color
Monochromatic Colors of #881E1B
Black with #881E1B
Text Example
Text Example
White with #881E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881E1B; }
p { color: rgb(136,30,27); }
H1.HeaderClassName
{
color: #881E1B;
}
.AnyTagClassName
{
color: #881E1B;
}
</style>
background-color css
<style>
a { background-color: #881E1B; }
a { background-color: rgb(136,30,27); }
div.DivClassName
{
background-color: #881E1B;
}
.BgClassName
{
background-color: #881E1B;
}
</style>
border-color css
<style>
span { border-color: #881E1B; }
span { border-color: rgb(136,30,27); }
td.TdClassName
{
border-color: #881E1B;
}
.TagClassName
{
border-color: #881E1B;
}
</style>