Shades of Falu Red #881914
Tints of Falu Red #881914
RGB
CMYK
RGB Variations
Color information
#881914 (or 0x881914) is known color: Falu Red. HEX triplet: 88, 19 and 14. RGB value is (136,25,20). Sum of RGB (Red+Green+Blue) = 136+25+20=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #881914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881914 is #77E6EB. Grayscale: #393939. Windows color (decimal): -7857900 or 1317256. OLE color: 1317256.
HSL color Cylindrical-coordinate representation of color #881914: hue angle of 2.59º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881914 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 25 | 20 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.47 |
| HSL | 2.59º | 0.74% | 0.31% | - |
| HSV(B) | 2.59º | 0.85% | 0.53% | - |
| XYZ | 10.63 | 5.98 | 1.26 | - |
| YUV | 57.62 | 106.77 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 20 | 0 | 0.82 | 0.85 | 0.47 | 2.59 | 0.74 | 0.31 |
| Hex | 88 | 19 | 14 | 0 | 52 | 55 | 2F | 3 | 4A | 1F |
| Octal | 210 | 31 | 24 | 0 | 122 | 125 | 57 | 3 | 112 | 37 |
| Binary | 10001000 | 11001 | 10100 | 0 | 1010010 | 1010101 | 101111 | 11 | 1001010 | 11111 |
Color Harmonies of #881914
Complementary color
Monochromatic Colors of #881914
Black with #881914
Text Example
Text Example
White with #881914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881914; }
p { color: rgb(136,25,20); }
H1.HeaderClassName
{
color: #881914;
}
.AnyTagClassName
{
color: #881914;
}
</style>
background-color css
<style>
a { background-color: #881914; }
a { background-color: rgb(136,25,20); }
div.DivClassName
{
background-color: #881914;
}
.BgClassName
{
background-color: #881914;
}
</style>
border-color css
<style>
span { border-color: #881914; }
span { border-color: rgb(136,25,20); }
td.TdClassName
{
border-color: #881914;
}
.TagClassName
{
border-color: #881914;
}
</style>