Shades of Falu Red #851A0D
Tints of Falu Red #851A0D
RGB
CMYK
RGB Variations
Color information
#851A0D (or 0x851A0D) is known color: Falu Red. HEX triplet: 85, 1A and 0D. RGB value is (133,26,13). Sum of RGB (Red+Green+Blue) = 133+26+13=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #851A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #851A0D is #7AE5F2. Grayscale: #383838. Windows color (decimal): -8054259 or 858757. OLE color: 858757.
HSL color Cylindrical-coordinate representation of color #851A0D: hue angle of 6.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #851A0D is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 26 | 13 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.48 |
| HSL | 6.5º | 0.82% | 0.29% | - |
| HSV(B) | 6.5º | 0.9% | 0.52% | - |
| XYZ | 10.11 | 5.75 | 0.96 | - |
| YUV | 56.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 13 | 0 | 0.80 | 0.90 | 0.48 | 6.5 | 0.82 | 0.29 |
| Hex | 85 | 1A | D | 0 | 50 | 5A | 30 | 6 | 52 | 1D |
| Octal | 205 | 32 | 15 | 0 | 120 | 132 | 60 | 6 | 122 | 35 |
| Binary | 10000101 | 11010 | 1101 | 0 | 1010000 | 1011010 | 110000 | 110 | 1010010 | 11101 |
Color Harmonies of #851A0D
Complementary color
Monochromatic Colors of #851A0D
Black with #851A0D
Text Example
Text Example
White with #851A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851A0D; }
p { color: rgb(133,26,13); }
H1.HeaderClassName
{
color: #851A0D;
}
.AnyTagClassName
{
color: #851A0D;
}
</style>
background-color css
<style>
a { background-color: #851A0D; }
a { background-color: rgb(133,26,13); }
div.DivClassName
{
background-color: #851A0D;
}
.BgClassName
{
background-color: #851A0D;
}
</style>
border-color css
<style>
span { border-color: #851A0D; }
span { border-color: rgb(133,26,13); }
td.TdClassName
{
border-color: #851A0D;
}
.TagClassName
{
border-color: #851A0D;
}
</style>