Shades of Falu Red #881A0B
Tints of Falu Red #881A0B
RGB
CMYK
RGB Variations
Color information
#881A0B (or 0x881A0B) is known color: Falu Red. HEX triplet: 88, 1A and 0B. RGB value is (136,26,11). Sum of RGB (Red+Green+Blue) = 136+26+11=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #881A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881A0B is #77E5F4. Grayscale: #393939. Windows color (decimal): -7857653 or 727688. OLE color: 727688.
HSL color Cylindrical-coordinate representation of color #881A0B: hue angle of 7.2º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #881A0B is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 26 | 11 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.47 |
| HSL | 7.2º | 0.85% | 0.29% | - |
| HSV(B) | 7.2º | 0.92% | 0.53% | - |
| XYZ | 10.58 | 6 | 0.92 | - |
| YUV | 57.18 | 101.94 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 26 | 11 | 0 | 0.81 | 0.92 | 0.47 | 7.2 | 0.85 | 0.29 |
| Hex | 88 | 1A | B | 0 | 51 | 5C | 2F | 7 | 55 | 1D |
| Octal | 210 | 32 | 13 | 0 | 121 | 134 | 57 | 7 | 125 | 35 |
| Binary | 10001000 | 11010 | 1011 | 0 | 1010001 | 1011100 | 101111 | 111 | 1010101 | 11101 |
Color Harmonies of #881A0B
Complementary color
Monochromatic Colors of #881A0B
Black with #881A0B
Text Example
Text Example
White with #881A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881A0B; }
p { color: rgb(136,26,11); }
H1.HeaderClassName
{
color: #881A0B;
}
.AnyTagClassName
{
color: #881A0B;
}
</style>
background-color css
<style>
a { background-color: #881A0B; }
a { background-color: rgb(136,26,11); }
div.DivClassName
{
background-color: #881A0B;
}
.BgClassName
{
background-color: #881A0B;
}
</style>
border-color css
<style>
span { border-color: #881A0B; }
span { border-color: rgb(136,26,11); }
td.TdClassName
{
border-color: #881A0B;
}
.TagClassName
{
border-color: #881A0B;
}
</style>