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