Shades of Falu Red #851D0E
Tints of Falu Red #851D0E
RGB
CMYK
RGB Variations
Color information
#851D0E (or 0x851D0E) is known color: Falu Red. HEX triplet: 85, 1D and 0E. RGB value is (133,29,14). Sum of RGB (Red+Green+Blue) = 133+29+14=176 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.57% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 133 - color contains mainly: red. Hex color #851D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D0E is #7AE2F1. Grayscale: #3A3A3A. Windows color (decimal): -8053490 or 925061. OLE color: 925061.
HSL color Cylindrical-coordinate representation of color #851D0E: hue angle of 7.56º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851D0E is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 14 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.48 |
| HSL | 7.56º | 0.81% | 0.29% | - |
| HSV(B) | 7.56º | 0.89% | 0.52% | - |
| XYZ | 10.19 | 5.9 | 1.02 | - |
| YUV | 58.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 14 | 0 | 0.78 | 0.89 | 0.48 | 7.56 | 0.81 | 0.29 |
| Hex | 85 | 1D | E | 0 | 4E | 59 | 30 | 8 | 51 | 1D |
| Octal | 205 | 35 | 16 | 0 | 116 | 131 | 60 | 10 | 121 | 35 |
| Binary | 10000101 | 11101 | 1110 | 0 | 1001110 | 1011001 | 110000 | 1000 | 1010001 | 11101 |
Color Harmonies of #851D0E
Complementary color
Monochromatic Colors of #851D0E
Black with #851D0E
Text Example
Text Example
White with #851D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D0E; }
p { color: rgb(133,29,14); }
H1.HeaderClassName
{
color: #851D0E;
}
.AnyTagClassName
{
color: #851D0E;
}
</style>
background-color css
<style>
a { background-color: #851D0E; }
a { background-color: rgb(133,29,14); }
div.DivClassName
{
background-color: #851D0E;
}
.BgClassName
{
background-color: #851D0E;
}
</style>
border-color css
<style>
span { border-color: #851D0E; }
span { border-color: rgb(133,29,14); }
td.TdClassName
{
border-color: #851D0E;
}
.TagClassName
{
border-color: #851D0E;
}
</style>