Shades of Falu Red #852016
Tints of Falu Red #852016
RGB
CMYK
RGB Variations
Color information
#852016 (or 0x852016) is known color: Falu Red. HEX triplet: 85, 20 and 16. RGB value is (133,32,22). Sum of RGB (Red+Green+Blue) = 133+32+22=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #852016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852016 is #7ADFE9. Grayscale: #3D3D3D. Windows color (decimal): -8052714 or 1450117. OLE color: 1450117.
HSL color Cylindrical-coordinate representation of color #852016: hue angle of 5.41º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852016 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 22 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.48 |
| HSL | 5.41º | 0.72% | 0.3% | - |
| HSV(B) | 5.41º | 0.83% | 0.52% | - |
| XYZ | 10.33 | 6.08 | 1.39 | - |
| YUV | 61.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 22 | 0 | 0.76 | 0.83 | 0.48 | 5.41 | 0.72 | 0.3 |
| Hex | 85 | 20 | 16 | 0 | 4C | 53 | 30 | 5 | 48 | 1E |
| Octal | 205 | 40 | 26 | 0 | 114 | 123 | 60 | 5 | 110 | 36 |
| Binary | 10000101 | 100000 | 10110 | 0 | 1001100 | 1010011 | 110000 | 101 | 1001000 | 11110 |
Color Harmonies of #852016
Complementary color
Monochromatic Colors of #852016
Black with #852016
Text Example
Text Example
White with #852016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852016; }
p { color: rgb(133,32,22); }
H1.HeaderClassName
{
color: #852016;
}
.AnyTagClassName
{
color: #852016;
}
</style>
background-color css
<style>
a { background-color: #852016; }
a { background-color: rgb(133,32,22); }
div.DivClassName
{
background-color: #852016;
}
.BgClassName
{
background-color: #852016;
}
</style>
border-color css
<style>
span { border-color: #852016; }
span { border-color: rgb(133,32,22); }
td.TdClassName
{
border-color: #852016;
}
.TagClassName
{
border-color: #852016;
}
</style>