Shades of Falu Red #851B05
Tints of Falu Red #851B05
RGB
CMYK
RGB Variations
Color information
#851B05 (or 0x851B05) is known color: Falu Red. HEX triplet: 85, 1B and 05. RGB value is (133,27,5). Sum of RGB (Red+Green+Blue) = 133+27+5=165 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.61% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 133 - color contains mainly: red. Hex color #851B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851B05 is #7AE4FA. Grayscale: #383838. Windows color (decimal): -8054011 or 334725. OLE color: 334725.
HSL color Cylindrical-coordinate representation of color #851B05: hue angle of 10.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #851B05 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 5 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.48 |
| HSL | 10.31º | 0.93% | 0.27% | - |
| HSV(B) | 10.31º | 0.96% | 0.52% | - |
| XYZ | 10.09 | 5.78 | 0.73 | - |
| YUV | 56.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 5 | 0 | 0.80 | 0.96 | 0.48 | 10.31 | 0.93 | 0.27 |
| Hex | 85 | 1B | 5 | 0 | 50 | 60 | 30 | A | 5D | 1B |
| Octal | 205 | 33 | 5 | 0 | 120 | 140 | 60 | 12 | 135 | 33 |
| Binary | 10000101 | 11011 | 101 | 0 | 1010000 | 1100000 | 110000 | 1010 | 1011101 | 11011 |
Color Harmonies of #851B05
Complementary color
Monochromatic Colors of #851B05
Black with #851B05
Text Example
Text Example
White with #851B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B05; }
p { color: rgb(133,27,5); }
H1.HeaderClassName
{
color: #851B05;
}
.AnyTagClassName
{
color: #851B05;
}
</style>
background-color css
<style>
a { background-color: #851B05; }
a { background-color: rgb(133,27,5); }
div.DivClassName
{
background-color: #851B05;
}
.BgClassName
{
background-color: #851B05;
}
</style>
border-color css
<style>
span { border-color: #851B05; }
span { border-color: rgb(133,27,5); }
td.TdClassName
{
border-color: #851B05;
}
.TagClassName
{
border-color: #851B05;
}
</style>