Shades of Falu Red #862403
Tints of Falu Red #862403
RGB
CMYK
RGB Variations
Color information
#862403 (or 0x862403) is known color: Falu Red. HEX triplet: 86, 24 and 03. RGB value is (134,36,3). Sum of RGB (Red+Green+Blue) = 134+36+3=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #862403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862403 is #79DBFC. Grayscale: #3D3D3D. Windows color (decimal): -7986173 or 205958. OLE color: 205958.
HSL color Cylindrical-coordinate representation of color #862403: hue angle of 15.11º 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 #862403 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.47 |
| HSL | 15.11º | 0.96% | 0.27% | - |
| HSV(B) | 15.11º | 0.98% | 0.53% | - |
| XYZ | 10.48 | 6.34 | 0.76 | - |
| YUV | 61.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 3 | 0 | 0.73 | 0.98 | 0.47 | 15.11 | 0.96 | 0.27 |
| Hex | 86 | 24 | 3 | 0 | 49 | 62 | 2F | F | 60 | 1B |
| Octal | 206 | 44 | 3 | 0 | 111 | 142 | 57 | 17 | 140 | 33 |
| Binary | 10000110 | 100100 | 11 | 0 | 1001001 | 1100010 | 101111 | 1111 | 1100000 | 11011 |
Color Harmonies of #862403
Complementary color
Monochromatic Colors of #862403
Black with #862403
Text Example
Text Example
White with #862403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862403; }
p { color: rgb(134,36,3); }
H1.HeaderClassName
{
color: #862403;
}
.AnyTagClassName
{
color: #862403;
}
</style>
background-color css
<style>
a { background-color: #862403; }
a { background-color: rgb(134,36,3); }
div.DivClassName
{
background-color: #862403;
}
.BgClassName
{
background-color: #862403;
}
</style>
border-color css
<style>
span { border-color: #862403; }
span { border-color: rgb(134,36,3); }
td.TdClassName
{
border-color: #862403;
}
.TagClassName
{
border-color: #862403;
}
</style>