Shades of Falu Red #8F160D
Tints of Falu Red #8F160D
RGB
CMYK
RGB Variations
Color information
#8F160D (or 0x8F160D) is known color: Falu Red. HEX triplet: 8F, 16 and 0D. RGB value is (143,22,13). Sum of RGB (Red+Green+Blue) = 143+22+13=178 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.34% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 143 - color contains mainly: red. Hex color #8F160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F160D is #70E9F2. Grayscale: #393939. Windows color (decimal): -7399923 or 857743. OLE color: 857743.
HSL color Cylindrical-coordinate representation of color #8F160D: hue angle of 4.15º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F160D is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 22 | 13 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.44 |
| HSL | 4.15º | 0.83% | 0.31% | - |
| HSV(B) | 4.15º | 0.91% | 0.56% | - |
| XYZ | 11.69 | 6.44 | 1.01 | - |
| YUV | 57.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 13 | 0 | 0.85 | 0.91 | 0.44 | 4.15 | 0.83 | 0.31 |
| Hex | 8F | 16 | D | 0 | 55 | 5B | 2C | 4 | 53 | 1F |
| Octal | 217 | 26 | 15 | 0 | 125 | 133 | 54 | 4 | 123 | 37 |
| Binary | 10001111 | 10110 | 1101 | 0 | 1010101 | 1011011 | 101100 | 100 | 1010011 | 11111 |
Color Harmonies of #8F160D
Complementary color
Monochromatic Colors of #8F160D
Black with #8F160D
Text Example
Text Example
White with #8F160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F160D; }
p { color: rgb(143,22,13); }
H1.HeaderClassName
{
color: #8F160D;
}
.AnyTagClassName
{
color: #8F160D;
}
</style>
background-color css
<style>
a { background-color: #8F160D; }
a { background-color: rgb(143,22,13); }
div.DivClassName
{
background-color: #8F160D;
}
.BgClassName
{
background-color: #8F160D;
}
</style>
border-color css
<style>
span { border-color: #8F160D; }
span { border-color: rgb(143,22,13); }
td.TdClassName
{
border-color: #8F160D;
}
.TagClassName
{
border-color: #8F160D;
}
</style>