Shades of Falu Red #71140F
Tints of Falu Red #71140F
RGB
CMYK
RGB Variations
Color information
#71140F (or 0x71140F) is known color: Falu Red. HEX triplet: 71, 14 and 0F. RGB value is (113,20,15). Sum of RGB (Red+Green+Blue) = 113+20+15=148 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.35% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 113 - color contains mainly: red. Hex color #71140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71140F is #8EEBF0. Grayscale: #2F2F2F. Windows color (decimal): -9366513 or 988273. OLE color: 988273.
HSL color Cylindrical-coordinate representation of color #71140F: hue angle of 3.06º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71140F is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 20 | 15 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.56 |
| HSL | 3.06º | 0.77% | 0.25% | - |
| HSV(B) | 3.06º | 0.87% | 0.44% | - |
| XYZ | 7.15 | 4.05 | 0.86 | - |
| YUV | 47.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 15 | 0 | 0.82 | 0.87 | 0.56 | 3.06 | 0.77 | 0.25 |
| Hex | 71 | 14 | F | 0 | 52 | 57 | 38 | 3 | 4D | 19 |
| Octal | 161 | 24 | 17 | 0 | 122 | 127 | 70 | 3 | 115 | 31 |
| Binary | 1110001 | 10100 | 1111 | 0 | 1010010 | 1010111 | 111000 | 11 | 1001101 | 11001 |
Color Harmonies of #71140F
Complementary color
Monochromatic Colors of #71140F
Black with #71140F
Text Example
Text Example
White with #71140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71140F; }
p { color: rgb(113,20,15); }
H1.HeaderClassName
{
color: #71140F;
}
.AnyTagClassName
{
color: #71140F;
}
</style>
background-color css
<style>
a { background-color: #71140F; }
a { background-color: rgb(113,20,15); }
div.DivClassName
{
background-color: #71140F;
}
.BgClassName
{
background-color: #71140F;
}
</style>
border-color css
<style>
span { border-color: #71140F; }
span { border-color: rgb(113,20,15); }
td.TdClassName
{
border-color: #71140F;
}
.TagClassName
{
border-color: #71140F;
}
</style>