Shades of Falu Red #86260C
Tints of Falu Red #86260C
RGB
CMYK
RGB Variations
Color information
#86260C (or 0x86260C) is known color: Falu Red. HEX triplet: 86, 26 and 0C. RGB value is (134,38,12). Sum of RGB (Red+Green+Blue) = 134+38+12=184 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.83% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 134 - color contains mainly: red. Hex color #86260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86260C is #79D9F3. Grayscale: #3F3F3F. Windows color (decimal): -7985652 or 796294. OLE color: 796294.
HSL color Cylindrical-coordinate representation of color #86260C: hue angle of 12.79º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #86260C is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 38 | 12 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.47 |
| HSL | 12.79º | 0.84% | 0.29% | - |
| HSV(B) | 12.79º | 0.91% | 0.53% | - |
| XYZ | 10.59 | 6.48 | 1.04 | - |
| YUV | 63.74 | 98.8 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 38 | 12 | 0 | 0.72 | 0.91 | 0.47 | 12.79 | 0.84 | 0.29 |
| Hex | 86 | 26 | C | 0 | 48 | 5B | 2F | D | 54 | 1D |
| Octal | 206 | 46 | 14 | 0 | 110 | 133 | 57 | 15 | 124 | 35 |
| Binary | 10000110 | 100110 | 1100 | 0 | 1001000 | 1011011 | 101111 | 1101 | 1010100 | 11101 |
Color Harmonies of #86260C
Complementary color
Monochromatic Colors of #86260C
Black with #86260C
Text Example
Text Example
White with #86260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86260C; }
p { color: rgb(134,38,12); }
H1.HeaderClassName
{
color: #86260C;
}
.AnyTagClassName
{
color: #86260C;
}
</style>
background-color css
<style>
a { background-color: #86260C; }
a { background-color: rgb(134,38,12); }
div.DivClassName
{
background-color: #86260C;
}
.BgClassName
{
background-color: #86260C;
}
</style>
border-color css
<style>
span { border-color: #86260C; }
span { border-color: rgb(134,38,12); }
td.TdClassName
{
border-color: #86260C;
}
.TagClassName
{
border-color: #86260C;
}
</style>