Shades of Falu Red #851B0C
Tints of Falu Red #851B0C
RGB
CMYK
RGB Variations
Color information
#851B0C (or 0x851B0C) is known color: Falu Red. HEX triplet: 85, 1B and 0C. RGB value is (133,27,12). Sum of RGB (Red+Green+Blue) = 133+27+12=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #851B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851B0C is #7AE4F3. Grayscale: #393939. Windows color (decimal): -8054004 or 793477. OLE color: 793477.
HSL color Cylindrical-coordinate representation of color #851B0C: hue angle of 7.44º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #851B0C is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 12 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.48 |
| HSL | 7.44º | 0.83% | 0.28% | - |
| HSV(B) | 7.44º | 0.91% | 0.52% | - |
| XYZ | 10.13 | 5.8 | 0.93 | - |
| YUV | 56.98 | 102.62 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 12 | 0 | 0.80 | 0.91 | 0.48 | 7.44 | 0.83 | 0.28 |
| Hex | 85 | 1B | C | 0 | 50 | 5B | 30 | 7 | 53 | 1C |
| Octal | 205 | 33 | 14 | 0 | 120 | 133 | 60 | 7 | 123 | 34 |
| Binary | 10000101 | 11011 | 1100 | 0 | 1010000 | 1011011 | 110000 | 111 | 1010011 | 11100 |
Color Harmonies of #851B0C
Complementary color
Monochromatic Colors of #851B0C
Black with #851B0C
Text Example
Text Example
White with #851B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B0C; }
p { color: rgb(133,27,12); }
H1.HeaderClassName
{
color: #851B0C;
}
.AnyTagClassName
{
color: #851B0C;
}
</style>
background-color css
<style>
a { background-color: #851B0C; }
a { background-color: rgb(133,27,12); }
div.DivClassName
{
background-color: #851B0C;
}
.BgClassName
{
background-color: #851B0C;
}
</style>
border-color css
<style>
span { border-color: #851B0C; }
span { border-color: rgb(133,27,12); }
td.TdClassName
{
border-color: #851B0C;
}
.TagClassName
{
border-color: #851B0C;
}
</style>