Shades of Falu Red #852117
Tints of Falu Red #852117
RGB
CMYK
RGB Variations
Color information
#852117 (or 0x852117) is known color: Falu Red. HEX triplet: 85, 21 and 17. RGB value is (133,33,23). Sum of RGB (Red+Green+Blue) = 133+33+23=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #852117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852117 is #7ADEE8. Grayscale: #3D3D3D. Windows color (decimal): -8052457 or 1515909. OLE color: 1515909.
HSL color Cylindrical-coordinate representation of color #852117: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852117 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 23 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.48 |
| HSL | 5.45º | 0.71% | 0.31% | - |
| HSV(B) | 5.45º | 0.83% | 0.52% | - |
| XYZ | 10.37 | 6.14 | 1.45 | - |
| YUV | 61.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 23 | 0 | 0.75 | 0.83 | 0.48 | 5.45 | 0.71 | 0.31 |
| Hex | 85 | 21 | 17 | 0 | 4B | 53 | 30 | 5 | 47 | 1F |
| Octal | 205 | 41 | 27 | 0 | 113 | 123 | 60 | 5 | 107 | 37 |
| Binary | 10000101 | 100001 | 10111 | 0 | 1001011 | 1010011 | 110000 | 101 | 1000111 | 11111 |
Color Harmonies of #852117
Complementary color
Monochromatic Colors of #852117
Black with #852117
Text Example
Text Example
White with #852117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852117; }
p { color: rgb(133,33,23); }
H1.HeaderClassName
{
color: #852117;
}
.AnyTagClassName
{
color: #852117;
}
</style>
background-color css
<style>
a { background-color: #852117; }
a { background-color: rgb(133,33,23); }
div.DivClassName
{
background-color: #852117;
}
.BgClassName
{
background-color: #852117;
}
</style>
border-color css
<style>
span { border-color: #852117; }
span { border-color: rgb(133,33,23); }
td.TdClassName
{
border-color: #852117;
}
.TagClassName
{
border-color: #852117;
}
</style>