Shades of Falu Red #85200D
Tints of Falu Red #85200D
RGB
CMYK
RGB Variations
Color information
#85200D (or 0x85200D) is known color: Falu Red. HEX triplet: 85, 20 and 0D. RGB value is (133,32,13). Sum of RGB (Red+Green+Blue) = 133+32+13=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #85200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85200D is #7ADFF2. Grayscale: #3C3C3C. Windows color (decimal): -8052723 or 860293. OLE color: 860293.
HSL color Cylindrical-coordinate representation of color #85200D: hue angle of 9.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85200D is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 32 | 13 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.48 |
| HSL | 9.5º | 0.82% | 0.29% | - |
| HSV(B) | 9.5º | 0.9% | 0.52% | - |
| XYZ | 10.26 | 6.05 | 1.01 | - |
| YUV | 60.03 | 101.46 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 32 | 13 | 0 | 0.76 | 0.90 | 0.48 | 9.5 | 0.82 | 0.29 |
| Hex | 85 | 20 | D | 0 | 4C | 5A | 30 | A | 52 | 1D |
| Octal | 205 | 40 | 15 | 0 | 114 | 132 | 60 | 12 | 122 | 35 |
| Binary | 10000101 | 100000 | 1101 | 0 | 1001100 | 1011010 | 110000 | 1010 | 1010010 | 11101 |
Color Harmonies of #85200D
Complementary color
Monochromatic Colors of #85200D
Black with #85200D
Text Example
Text Example
White with #85200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85200D; }
p { color: rgb(133,32,13); }
H1.HeaderClassName
{
color: #85200D;
}
.AnyTagClassName
{
color: #85200D;
}
</style>
background-color css
<style>
a { background-color: #85200D; }
a { background-color: rgb(133,32,13); }
div.DivClassName
{
background-color: #85200D;
}
.BgClassName
{
background-color: #85200D;
}
</style>
border-color css
<style>
span { border-color: #85200D; }
span { border-color: rgb(133,32,13); }
td.TdClassName
{
border-color: #85200D;
}
.TagClassName
{
border-color: #85200D;
}
</style>