Shades of Falu Red #73140F
Tints of Falu Red #73140F
RGB
CMYK
RGB Variations
Color information
#73140F (or 0x73140F) is known color: Falu Red. HEX triplet: 73, 14 and 0F. RGB value is (115,20,15). Sum of RGB (Red+Green+Blue) = 115+20+15=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73140F is #8CEBF0. Grayscale: #2F2F2F. Windows color (decimal): -9235441 or 988275. OLE color: 988275.
HSL color Cylindrical-coordinate representation of color #73140F: hue angle of 3º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73140F is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 20 | 15 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.55 |
| HSL | 3º | 0.77% | 0.25% | - |
| HSV(B) | 3º | 0.87% | 0.45% | - |
| XYZ | 7.41 | 4.18 | 0.87 | - |
| YUV | 47.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 15 | 0 | 0.83 | 0.87 | 0.55 | 3 | 0.77 | 0.25 |
| Hex | 73 | 14 | F | 0 | 53 | 57 | 37 | 3 | 4D | 19 |
| Octal | 163 | 24 | 17 | 0 | 123 | 127 | 67 | 3 | 115 | 31 |
| Binary | 1110011 | 10100 | 1111 | 0 | 1010011 | 1010111 | 110111 | 11 | 1001101 | 11001 |
Color Harmonies of #73140F
Complementary color
Monochromatic Colors of #73140F
Black with #73140F
Text Example
Text Example
White with #73140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73140F; }
p { color: rgb(115,20,15); }
H1.HeaderClassName
{
color: #73140F;
}
.AnyTagClassName
{
color: #73140F;
}
</style>
background-color css
<style>
a { background-color: #73140F; }
a { background-color: rgb(115,20,15); }
div.DivClassName
{
background-color: #73140F;
}
.BgClassName
{
background-color: #73140F;
}
</style>
border-color css
<style>
span { border-color: #73140F; }
span { border-color: rgb(115,20,15); }
td.TdClassName
{
border-color: #73140F;
}
.TagClassName
{
border-color: #73140F;
}
</style>