Shades of Falu Red #8F150D
Tints of Falu Red #8F150D
RGB
CMYK
RGB Variations
Color information
#8F150D (or 0x8F150D) is known color: Falu Red. HEX triplet: 8F, 15 and 0D. RGB value is (143,21,13). Sum of RGB (Red+Green+Blue) = 143+21+13=177 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.79% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 143 - color contains mainly: red. Hex color #8F150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F150D is #70EAF2. Grayscale: #383838. Windows color (decimal): -7400179 or 857487. OLE color: 857487.
HSL color Cylindrical-coordinate representation of color #8F150D: hue angle of 3.69º 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 #8F150D is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 21 | 13 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.44 |
| HSL | 3.69º | 0.83% | 0.31% | - |
| HSV(B) | 3.69º | 0.91% | 0.56% | - |
| XYZ | 11.67 | 6.41 | 1 | - |
| YUV | 56.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 21 | 13 | 0 | 0.85 | 0.91 | 0.44 | 3.69 | 0.83 | 0.31 |
| Hex | 8F | 15 | D | 0 | 55 | 5B | 2C | 4 | 53 | 1F |
| Octal | 217 | 25 | 15 | 0 | 125 | 133 | 54 | 4 | 123 | 37 |
| Binary | 10001111 | 10101 | 1101 | 0 | 1010101 | 1011011 | 101100 | 100 | 1010011 | 11111 |
Color Harmonies of #8F150D
Complementary color
Monochromatic Colors of #8F150D
Black with #8F150D
Text Example
Text Example
White with #8F150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F150D; }
p { color: rgb(143,21,13); }
H1.HeaderClassName
{
color: #8F150D;
}
.AnyTagClassName
{
color: #8F150D;
}
</style>
background-color css
<style>
a { background-color: #8F150D; }
a { background-color: rgb(143,21,13); }
div.DivClassName
{
background-color: #8F150D;
}
.BgClassName
{
background-color: #8F150D;
}
</style>
border-color css
<style>
span { border-color: #8F150D; }
span { border-color: rgb(143,21,13); }
td.TdClassName
{
border-color: #8F150D;
}
.TagClassName
{
border-color: #8F150D;
}
</style>