Shades of Falu Red #881905
Tints of Falu Red #881905
RGB
CMYK
RGB Variations
Color information
#881905 (or 0x881905) is known color: Falu Red. HEX triplet: 88, 19 and 05. RGB value is (136,25,5). Sum of RGB (Red+Green+Blue) = 136+25+5=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #881905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881905 is #77E6FA. Grayscale: #383838. Windows color (decimal): -7857915 or 334216. OLE color: 334216.
HSL color Cylindrical-coordinate representation of color #881905: hue angle of 9.16º 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 #881905 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 5 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.47 |
| HSL | 9.16º | 0.93% | 0.28% | - |
| HSV(B) | 9.16º | 0.96% | 0.53% | - |
| XYZ | 10.53 | 5.94 | 0.74 | - |
| YUV | 55.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 5 | 0 | 0.82 | 0.96 | 0.47 | 9.16 | 0.93 | 0.28 |
| Hex | 88 | 19 | 5 | 0 | 52 | 60 | 2F | 9 | 5D | 1C |
| Octal | 210 | 31 | 5 | 0 | 122 | 140 | 57 | 11 | 135 | 34 |
| Binary | 10001000 | 11001 | 101 | 0 | 1010010 | 1100000 | 101111 | 1001 | 1011101 | 11100 |
Color Harmonies of #881905
Complementary color
Monochromatic Colors of #881905
Black with #881905
Text Example
Text Example
White with #881905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881905; }
p { color: rgb(136,25,5); }
H1.HeaderClassName
{
color: #881905;
}
.AnyTagClassName
{
color: #881905;
}
</style>
background-color css
<style>
a { background-color: #881905; }
a { background-color: rgb(136,25,5); }
div.DivClassName
{
background-color: #881905;
}
.BgClassName
{
background-color: #881905;
}
</style>
border-color css
<style>
span { border-color: #881905; }
span { border-color: rgb(136,25,5); }
td.TdClassName
{
border-color: #881905;
}
.TagClassName
{
border-color: #881905;
}
</style>