Shades of Falu Red #882106
Tints of Falu Red #882106
RGB
CMYK
RGB Variations
Color information
#882106 (or 0x882106) is known color: Falu Red. HEX triplet: 88, 21 and 06. RGB value is (136,33,6). Sum of RGB (Red+Green+Blue) = 136+33+6=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #882106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882106 is #77DEF9. Grayscale: #3C3C3C. Windows color (decimal): -7855866 or 401800. OLE color: 401800.
HSL color Cylindrical-coordinate representation of color #882106: hue angle of 12.46º degrees, saturation: 0.92, 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 #882106 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 33 | 6 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.47 |
| HSL | 12.46º | 0.92% | 0.28% | - |
| HSV(B) | 12.46º | 0.96% | 0.53% | - |
| XYZ | 10.73 | 6.34 | 0.83 | - |
| YUV | 60.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 33 | 6 | 0 | 0.76 | 0.96 | 0.47 | 12.46 | 0.92 | 0.28 |
| Hex | 88 | 21 | 6 | 0 | 4C | 60 | 2F | C | 5C | 1C |
| Octal | 210 | 41 | 6 | 0 | 114 | 140 | 57 | 14 | 134 | 34 |
| Binary | 10001000 | 100001 | 110 | 0 | 1001100 | 1100000 | 101111 | 1100 | 1011100 | 11100 |
Color Harmonies of #882106
Complementary color
Monochromatic Colors of #882106
Black with #882106
Text Example
Text Example
White with #882106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882106; }
p { color: rgb(136,33,6); }
H1.HeaderClassName
{
color: #882106;
}
.AnyTagClassName
{
color: #882106;
}
</style>
background-color css
<style>
a { background-color: #882106; }
a { background-color: rgb(136,33,6); }
div.DivClassName
{
background-color: #882106;
}
.BgClassName
{
background-color: #882106;
}
</style>
border-color css
<style>
span { border-color: #882106; }
span { border-color: rgb(136,33,6); }
td.TdClassName
{
border-color: #882106;
}
.TagClassName
{
border-color: #882106;
}
</style>