Shades of Falu Red #85250C
Tints of Falu Red #85250C
RGB
CMYK
RGB Variations
Color information
#85250C (or 0x85250C) is known color: Falu Red. HEX triplet: 85, 25 and 0C. RGB value is (133,37,12). Sum of RGB (Red+Green+Blue) = 133+37+12=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #85250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85250C is #7ADAF3. Grayscale: #3F3F3F. Windows color (decimal): -8051444 or 796037. OLE color: 796037.
HSL color Cylindrical-coordinate representation of color #85250C: hue angle of 12.4º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85250C is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 37 | 12 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.48 |
| HSL | 12.4º | 0.83% | 0.28% | - |
| HSV(B) | 12.4º | 0.91% | 0.52% | - |
| XYZ | 10.4 | 6.34 | 1.02 | - |
| YUV | 62.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 37 | 12 | 0 | 0.72 | 0.91 | 0.48 | 12.4 | 0.83 | 0.28 |
| Hex | 85 | 25 | C | 0 | 48 | 5B | 30 | C | 53 | 1C |
| Octal | 205 | 45 | 14 | 0 | 110 | 133 | 60 | 14 | 123 | 34 |
| Binary | 10000101 | 100101 | 1100 | 0 | 1001000 | 1011011 | 110000 | 1100 | 1010011 | 11100 |
Color Harmonies of #85250C
Complementary color
Monochromatic Colors of #85250C
Black with #85250C
Text Example
Text Example
White with #85250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85250C; }
p { color: rgb(133,37,12); }
H1.HeaderClassName
{
color: #85250C;
}
.AnyTagClassName
{
color: #85250C;
}
</style>
background-color css
<style>
a { background-color: #85250C; }
a { background-color: rgb(133,37,12); }
div.DivClassName
{
background-color: #85250C;
}
.BgClassName
{
background-color: #85250C;
}
</style>
border-color css
<style>
span { border-color: #85250C; }
span { border-color: rgb(133,37,12); }
td.TdClassName
{
border-color: #85250C;
}
.TagClassName
{
border-color: #85250C;
}
</style>