Shades of Falu Red #86270A
Tints of Falu Red #86270A
RGB
CMYK
RGB Variations
Color information
#86270A (or 0x86270A) is known color: Falu Red. HEX triplet: 86, 27 and 0A. RGB value is (134,39,10). Sum of RGB (Red+Green+Blue) = 134+39+10=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #86270A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86270A is #79D8F5. Grayscale: #404040. Windows color (decimal): -7985398 or 665478. OLE color: 665478.
HSL color Cylindrical-coordinate representation of color #86270A: hue angle of 14.03º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86270A is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 39 | 10 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.47 |
| HSL | 14.03º | 0.86% | 0.28% | - |
| HSV(B) | 14.03º | 0.93% | 0.53% | - |
| XYZ | 10.61 | 6.54 | 0.99 | - |
| YUV | 64.1 | 97.47 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 39 | 10 | 0 | 0.71 | 0.93 | 0.47 | 14.03 | 0.86 | 0.28 |
| Hex | 86 | 27 | A | 0 | 47 | 5D | 2F | E | 56 | 1C |
| Octal | 206 | 47 | 12 | 0 | 107 | 135 | 57 | 16 | 126 | 34 |
| Binary | 10000110 | 100111 | 1010 | 0 | 1000111 | 1011101 | 101111 | 1110 | 1010110 | 11100 |
Color Harmonies of #86270A
Complementary color
Monochromatic Colors of #86270A
Black with #86270A
Text Example
Text Example
White with #86270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86270A; }
p { color: rgb(134,39,10); }
H1.HeaderClassName
{
color: #86270A;
}
.AnyTagClassName
{
color: #86270A;
}
</style>
background-color css
<style>
a { background-color: #86270A; }
a { background-color: rgb(134,39,10); }
div.DivClassName
{
background-color: #86270A;
}
.BgClassName
{
background-color: #86270A;
}
</style>
border-color css
<style>
span { border-color: #86270A; }
span { border-color: rgb(134,39,10); }
td.TdClassName
{
border-color: #86270A;
}
.TagClassName
{
border-color: #86270A;
}
</style>