Shades of Falu Red #851E16
Tints of Falu Red #851E16
RGB
CMYK
RGB Variations
Color information
#851E16 (or 0x851E16) is known color: Falu Red. HEX triplet: 85, 1E and 16. RGB value is (133,30,22). Sum of RGB (Red+Green+Blue) = 133+30+22=185 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.89% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 133 - color contains mainly: red. Hex color #851E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851E16 is #7AE1E9. Grayscale: #3C3C3C. Windows color (decimal): -8053226 or 1449605. OLE color: 1449605.
HSL color Cylindrical-coordinate representation of color #851E16: hue angle of 4.32º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851E16 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 30 | 22 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.48 |
| HSL | 4.32º | 0.72% | 0.3% | - |
| HSV(B) | 4.32º | 0.83% | 0.52% | - |
| XYZ | 10.28 | 5.97 | 1.37 | - |
| YUV | 59.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 22 | 0 | 0.77 | 0.83 | 0.48 | 4.32 | 0.72 | 0.3 |
| Hex | 85 | 1E | 16 | 0 | 4D | 53 | 30 | 4 | 48 | 1E |
| Octal | 205 | 36 | 26 | 0 | 115 | 123 | 60 | 4 | 110 | 36 |
| Binary | 10000101 | 11110 | 10110 | 0 | 1001101 | 1010011 | 110000 | 100 | 1001000 | 11110 |
Color Harmonies of #851E16
Complementary color
Monochromatic Colors of #851E16
Black with #851E16
Text Example
Text Example
White with #851E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E16; }
p { color: rgb(133,30,22); }
H1.HeaderClassName
{
color: #851E16;
}
.AnyTagClassName
{
color: #851E16;
}
</style>
background-color css
<style>
a { background-color: #851E16; }
a { background-color: rgb(133,30,22); }
div.DivClassName
{
background-color: #851E16;
}
.BgClassName
{
background-color: #851E16;
}
</style>
border-color css
<style>
span { border-color: #851E16; }
span { border-color: rgb(133,30,22); }
td.TdClassName
{
border-color: #851E16;
}
.TagClassName
{
border-color: #851E16;
}
</style>