Shades of Falu Red #852400
Tints of Falu Red #852400
RGB
CMYK
RGB Variations
Color information
#852400 (or 0x852400) is known color: Falu Red. HEX triplet: 85, 24 and 00. RGB value is (133,36,0). Sum of RGB (Red+Green+Blue) = 133+36+0=169 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.70% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 133 - color contains mainly: red. Hex color #852400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852400 is #7ADBFF. Grayscale: #3D3D3D. Windows color (decimal): -8051712 or 9349. OLE color: 9349.
HSL color Cylindrical-coordinate representation of color #852400: hue angle of 16.24º 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 #852400 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.48 |
| HSL | 16.24º | 1% | 0.26% | - |
| HSV(B) | 16.24º | 1% | 0.52% | - |
| XYZ | 10.3 | 6.25 | 0.66 | - |
| YUV | 60.9 | 93.64 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 0 | 0 | 0.73 | 1 | 0.48 | 16.24 | 1 | 0.26 |
| Hex | 85 | 24 | 0 | 0 | 49 | 64 | 30 | 10 | 64 | 1A |
| Octal | 205 | 44 | 0 | 0 | 111 | 144 | 60 | 20 | 144 | 32 |
| Binary | 10000101 | 100100 | 0 | 0 | 1001001 | 1100100 | 110000 | 10000 | 1100100 | 11010 |
Color Harmonies of #852400
Complementary color
Monochromatic Colors of #852400
Black with #852400
Text Example
Text Example
White with #852400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852400; }
p { color: rgb(133,36,0); }
H1.HeaderClassName
{
color: #852400;
}
.AnyTagClassName
{
color: #852400;
}
</style>
background-color css
<style>
a { background-color: #852400; }
a { background-color: rgb(133,36,0); }
div.DivClassName
{
background-color: #852400;
}
.BgClassName
{
background-color: #852400;
}
</style>
border-color css
<style>
span { border-color: #852400; }
span { border-color: rgb(133,36,0); }
td.TdClassName
{
border-color: #852400;
}
.TagClassName
{
border-color: #852400;
}
</style>