Shades of Falu Red #72140D
Tints of Falu Red #72140D
RGB
CMYK
RGB Variations
Color information
#72140D (or 0x72140D) is known color: Falu Red. HEX triplet: 72, 14 and 0D. RGB value is (114,20,13). Sum of RGB (Red+Green+Blue) = 114+20+13=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #72140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72140D is #8DEBF2. Grayscale: #2F2F2F. Windows color (decimal): -9300979 or 857202. OLE color: 857202.
HSL color Cylindrical-coordinate representation of color #72140D: hue angle of 4.16º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72140D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 13 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.55 |
| HSL | 4.16º | 0.8% | 0.25% | - |
| HSV(B) | 4.16º | 0.89% | 0.45% | - |
| XYZ | 7.26 | 4.11 | 0.79 | - |
| YUV | 47.31 | 108.64 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 13 | 0 | 0.82 | 0.89 | 0.55 | 4.16 | 0.8 | 0.25 |
| Hex | 72 | 14 | D | 0 | 52 | 59 | 37 | 4 | 50 | 19 |
| Octal | 162 | 24 | 15 | 0 | 122 | 131 | 67 | 4 | 120 | 31 |
| Binary | 1110010 | 10100 | 1101 | 0 | 1010010 | 1011001 | 110111 | 100 | 1010000 | 11001 |
Color Harmonies of #72140D
Complementary color
Monochromatic Colors of #72140D
Black with #72140D
Text Example
Text Example
White with #72140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72140D; }
p { color: rgb(114,20,13); }
H1.HeaderClassName
{
color: #72140D;
}
.AnyTagClassName
{
color: #72140D;
}
</style>
background-color css
<style>
a { background-color: #72140D; }
a { background-color: rgb(114,20,13); }
div.DivClassName
{
background-color: #72140D;
}
.BgClassName
{
background-color: #72140D;
}
</style>
border-color css
<style>
span { border-color: #72140D; }
span { border-color: rgb(114,20,13); }
td.TdClassName
{
border-color: #72140D;
}
.TagClassName
{
border-color: #72140D;
}
</style>