Shades of Falu Red #882014
Tints of Falu Red #882014
RGB
CMYK
RGB Variations
Color information
#882014 (or 0x882014) is known color: Falu Red. HEX triplet: 88, 20 and 14. RGB value is (136,32,20). Sum of RGB (Red+Green+Blue) = 136+32+20=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #882014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882014 is #77DFEB. Grayscale: #3D3D3D. Windows color (decimal): -7856108 or 1319048. OLE color: 1319048.
HSL color Cylindrical-coordinate representation of color #882014: hue angle of 6.21º 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 #882014 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 32 | 20 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.47 |
| HSL | 6.21º | 0.74% | 0.31% | - |
| HSV(B) | 6.21º | 0.85% | 0.53% | - |
| XYZ | 10.8 | 6.32 | 1.31 | - |
| YUV | 61.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 32 | 20 | 0 | 0.76 | 0.85 | 0.47 | 6.21 | 0.74 | 0.31 |
| Hex | 88 | 20 | 14 | 0 | 4C | 55 | 2F | 6 | 4A | 1F |
| Octal | 210 | 40 | 24 | 0 | 114 | 125 | 57 | 6 | 112 | 37 |
| Binary | 10001000 | 100000 | 10100 | 0 | 1001100 | 1010101 | 101111 | 110 | 1001010 | 11111 |
Color Harmonies of #882014
Complementary color
Monochromatic Colors of #882014
Black with #882014
Text Example
Text Example
White with #882014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882014; }
p { color: rgb(136,32,20); }
H1.HeaderClassName
{
color: #882014;
}
.AnyTagClassName
{
color: #882014;
}
</style>
background-color css
<style>
a { background-color: #882014; }
a { background-color: rgb(136,32,20); }
div.DivClassName
{
background-color: #882014;
}
.BgClassName
{
background-color: #882014;
}
</style>
border-color css
<style>
span { border-color: #882014; }
span { border-color: rgb(136,32,20); }
td.TdClassName
{
border-color: #882014;
}
.TagClassName
{
border-color: #882014;
}
</style>