Shades of Falu Red #852403
Tints of Falu Red #852403
RGB
CMYK
RGB Variations
Color information
#852403 (or 0x852403) is known color: Falu Red. HEX triplet: 85, 24 and 03. RGB value is (133,36,3). Sum of RGB (Red+Green+Blue) = 133+36+3=172 (22% of max value = 765). Red value is 133 (52.34% from 255 or 77.33% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 133 - color contains mainly: red. Hex color #852403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852403 is #7ADBFC. Grayscale: #3D3D3D. Windows color (decimal): -8051709 or 205957. OLE color: 205957.
HSL color Cylindrical-coordinate representation of color #852403: hue angle of 15.23º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #852403 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.48 |
| HSL | 15.23º | 0.96% | 0.27% | - |
| HSV(B) | 15.23º | 0.98% | 0.52% | - |
| XYZ | 10.32 | 6.25 | 0.75 | - |
| YUV | 61.24 | 95.14 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 3 | 0 | 0.73 | 0.98 | 0.48 | 15.23 | 0.96 | 0.27 |
| Hex | 85 | 24 | 3 | 0 | 49 | 62 | 30 | F | 60 | 1B |
| Octal | 205 | 44 | 3 | 0 | 111 | 142 | 60 | 17 | 140 | 33 |
| Binary | 10000101 | 100100 | 11 | 0 | 1001001 | 1100010 | 110000 | 1111 | 1100000 | 11011 |
Color Harmonies of #852403
Complementary color
Monochromatic Colors of #852403
Black with #852403
Text Example
Text Example
White with #852403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852403; }
p { color: rgb(133,36,3); }
H1.HeaderClassName
{
color: #852403;
}
.AnyTagClassName
{
color: #852403;
}
</style>
background-color css
<style>
a { background-color: #852403; }
a { background-color: rgb(133,36,3); }
div.DivClassName
{
background-color: #852403;
}
.BgClassName
{
background-color: #852403;
}
</style>
border-color css
<style>
span { border-color: #852403; }
span { border-color: rgb(133,36,3); }
td.TdClassName
{
border-color: #852403;
}
.TagClassName
{
border-color: #852403;
}
</style>