Shades of Falu Red #851A16
Tints of Falu Red #851A16
RGB
CMYK
RGB Variations
Color information
#851A16 (or 0x851A16) is known color: Falu Red. HEX triplet: 85, 1A and 16. RGB value is (133,26,22). Sum of RGB (Red+Green+Blue) = 133+26+22=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #851A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A16 is #7AE5E9. Grayscale: #393939. Windows color (decimal): -8054250 or 1448581. OLE color: 1448581.
HSL color Cylindrical-coordinate representation of color #851A16: hue angle of 2.16º 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 #851A16 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 26 | 22 | - |
| CMYK | 0 | 0.80 | 0.83 | 0.48 |
| HSL | 2.16º | 0.72% | 0.3% | - |
| HSV(B) | 2.16º | 0.83% | 0.52% | - |
| XYZ | 10.19 | 5.78 | 1.34 | - |
| YUV | 57.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 22 | 0 | 0.80 | 0.83 | 0.48 | 2.16 | 0.72 | 0.3 |
| Hex | 85 | 1A | 16 | 0 | 50 | 53 | 30 | 2 | 48 | 1E |
| Octal | 205 | 32 | 26 | 0 | 120 | 123 | 60 | 2 | 110 | 36 |
| Binary | 10000101 | 11010 | 10110 | 0 | 1010000 | 1010011 | 110000 | 10 | 1001000 | 11110 |
Color Harmonies of #851A16
Complementary color
Monochromatic Colors of #851A16
Black with #851A16
Text Example
Text Example
White with #851A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A16; }
p { color: rgb(133,26,22); }
H1.HeaderClassName
{
color: #851A16;
}
.AnyTagClassName
{
color: #851A16;
}
</style>
background-color css
<style>
a { background-color: #851A16; }
a { background-color: rgb(133,26,22); }
div.DivClassName
{
background-color: #851A16;
}
.BgClassName
{
background-color: #851A16;
}
</style>
border-color css
<style>
span { border-color: #851A16; }
span { border-color: rgb(133,26,22); }
td.TdClassName
{
border-color: #851A16;
}
.TagClassName
{
border-color: #851A16;
}
</style>