Shades of Falu Red #881B1A
Tints of Falu Red #881B1A
RGB
CMYK
RGB Variations
Color information
#881B1A (or 0x881B1A) is known color: Falu Red. HEX triplet: 88, 1B and 1A. RGB value is (136,27,26). Sum of RGB (Red+Green+Blue) = 136+27+26=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #881B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B1A is #77E4E5. Grayscale: #3B3B3B. Windows color (decimal): -7857382 or 1710984. OLE color: 1710984.
HSL color Cylindrical-coordinate representation of color #881B1A: hue angle of 0.55º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881B1A is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 27 | 26 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.47 |
| HSL | 0.55º | 0.68% | 0.32% | - |
| HSV(B) | 0.55º | 0.81% | 0.53% | - |
| XYZ | 10.73 | 6.09 | 1.59 | - |
| YUV | 59.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 27 | 26 | 0 | 0.80 | 0.81 | 0.47 | 0.55 | 0.68 | 0.32 |
| Hex | 88 | 1B | 1A | 0 | 50 | 51 | 2F | 1 | 44 | 20 |
| Octal | 210 | 33 | 32 | 0 | 120 | 121 | 57 | 1 | 104 | 40 |
| Binary | 10001000 | 11011 | 11010 | 0 | 1010000 | 1010001 | 101111 | 1 | 1000100 | 100000 |
Color Harmonies of #881B1A
Complementary color
Monochromatic Colors of #881B1A
Black with #881B1A
Text Example
Text Example
White with #881B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881B1A; }
p { color: rgb(136,27,26); }
H1.HeaderClassName
{
color: #881B1A;
}
.AnyTagClassName
{
color: #881B1A;
}
</style>
background-color css
<style>
a { background-color: #881B1A; }
a { background-color: rgb(136,27,26); }
div.DivClassName
{
background-color: #881B1A;
}
.BgClassName
{
background-color: #881B1A;
}
</style>
border-color css
<style>
span { border-color: #881B1A; }
span { border-color: rgb(136,27,26); }
td.TdClassName
{
border-color: #881B1A;
}
.TagClassName
{
border-color: #881B1A;
}
</style>