Shades of Falu Red #85120D
Tints of Falu Red #85120D
RGB
CMYK
RGB Variations
Color information
#85120D (or 0x85120D) is known color: Falu Red. HEX triplet: 85, 12 and 0D. RGB value is (133,18,13). Sum of RGB (Red+Green+Blue) = 133+18+13=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #85120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85120D is #7AEDF2. Grayscale: #333333. Windows color (decimal): -8056307 or 856709. OLE color: 856709.
HSL color Cylindrical-coordinate representation of color #85120D: hue angle of 2.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 #85120D is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 13 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.48 |
| HSL | 2.5º | 0.82% | 0.29% | - |
| HSV(B) | 2.5º | 0.9% | 0.52% | - |
| XYZ | 9.96 | 5.45 | 0.91 | - |
| YUV | 51.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 13 | 0 | 0.86 | 0.90 | 0.48 | 2.5 | 0.82 | 0.29 |
| Hex | 85 | 12 | D | 0 | 56 | 5A | 30 | 2 | 52 | 1D |
| Octal | 205 | 22 | 15 | 0 | 126 | 132 | 60 | 2 | 122 | 35 |
| Binary | 10000101 | 10010 | 1101 | 0 | 1010110 | 1011010 | 110000 | 10 | 1010010 | 11101 |
Color Harmonies of #85120D
Complementary color
Monochromatic Colors of #85120D
Black with #85120D
Text Example
Text Example
White with #85120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85120D; }
p { color: rgb(133,18,13); }
H1.HeaderClassName
{
color: #85120D;
}
.AnyTagClassName
{
color: #85120D;
}
</style>
background-color css
<style>
a { background-color: #85120D; }
a { background-color: rgb(133,18,13); }
div.DivClassName
{
background-color: #85120D;
}
.BgClassName
{
background-color: #85120D;
}
</style>
border-color css
<style>
span { border-color: #85120D; }
span { border-color: rgb(133,18,13); }
td.TdClassName
{
border-color: #85120D;
}
.TagClassName
{
border-color: #85120D;
}
</style>