Shades of Falu Red #8F2305
Tints of Falu Red #8F2305
RGB
CMYK
RGB Variations
Color information
#8F2305 (or 0x8F2305) is known color: Falu Red. HEX triplet: 8F, 23 and 05. RGB value is (143,35,5). Sum of RGB (Red+Green+Blue) = 143+35+5=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2305 is #70DCFA. Grayscale: #404040. Windows color (decimal): -7396603 or 336783. OLE color: 336783.
HSL color Cylindrical-coordinate representation of color #8F2305: hue angle of 13.04º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F2305 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 35 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.44 |
| HSL | 13.04º | 0.93% | 0.29% | - |
| HSV(B) | 13.04º | 0.97% | 0.56% | - |
| XYZ | 11.96 | 7.05 | 0.87 | - |
| YUV | 63.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 35 | 5 | 0 | 0.76 | 0.97 | 0.44 | 13.04 | 0.93 | 0.29 |
| Hex | 8F | 23 | 5 | 0 | 4C | 61 | 2C | D | 5D | 1D |
| Octal | 217 | 43 | 5 | 0 | 114 | 141 | 54 | 15 | 135 | 35 |
| Binary | 10001111 | 100011 | 101 | 0 | 1001100 | 1100001 | 101100 | 1101 | 1011101 | 11101 |
Color Harmonies of #8F2305
Complementary color
Monochromatic Colors of #8F2305
Black with #8F2305
Text Example
Text Example
White with #8F2305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2305; }
p { color: rgb(143,35,5); }
H1.HeaderClassName
{
color: #8F2305;
}
.AnyTagClassName
{
color: #8F2305;
}
</style>
background-color css
<style>
a { background-color: #8F2305; }
a { background-color: rgb(143,35,5); }
div.DivClassName
{
background-color: #8F2305;
}
.BgClassName
{
background-color: #8F2305;
}
</style>
border-color css
<style>
span { border-color: #8F2305; }
span { border-color: rgb(143,35,5); }
td.TdClassName
{
border-color: #8F2305;
}
.TagClassName
{
border-color: #8F2305;
}
</style>