Shades of Falu Red #851B0B
Tints of Falu Red #851B0B
RGB
CMYK
RGB Variations
Color information
#851B0B (or 0x851B0B) is known color: Falu Red. HEX triplet: 85, 1B and 0B. RGB value is (133,27,11). Sum of RGB (Red+Green+Blue) = 133+27+11=171 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.78% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 133 - color contains mainly: red. Hex color #851B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851B0B is #7AE4F4. Grayscale: #393939. Windows color (decimal): -8054005 or 727941. OLE color: 727941.
HSL color Cylindrical-coordinate representation of color #851B0B: hue angle of 7.87º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #851B0B is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 11 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.48 |
| HSL | 7.87º | 0.85% | 0.28% | - |
| HSV(B) | 7.87º | 0.92% | 0.52% | - |
| XYZ | 10.13 | 5.79 | 0.9 | - |
| YUV | 56.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 11 | 0 | 0.80 | 0.92 | 0.48 | 7.87 | 0.85 | 0.28 |
| Hex | 85 | 1B | B | 0 | 50 | 5C | 30 | 8 | 55 | 1C |
| Octal | 205 | 33 | 13 | 0 | 120 | 134 | 60 | 10 | 125 | 34 |
| Binary | 10000101 | 11011 | 1011 | 0 | 1010000 | 1011100 | 110000 | 1000 | 1010101 | 11100 |
Color Harmonies of #851B0B
Complementary color
Monochromatic Colors of #851B0B
Black with #851B0B
Text Example
Text Example
White with #851B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B0B; }
p { color: rgb(133,27,11); }
H1.HeaderClassName
{
color: #851B0B;
}
.AnyTagClassName
{
color: #851B0B;
}
</style>
background-color css
<style>
a { background-color: #851B0B; }
a { background-color: rgb(133,27,11); }
div.DivClassName
{
background-color: #851B0B;
}
.BgClassName
{
background-color: #851B0B;
}
</style>
border-color css
<style>
span { border-color: #851B0B; }
span { border-color: rgb(133,27,11); }
td.TdClassName
{
border-color: #851B0B;
}
.TagClassName
{
border-color: #851B0B;
}
</style>