Shades of Falu Red #851D0F
Tints of Falu Red #851D0F
RGB
CMYK
RGB Variations
Color information
#851D0F (or 0x851D0F) is known color: Falu Red. HEX triplet: 85, 1D and 0F. RGB value is (133,29,15). Sum of RGB (Red+Green+Blue) = 133+29+15=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #851D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D0F is #7AE2F0. Grayscale: #3A3A3A. Windows color (decimal): -8053489 or 990597. OLE color: 990597.
HSL color Cylindrical-coordinate representation of color #851D0F: hue angle of 7.12º degrees, saturation: 0.8, 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 #851D0F is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 15 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.48 |
| HSL | 7.12º | 0.8% | 0.29% | - |
| HSV(B) | 7.12º | 0.89% | 0.52% | - |
| XYZ | 10.2 | 5.9 | 1.05 | - |
| YUV | 58.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 15 | 0 | 0.78 | 0.89 | 0.48 | 7.12 | 0.8 | 0.29 |
| Hex | 85 | 1D | F | 0 | 4E | 59 | 30 | 7 | 50 | 1D |
| Octal | 205 | 35 | 17 | 0 | 116 | 131 | 60 | 7 | 120 | 35 |
| Binary | 10000101 | 11101 | 1111 | 0 | 1001110 | 1011001 | 110000 | 111 | 1010000 | 11101 |
Color Harmonies of #851D0F
Complementary color
Monochromatic Colors of #851D0F
Black with #851D0F
Text Example
Text Example
White with #851D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D0F; }
p { color: rgb(133,29,15); }
H1.HeaderClassName
{
color: #851D0F;
}
.AnyTagClassName
{
color: #851D0F;
}
</style>
background-color css
<style>
a { background-color: #851D0F; }
a { background-color: rgb(133,29,15); }
div.DivClassName
{
background-color: #851D0F;
}
.BgClassName
{
background-color: #851D0F;
}
</style>
border-color css
<style>
span { border-color: #851D0F; }
span { border-color: rgb(133,29,15); }
td.TdClassName
{
border-color: #851D0F;
}
.TagClassName
{
border-color: #851D0F;
}
</style>