Shades of Falu Red #85180A
Tints of Falu Red #85180A
RGB
CMYK
RGB Variations
Color information
#85180A (or 0x85180A) is known color: Falu Red. HEX triplet: 85, 18 and 0A. RGB value is (133,24,10). Sum of RGB (Red+Green+Blue) = 133+24+10=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #85180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #85180A is #7AE7F5. Grayscale: #373737. Windows color (decimal): -8054774 or 661637. OLE color: 661637.
HSL color Cylindrical-coordinate representation of color #85180A: hue angle of 6.83º degrees, saturation: 0.86, 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 #85180A is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 10 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.48 |
| HSL | 6.83º | 0.86% | 0.28% | - |
| HSV(B) | 6.83º | 0.92% | 0.52% | - |
| XYZ | 10.05 | 5.66 | 0.85 | - |
| YUV | 55 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 10 | 0 | 0.82 | 0.92 | 0.48 | 6.83 | 0.86 | 0.28 |
| Hex | 85 | 18 | A | 0 | 52 | 5C | 30 | 7 | 56 | 1C |
| Octal | 205 | 30 | 12 | 0 | 122 | 134 | 60 | 7 | 126 | 34 |
| Binary | 10000101 | 11000 | 1010 | 0 | 1010010 | 1011100 | 110000 | 111 | 1010110 | 11100 |
Color Harmonies of #85180A
Complementary color
Monochromatic Colors of #85180A
Black with #85180A
Text Example
Text Example
White with #85180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85180A; }
p { color: rgb(133,24,10); }
H1.HeaderClassName
{
color: #85180A;
}
.AnyTagClassName
{
color: #85180A;
}
</style>
background-color css
<style>
a { background-color: #85180A; }
a { background-color: rgb(133,24,10); }
div.DivClassName
{
background-color: #85180A;
}
.BgClassName
{
background-color: #85180A;
}
</style>
border-color css
<style>
span { border-color: #85180A; }
span { border-color: rgb(133,24,10); }
td.TdClassName
{
border-color: #85180A;
}
.TagClassName
{
border-color: #85180A;
}
</style>