Shades of Falu Red #851713
Tints of Falu Red #851713
RGB
CMYK
RGB Variations
Color information
#851713 (or 0x851713) is known color: Falu Red. HEX triplet: 85, 17 and 13. RGB value is (133,23,19). Sum of RGB (Red+Green+Blue) = 133+23+19=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #851713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851713 is #7AE8EC. Grayscale: #373737. Windows color (decimal): -8055021 or 1251205. OLE color: 1251205.
HSL color Cylindrical-coordinate representation of color #851713: hue angle of 2.11º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851713 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 23 | 19 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.48 |
| HSL | 2.11º | 0.75% | 0.3% | - |
| HSV(B) | 2.11º | 0.86% | 0.52% | - |
| XYZ | 10.1 | 5.65 | 1.17 | - |
| YUV | 55.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 23 | 19 | 0 | 0.83 | 0.86 | 0.48 | 2.11 | 0.75 | 0.3 |
| Hex | 85 | 17 | 13 | 0 | 53 | 56 | 30 | 2 | 4B | 1E |
| Octal | 205 | 27 | 23 | 0 | 123 | 126 | 60 | 2 | 113 | 36 |
| Binary | 10000101 | 10111 | 10011 | 0 | 1010011 | 1010110 | 110000 | 10 | 1001011 | 11110 |
Color Harmonies of #851713
Complementary color
Monochromatic Colors of #851713
Black with #851713
Text Example
Text Example
White with #851713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851713; }
p { color: rgb(133,23,19); }
H1.HeaderClassName
{
color: #851713;
}
.AnyTagClassName
{
color: #851713;
}
</style>
background-color css
<style>
a { background-color: #851713; }
a { background-color: rgb(133,23,19); }
div.DivClassName
{
background-color: #851713;
}
.BgClassName
{
background-color: #851713;
}
</style>
border-color css
<style>
span { border-color: #851713; }
span { border-color: rgb(133,23,19); }
td.TdClassName
{
border-color: #851713;
}
.TagClassName
{
border-color: #851713;
}
</style>