Shades of Falu Red #852412
Tints of Falu Red #852412
RGB
CMYK
RGB Variations
Color information
#852412 (or 0x852412) is known color: Falu Red. HEX triplet: 85, 24 and 12. RGB value is (133,36,18). Sum of RGB (Red+Green+Blue) = 133+36+18=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #852412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852412 is #7ADBED. Grayscale: #3F3F3F. Windows color (decimal): -8051694 or 1188997. OLE color: 1188997.
HSL color Cylindrical-coordinate representation of color #852412: hue angle of 9.39º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #852412 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 18 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.48 |
| HSL | 9.39º | 0.76% | 0.3% | - |
| HSV(B) | 9.39º | 0.86% | 0.52% | - |
| XYZ | 10.41 | 6.29 | 1.24 | - |
| YUV | 62.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 18 | 0 | 0.73 | 0.86 | 0.48 | 9.39 | 0.76 | 0.3 |
| Hex | 85 | 24 | 12 | 0 | 49 | 56 | 30 | 9 | 4C | 1E |
| Octal | 205 | 44 | 22 | 0 | 111 | 126 | 60 | 11 | 114 | 36 |
| Binary | 10000101 | 100100 | 10010 | 0 | 1001001 | 1010110 | 110000 | 1001 | 1001100 | 11110 |
Color Harmonies of #852412
Complementary color
Monochromatic Colors of #852412
Black with #852412
Text Example
Text Example
White with #852412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852412; }
p { color: rgb(133,36,18); }
H1.HeaderClassName
{
color: #852412;
}
.AnyTagClassName
{
color: #852412;
}
</style>
background-color css
<style>
a { background-color: #852412; }
a { background-color: rgb(133,36,18); }
div.DivClassName
{
background-color: #852412;
}
.BgClassName
{
background-color: #852412;
}
</style>
border-color css
<style>
span { border-color: #852412; }
span { border-color: rgb(133,36,18); }
td.TdClassName
{
border-color: #852412;
}
.TagClassName
{
border-color: #852412;
}
</style>