Shades of Falu Red #73140D
Tints of Falu Red #73140D
RGB
CMYK
RGB Variations
Color information
#73140D (or 0x73140D) is known color: Falu Red. HEX triplet: 73, 14 and 0D. RGB value is (115,20,13). Sum of RGB (Red+Green+Blue) = 115+20+13=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #73140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73140D is #8CEBF2. Grayscale: #2F2F2F. Windows color (decimal): -9235443 or 857203. OLE color: 857203.
HSL color Cylindrical-coordinate representation of color #73140D: hue angle of 4.12º 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 #73140D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 20 | 13 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.55 |
| HSL | 4.12º | 0.8% | 0.25% | - |
| HSV(B) | 4.12º | 0.89% | 0.45% | - |
| XYZ | 7.39 | 4.17 | 0.8 | - |
| YUV | 47.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 13 | 0 | 0.83 | 0.89 | 0.55 | 4.12 | 0.8 | 0.25 |
| Hex | 73 | 14 | D | 0 | 53 | 59 | 37 | 4 | 50 | 19 |
| Octal | 163 | 24 | 15 | 0 | 123 | 131 | 67 | 4 | 120 | 31 |
| Binary | 1110011 | 10100 | 1101 | 0 | 1010011 | 1011001 | 110111 | 100 | 1010000 | 11001 |
Color Harmonies of #73140D
Complementary color
Monochromatic Colors of #73140D
Black with #73140D
Text Example
Text Example
White with #73140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73140D; }
p { color: rgb(115,20,13); }
H1.HeaderClassName
{
color: #73140D;
}
.AnyTagClassName
{
color: #73140D;
}
</style>
background-color css
<style>
a { background-color: #73140D; }
a { background-color: rgb(115,20,13); }
div.DivClassName
{
background-color: #73140D;
}
.BgClassName
{
background-color: #73140D;
}
</style>
border-color css
<style>
span { border-color: #73140D; }
span { border-color: rgb(115,20,13); }
td.TdClassName
{
border-color: #73140D;
}
.TagClassName
{
border-color: #73140D;
}
</style>