Shades of Falu Red #851D00
Tints of Falu Red #851D00
RGB
CMYK
RGB Variations
Color information
#851D00 (or 0x851D00) is known color: Falu Red. HEX triplet: 85, 1D and 00. RGB value is (133,29,0). Sum of RGB (Red+Green+Blue) = 133+29+0=162 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.10% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 133 - color contains mainly: red. Hex color #851D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851D00 is #7AE2FF. Grayscale: #393939. Windows color (decimal): -8053504 or 7557. OLE color: 7557.
HSL color Cylindrical-coordinate representation of color #851D00: hue angle of 13.08º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #851D00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 29 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.48 |
| HSL | 13.08º | 1% | 0.26% | - |
| HSV(B) | 13.08º | 1% | 0.52% | - |
| XYZ | 10.11 | 5.87 | 0.6 | - |
| YUV | 56.79 | 95.96 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 0 | 0 | 0.78 | 1 | 0.48 | 13.08 | 1 | 0.26 |
| Hex | 85 | 1D | 0 | 0 | 4E | 64 | 30 | D | 64 | 1A |
| Octal | 205 | 35 | 0 | 0 | 116 | 144 | 60 | 15 | 144 | 32 |
| Binary | 10000101 | 11101 | 0 | 0 | 1001110 | 1100100 | 110000 | 1101 | 1100100 | 11010 |
Color Harmonies of #851D00
Complementary color
Monochromatic Colors of #851D00
Black with #851D00
Text Example
Text Example
White with #851D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851D00; }
p { color: rgb(133,29,0); }
H1.HeaderClassName
{
color: #851D00;
}
.AnyTagClassName
{
color: #851D00;
}
</style>
background-color css
<style>
a { background-color: #851D00; }
a { background-color: rgb(133,29,0); }
div.DivClassName
{
background-color: #851D00;
}
.BgClassName
{
background-color: #851D00;
}
</style>
border-color css
<style>
span { border-color: #851D00; }
span { border-color: rgb(133,29,0); }
td.TdClassName
{
border-color: #851D00;
}
.TagClassName
{
border-color: #851D00;
}
</style>