Shades of Falu Red #851C19
Tints of Falu Red #851C19
RGB
CMYK
RGB Variations
Color information
#851C19 (or 0x851C19) is known color: Falu Red. HEX triplet: 85, 1C and 19. RGB value is (133,28,25). Sum of RGB (Red+Green+Blue) = 133+28+25=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #851C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851C19 is #7AE3E6. Grayscale: #3B3B3B. Windows color (decimal): -8053735 or 1645701. OLE color: 1645701.
HSL color Cylindrical-coordinate representation of color #851C19: hue angle of 1.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851C19 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 28 | 25 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.48 |
| HSL | 1.67º | 0.68% | 0.31% | - |
| HSV(B) | 1.67º | 0.81% | 0.52% | - |
| XYZ | 10.26 | 5.89 | 1.52 | - |
| YUV | 59.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 25 | 0 | 0.79 | 0.81 | 0.48 | 1.67 | 0.68 | 0.31 |
| Hex | 85 | 1C | 19 | 0 | 4F | 51 | 30 | 2 | 44 | 1F |
| Octal | 205 | 34 | 31 | 0 | 117 | 121 | 60 | 2 | 104 | 37 |
| Binary | 10000101 | 11100 | 11001 | 0 | 1001111 | 1010001 | 110000 | 10 | 1000100 | 11111 |
Color Harmonies of #851C19
Complementary color
Monochromatic Colors of #851C19
Black with #851C19
Text Example
Text Example
White with #851C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851C19; }
p { color: rgb(133,28,25); }
H1.HeaderClassName
{
color: #851C19;
}
.AnyTagClassName
{
color: #851C19;
}
</style>
background-color css
<style>
a { background-color: #851C19; }
a { background-color: rgb(133,28,25); }
div.DivClassName
{
background-color: #851C19;
}
.BgClassName
{
background-color: #851C19;
}
</style>
border-color css
<style>
span { border-color: #851C19; }
span { border-color: rgb(133,28,25); }
td.TdClassName
{
border-color: #851C19;
}
.TagClassName
{
border-color: #851C19;
}
</style>