Shades of Falu Red #852100
Tints of Falu Red #852100
RGB
CMYK
RGB Variations
Color information
#852100 (or 0x852100) is known color: Falu Red. HEX triplet: 85, 21 and 00. RGB value is (133,33,0). Sum of RGB (Red+Green+Blue) = 133+33+0=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #852100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852100 is #7ADEFF. Grayscale: #3B3B3B. Windows color (decimal): -8052480 or 8581. OLE color: 8581.
HSL color Cylindrical-coordinate representation of color #852100: hue angle of 14.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #852100 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.48 |
| HSL | 14.89º | 1% | 0.26% | - |
| HSV(B) | 14.89º | 1% | 0.52% | - |
| XYZ | 10.22 | 6.07 | 0.63 | - |
| YUV | 59.14 | 94.63 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 0 | 0 | 0.75 | 1 | 0.48 | 14.89 | 1 | 0.26 |
| Hex | 85 | 21 | 0 | 0 | 4B | 64 | 30 | F | 64 | 1A |
| Octal | 205 | 41 | 0 | 0 | 113 | 144 | 60 | 17 | 144 | 32 |
| Binary | 10000101 | 100001 | 0 | 0 | 1001011 | 1100100 | 110000 | 1111 | 1100100 | 11010 |
Color Harmonies of #852100
Complementary color
Monochromatic Colors of #852100
Black with #852100
Text Example
Text Example
White with #852100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852100; }
p { color: rgb(133,33,0); }
H1.HeaderClassName
{
color: #852100;
}
.AnyTagClassName
{
color: #852100;
}
</style>
background-color css
<style>
a { background-color: #852100; }
a { background-color: rgb(133,33,0); }
div.DivClassName
{
background-color: #852100;
}
.BgClassName
{
background-color: #852100;
}
</style>
border-color css
<style>
span { border-color: #852100; }
span { border-color: rgb(133,33,0); }
td.TdClassName
{
border-color: #852100;
}
.TagClassName
{
border-color: #852100;
}
</style>