Shades of Falu Red #881B0E
Tints of Falu Red #881B0E
RGB
CMYK
RGB Variations
Color information
#881B0E (or 0x881B0E) is known color: Falu Red. HEX triplet: 88, 1B and 0E. RGB value is (136,27,14). Sum of RGB (Red+Green+Blue) = 136+27+14=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #881B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881B0E is #77E4F1. Grayscale: #3A3A3A. Windows color (decimal): -7857394 or 924552. OLE color: 924552.
HSL color Cylindrical-coordinate representation of color #881B0E: hue angle of 6.39º degrees, saturation: 0.81, 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 #881B0E is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 14 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.47 |
| HSL | 6.39º | 0.81% | 0.29% | - |
| HSV(B) | 6.39º | 0.9% | 0.53% | - |
| XYZ | 10.62 | 6.05 | 1.02 | - |
| YUV | 58.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 14 | 0 | 0.80 | 0.90 | 0.47 | 6.39 | 0.81 | 0.29 |
| Hex | 88 | 1B | E | 0 | 50 | 5A | 2F | 6 | 51 | 1D |
| Octal | 210 | 33 | 16 | 0 | 120 | 132 | 57 | 6 | 121 | 35 |
| Binary | 10001000 | 11011 | 1110 | 0 | 1010000 | 1011010 | 101111 | 110 | 1010001 | 11101 |
Color Harmonies of #881B0E
Complementary color
Monochromatic Colors of #881B0E
Black with #881B0E
Text Example
Text Example
White with #881B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B0E; }
p { color: rgb(136,27,14); }
H1.HeaderClassName
{
color: #881B0E;
}
.AnyTagClassName
{
color: #881B0E;
}
</style>
background-color css
<style>
a { background-color: #881B0E; }
a { background-color: rgb(136,27,14); }
div.DivClassName
{
background-color: #881B0E;
}
.BgClassName
{
background-color: #881B0E;
}
</style>
border-color css
<style>
span { border-color: #881B0E; }
span { border-color: rgb(136,27,14); }
td.TdClassName
{
border-color: #881B0E;
}
.TagClassName
{
border-color: #881B0E;
}
</style>