Shades of Falu Red #882016
Tints of Falu Red #882016
RGB
CMYK
RGB Variations
Color information
#882016 (or 0x882016) is known color: Falu Red. HEX triplet: 88, 20 and 16. RGB value is (136,32,22). Sum of RGB (Red+Green+Blue) = 136+32+22=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #882016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882016 is #77DFE9. Grayscale: #3E3E3E. Windows color (decimal): -7856106 or 1450120. OLE color: 1450120.
HSL color Cylindrical-coordinate representation of color #882016: hue angle of 5.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #882016 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 22 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.47 |
| HSL | 5.26º | 0.72% | 0.31% | - |
| HSV(B) | 5.26º | 0.84% | 0.53% | - |
| XYZ | 10.81 | 6.33 | 1.41 | - |
| YUV | 61.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 22 | 0 | 0.76 | 0.84 | 0.47 | 5.26 | 0.72 | 0.31 |
| Hex | 88 | 20 | 16 | 0 | 4C | 54 | 2F | 5 | 48 | 1F |
| Octal | 210 | 40 | 26 | 0 | 114 | 124 | 57 | 5 | 110 | 37 |
| Binary | 10001000 | 100000 | 10110 | 0 | 1001100 | 1010100 | 101111 | 101 | 1001000 | 11111 |
Color Harmonies of #882016
Complementary color
Monochromatic Colors of #882016
Black with #882016
Text Example
Text Example
White with #882016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882016; }
p { color: rgb(136,32,22); }
H1.HeaderClassName
{
color: #882016;
}
.AnyTagClassName
{
color: #882016;
}
</style>
background-color css
<style>
a { background-color: #882016; }
a { background-color: rgb(136,32,22); }
div.DivClassName
{
background-color: #882016;
}
.BgClassName
{
background-color: #882016;
}
</style>
border-color css
<style>
span { border-color: #882016; }
span { border-color: rgb(136,32,22); }
td.TdClassName
{
border-color: #882016;
}
.TagClassName
{
border-color: #882016;
}
</style>