Shades of Falu Red #882012
Tints of Falu Red #882012
RGB
CMYK
RGB Variations
Color information
#882012 (or 0x882012) is known color: Falu Red. HEX triplet: 88, 20 and 12. RGB value is (136,32,18). Sum of RGB (Red+Green+Blue) = 136+32+18=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #882012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882012 is #77DFED. Grayscale: #3D3D3D. Windows color (decimal): -7856110 or 1187976. OLE color: 1187976.
HSL color Cylindrical-coordinate representation of color #882012: hue angle of 7.12º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #882012 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 18 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.47 |
| HSL | 7.12º | 0.77% | 0.3% | - |
| HSV(B) | 7.12º | 0.87% | 0.53% | - |
| XYZ | 10.78 | 6.31 | 1.22 | - |
| YUV | 61.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 18 | 0 | 0.76 | 0.87 | 0.47 | 7.12 | 0.77 | 0.3 |
| Hex | 88 | 20 | 12 | 0 | 4C | 57 | 2F | 7 | 4D | 1E |
| Octal | 210 | 40 | 22 | 0 | 114 | 127 | 57 | 7 | 115 | 36 |
| Binary | 10001000 | 100000 | 10010 | 0 | 1001100 | 1010111 | 101111 | 111 | 1001101 | 11110 |
Color Harmonies of #882012
Complementary color
Monochromatic Colors of #882012
Black with #882012
Text Example
Text Example
White with #882012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882012; }
p { color: rgb(136,32,18); }
H1.HeaderClassName
{
color: #882012;
}
.AnyTagClassName
{
color: #882012;
}
</style>
background-color css
<style>
a { background-color: #882012; }
a { background-color: rgb(136,32,18); }
div.DivClassName
{
background-color: #882012;
}
.BgClassName
{
background-color: #882012;
}
</style>
border-color css
<style>
span { border-color: #882012; }
span { border-color: rgb(136,32,18); }
td.TdClassName
{
border-color: #882012;
}
.TagClassName
{
border-color: #882012;
}
</style>