Shades of Falu Red #851A18
Tints of Falu Red #851A18
RGB
CMYK
RGB Variations
Color information
#851A18 (or 0x851A18) is known color: Falu Red. HEX triplet: 85, 1A and 18. RGB value is (133,26,24). Sum of RGB (Red+Green+Blue) = 133+26+24=183 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.68% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 133 - color contains mainly: red. Hex color #851A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A18 is #7AE5E7. Grayscale: #393939. Windows color (decimal): -8054248 or 1579653. OLE color: 1579653.
HSL color Cylindrical-coordinate representation of color #851A18: hue angle of 1.1º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851A18 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 26 | 24 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.48 |
| HSL | 1.1º | 0.69% | 0.31% | - |
| HSV(B) | 1.1º | 0.82% | 0.52% | - |
| XYZ | 10.21 | 5.79 | 1.44 | - |
| YUV | 57.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 24 | 0 | 0.80 | 0.82 | 0.48 | 1.1 | 0.69 | 0.31 |
| Hex | 85 | 1A | 18 | 0 | 50 | 52 | 30 | 1 | 45 | 1F |
| Octal | 205 | 32 | 30 | 0 | 120 | 122 | 60 | 1 | 105 | 37 |
| Binary | 10000101 | 11010 | 11000 | 0 | 1010000 | 1010010 | 110000 | 1 | 1000101 | 11111 |
Color Harmonies of #851A18
Complementary color
Monochromatic Colors of #851A18
Black with #851A18
Text Example
Text Example
White with #851A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A18; }
p { color: rgb(133,26,24); }
H1.HeaderClassName
{
color: #851A18;
}
.AnyTagClassName
{
color: #851A18;
}
</style>
background-color css
<style>
a { background-color: #851A18; }
a { background-color: rgb(133,26,24); }
div.DivClassName
{
background-color: #851A18;
}
.BgClassName
{
background-color: #851A18;
}
</style>
border-color css
<style>
span { border-color: #851A18; }
span { border-color: rgb(133,26,24); }
td.TdClassName
{
border-color: #851A18;
}
.TagClassName
{
border-color: #851A18;
}
</style>