Shades of Falu Red #881605
Tints of Falu Red #881605
RGB
CMYK
RGB Variations
Color information
#881605 (or 0x881605) is known color: Falu Red. HEX triplet: 88, 16 and 05. RGB value is (136,22,5). Sum of RGB (Red+Green+Blue) = 136+22+5=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #881605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881605 is #77E9FA. Grayscale: #363636. Windows color (decimal): -7858683 or 333448. OLE color: 333448.
HSL color Cylindrical-coordinate representation of color #881605: hue angle of 7.79º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #881605 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 5 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.47 |
| HSL | 7.79º | 0.93% | 0.28% | - |
| HSV(B) | 7.79º | 0.96% | 0.53% | - |
| XYZ | 10.47 | 5.82 | 0.72 | - |
| YUV | 54.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 5 | 0 | 0.84 | 0.96 | 0.47 | 7.79 | 0.93 | 0.28 |
| Hex | 88 | 16 | 5 | 0 | 54 | 60 | 2F | 8 | 5D | 1C |
| Octal | 210 | 26 | 5 | 0 | 124 | 140 | 57 | 10 | 135 | 34 |
| Binary | 10001000 | 10110 | 101 | 0 | 1010100 | 1100000 | 101111 | 1000 | 1011101 | 11100 |
Color Harmonies of #881605
Complementary color
Monochromatic Colors of #881605
Black with #881605
Text Example
Text Example
White with #881605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881605; }
p { color: rgb(136,22,5); }
H1.HeaderClassName
{
color: #881605;
}
.AnyTagClassName
{
color: #881605;
}
</style>
background-color css
<style>
a { background-color: #881605; }
a { background-color: rgb(136,22,5); }
div.DivClassName
{
background-color: #881605;
}
.BgClassName
{
background-color: #881605;
}
</style>
border-color css
<style>
span { border-color: #881605; }
span { border-color: rgb(136,22,5); }
td.TdClassName
{
border-color: #881605;
}
.TagClassName
{
border-color: #881605;
}
</style>