Shades of Falu Red #851F01
Tints of Falu Red #851F01
RGB
CMYK
RGB Variations
Color information
#851F01 (or 0x851F01) is known color: Falu Red. HEX triplet: 85, 1F and 01. RGB value is (133,31,1). Sum of RGB (Red+Green+Blue) = 133+31+1=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #851F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F01 is #7AE0FE. Grayscale: #3A3A3A. Windows color (decimal): -8052991 or 73605. OLE color: 73605.
HSL color Cylindrical-coordinate representation of color #851F01: hue angle of 13.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #851F01 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 31 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.48 |
| HSL | 13.64º | 0.99% | 0.26% | - |
| HSV(B) | 13.64º | 0.99% | 0.52% | - |
| XYZ | 10.17 | 5.97 | 0.64 | - |
| YUV | 58.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 1 | 0 | 0.77 | 0.99 | 0.48 | 13.64 | 0.99 | 0.26 |
| Hex | 85 | 1F | 1 | 0 | 4D | 63 | 30 | E | 63 | 1A |
| Octal | 205 | 37 | 1 | 0 | 115 | 143 | 60 | 16 | 143 | 32 |
| Binary | 10000101 | 11111 | 1 | 0 | 1001101 | 1100011 | 110000 | 1110 | 1100011 | 11010 |
Color Harmonies of #851F01
Complementary color
Monochromatic Colors of #851F01
Black with #851F01
Text Example
Text Example
White with #851F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851F01; }
p { color: rgb(133,31,1); }
H1.HeaderClassName
{
color: #851F01;
}
.AnyTagClassName
{
color: #851F01;
}
</style>
background-color css
<style>
a { background-color: #851F01; }
a { background-color: rgb(133,31,1); }
div.DivClassName
{
background-color: #851F01;
}
.BgClassName
{
background-color: #851F01;
}
</style>
border-color css
<style>
span { border-color: #851F01; }
span { border-color: rgb(133,31,1); }
td.TdClassName
{
border-color: #851F01;
}
.TagClassName
{
border-color: #851F01;
}
</style>