Shades of Falu Red #851905
Tints of Falu Red #851905
RGB
CMYK
RGB Variations
Color information
#851905 (or 0x851905) is known color: Falu Red. HEX triplet: 85, 19 and 05. RGB value is (133,25,5). Sum of RGB (Red+Green+Blue) = 133+25+5=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #851905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851905 is #7AE6FA. Grayscale: #373737. Windows color (decimal): -8054523 or 334213. OLE color: 334213.
HSL color Cylindrical-coordinate representation of color #851905: hue angle of 9.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #851905 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 25 | 5 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.48 |
| HSL | 9.38º | 0.93% | 0.27% | - |
| HSV(B) | 9.38º | 0.96% | 0.52% | - |
| XYZ | 10.05 | 5.69 | 0.71 | - |
| YUV | 55.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 25 | 5 | 0 | 0.81 | 0.96 | 0.48 | 9.38 | 0.93 | 0.27 |
| Hex | 85 | 19 | 5 | 0 | 51 | 60 | 30 | 9 | 5D | 1B |
| Octal | 205 | 31 | 5 | 0 | 121 | 140 | 60 | 11 | 135 | 33 |
| Binary | 10000101 | 11001 | 101 | 0 | 1010001 | 1100000 | 110000 | 1001 | 1011101 | 11011 |
Color Harmonies of #851905
Complementary color
Monochromatic Colors of #851905
Black with #851905
Text Example
Text Example
White with #851905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851905; }
p { color: rgb(133,25,5); }
H1.HeaderClassName
{
color: #851905;
}
.AnyTagClassName
{
color: #851905;
}
</style>
background-color css
<style>
a { background-color: #851905; }
a { background-color: rgb(133,25,5); }
div.DivClassName
{
background-color: #851905;
}
.BgClassName
{
background-color: #851905;
}
</style>
border-color css
<style>
span { border-color: #851905; }
span { border-color: rgb(133,25,5); }
td.TdClassName
{
border-color: #851905;
}
.TagClassName
{
border-color: #851905;
}
</style>