Shades of Falu Red #861A03
Tints of Falu Red #861A03
RGB
CMYK
RGB Variations
Color information
#861A03 (or 0x861A03) is known color: Falu Red. HEX triplet: 86, 1A and 03. RGB value is (134,26,3). Sum of RGB (Red+Green+Blue) = 134+26+3=163 (21% of max value = 765). Red value is 134 (52.73% from 255 or 82.21% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 134 - color contains mainly: red. Hex color #861A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #861A03 is #79E5FC. Grayscale: #373737. Windows color (decimal): -7988733 or 203398. OLE color: 203398.
HSL color Cylindrical-coordinate representation of color #861A03: hue angle of 10.53º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #861A03 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 26 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.47 |
| HSL | 10.53º | 0.96% | 0.27% | - |
| HSV(B) | 10.53º | 0.98% | 0.53% | - |
| XYZ | 10.22 | 5.81 | 0.67 | - |
| YUV | 55.67 | 98.28 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 26 | 3 | 0 | 0.81 | 0.98 | 0.47 | 10.53 | 0.96 | 0.27 |
| Hex | 86 | 1A | 3 | 0 | 51 | 62 | 2F | B | 60 | 1B |
| Octal | 206 | 32 | 3 | 0 | 121 | 142 | 57 | 13 | 140 | 33 |
| Binary | 10000110 | 11010 | 11 | 0 | 1010001 | 1100010 | 101111 | 1011 | 1100000 | 11011 |
Color Harmonies of #861A03
Complementary color
Monochromatic Colors of #861A03
Black with #861A03
Text Example
Text Example
White with #861A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861A03; }
p { color: rgb(134,26,3); }
H1.HeaderClassName
{
color: #861A03;
}
.AnyTagClassName
{
color: #861A03;
}
</style>
background-color css
<style>
a { background-color: #861A03; }
a { background-color: rgb(134,26,3); }
div.DivClassName
{
background-color: #861A03;
}
.BgClassName
{
background-color: #861A03;
}
</style>
border-color css
<style>
span { border-color: #861A03; }
span { border-color: rgb(134,26,3); }
td.TdClassName
{
border-color: #861A03;
}
.TagClassName
{
border-color: #861A03;
}
</style>