Shades of Falu Red #851F16
Tints of Falu Red #851F16
RGB
CMYK
RGB Variations
Color information
#851F16 (or 0x851F16) is known color: Falu Red. HEX triplet: 85, 1F and 16. RGB value is (133,31,22). Sum of RGB (Red+Green+Blue) = 133+31+22=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #851F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851F16 is #7AE0E9. Grayscale: #3C3C3C. Windows color (decimal): -8052970 or 1449861. OLE color: 1449861.
HSL color Cylindrical-coordinate representation of color #851F16: hue angle of 4.86º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851F16 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 31 | 22 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.48 |
| HSL | 4.86º | 0.72% | 0.3% | - |
| HSV(B) | 4.86º | 0.83% | 0.52% | - |
| XYZ | 10.31 | 6.02 | 1.38 | - |
| YUV | 60.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 22 | 0 | 0.77 | 0.83 | 0.48 | 4.86 | 0.72 | 0.3 |
| Hex | 85 | 1F | 16 | 0 | 4D | 53 | 30 | 5 | 48 | 1E |
| Octal | 205 | 37 | 26 | 0 | 115 | 123 | 60 | 5 | 110 | 36 |
| Binary | 10000101 | 11111 | 10110 | 0 | 1001101 | 1010011 | 110000 | 101 | 1001000 | 11110 |
Color Harmonies of #851F16
Complementary color
Monochromatic Colors of #851F16
Black with #851F16
Text Example
Text Example
White with #851F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851F16; }
p { color: rgb(133,31,22); }
H1.HeaderClassName
{
color: #851F16;
}
.AnyTagClassName
{
color: #851F16;
}
</style>
background-color css
<style>
a { background-color: #851F16; }
a { background-color: rgb(133,31,22); }
div.DivClassName
{
background-color: #851F16;
}
.BgClassName
{
background-color: #851F16;
}
</style>
border-color css
<style>
span { border-color: #851F16; }
span { border-color: rgb(133,31,22); }
td.TdClassName
{
border-color: #851F16;
}
.TagClassName
{
border-color: #851F16;
}
</style>