Shades of Falu Red #862003
Tints of Falu Red #862003
RGB
CMYK
RGB Variations
Color information
#862003 (or 0x862003) is known color: Falu Red. HEX triplet: 86, 20 and 03. RGB value is (134,32,3). Sum of RGB (Red+Green+Blue) = 134+32+3=169 (22% of max value = 765). Red value is 134 (52.73% from 255 or 79.29% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 134 - color contains mainly: red. Hex color #862003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862003 is #79DFFC. Grayscale: #3B3B3B. Windows color (decimal): -7987197 or 204934. OLE color: 204934.
HSL color Cylindrical-coordinate representation of color #862003: hue angle of 13.28º 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 #862003 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.47 |
| HSL | 13.28º | 0.96% | 0.27% | - |
| HSV(B) | 13.28º | 0.98% | 0.53% | - |
| XYZ | 10.36 | 6.11 | 0.72 | - |
| YUV | 59.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 3 | 0 | 0.76 | 0.98 | 0.47 | 13.28 | 0.96 | 0.27 |
| Hex | 86 | 20 | 3 | 0 | 4C | 62 | 2F | D | 60 | 1B |
| Octal | 206 | 40 | 3 | 0 | 114 | 142 | 57 | 15 | 140 | 33 |
| Binary | 10000110 | 100000 | 11 | 0 | 1001100 | 1100010 | 101111 | 1101 | 1100000 | 11011 |
Color Harmonies of #862003
Complementary color
Monochromatic Colors of #862003
Black with #862003
Text Example
Text Example
White with #862003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862003; }
p { color: rgb(134,32,3); }
H1.HeaderClassName
{
color: #862003;
}
.AnyTagClassName
{
color: #862003;
}
</style>
background-color css
<style>
a { background-color: #862003; }
a { background-color: rgb(134,32,3); }
div.DivClassName
{
background-color: #862003;
}
.BgClassName
{
background-color: #862003;
}
</style>
border-color css
<style>
span { border-color: #862003; }
span { border-color: rgb(134,32,3); }
td.TdClassName
{
border-color: #862003;
}
.TagClassName
{
border-color: #862003;
}
</style>