Shades of Falu Red #86230C
Tints of Falu Red #86230C
RGB
CMYK
RGB Variations
Color information
#86230C (or 0x86230C) is known color: Falu Red. HEX triplet: 86, 23 and 0C. RGB value is (134,35,12). Sum of RGB (Red+Green+Blue) = 134+35+12=181 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.03% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 134 - color contains mainly: red. Hex color #86230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86230C is #79DCF3. Grayscale: #3E3E3E. Windows color (decimal): -7986420 or 795526. OLE color: 795526.
HSL color Cylindrical-coordinate representation of color #86230C: hue angle of 11.31º 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 #86230C is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 12 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.47 |
| HSL | 11.31º | 0.84% | 0.29% | - |
| HSV(B) | 11.31º | 0.91% | 0.53% | - |
| XYZ | 10.5 | 6.3 | 1.01 | - |
| YUV | 61.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 12 | 0 | 0.74 | 0.91 | 0.47 | 11.31 | 0.84 | 0.29 |
| Hex | 86 | 23 | C | 0 | 4A | 5B | 2F | B | 54 | 1D |
| Octal | 206 | 43 | 14 | 0 | 112 | 133 | 57 | 13 | 124 | 35 |
| Binary | 10000110 | 100011 | 1100 | 0 | 1001010 | 1011011 | 101111 | 1011 | 1010100 | 11101 |
Color Harmonies of #86230C
Complementary color
Monochromatic Colors of #86230C
Black with #86230C
Text Example
Text Example
White with #86230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86230C; }
p { color: rgb(134,35,12); }
H1.HeaderClassName
{
color: #86230C;
}
.AnyTagClassName
{
color: #86230C;
}
</style>
background-color css
<style>
a { background-color: #86230C; }
a { background-color: rgb(134,35,12); }
div.DivClassName
{
background-color: #86230C;
}
.BgClassName
{
background-color: #86230C;
}
</style>
border-color css
<style>
span { border-color: #86230C; }
span { border-color: rgb(134,35,12); }
td.TdClassName
{
border-color: #86230C;
}
.TagClassName
{
border-color: #86230C;
}
</style>