Shades of Falu Red #73110E
Tints of Falu Red #73110E
RGB
CMYK
RGB Variations
Color information
#73110E (or 0x73110E) is known color: Falu Red. HEX triplet: 73, 11 and 0E. RGB value is (115,17,14). Sum of RGB (Red+Green+Blue) = 115+17+14=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #73110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73110E is #8CEEF1. Grayscale: #2E2E2E. Windows color (decimal): -9236210 or 921971. OLE color: 921971.
HSL color Cylindrical-coordinate representation of color #73110E: hue angle of 1.78º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73110E is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 14 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.55 |
| HSL | 1.78º | 0.78% | 0.25% | - |
| HSV(B) | 1.78º | 0.88% | 0.45% | - |
| XYZ | 7.35 | 4.08 | 0.82 | - |
| YUV | 45.96 | 109.97 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 14 | 0 | 0.85 | 0.88 | 0.55 | 1.78 | 0.78 | 0.25 |
| Hex | 73 | 11 | E | 0 | 55 | 58 | 37 | 2 | 4E | 19 |
| Octal | 163 | 21 | 16 | 0 | 125 | 130 | 67 | 2 | 116 | 31 |
| Binary | 1110011 | 10001 | 1110 | 0 | 1010101 | 1011000 | 110111 | 10 | 1001110 | 11001 |
Color Harmonies of #73110E
Complementary color
Monochromatic Colors of #73110E
Black with #73110E
Text Example
Text Example
White with #73110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73110E; }
p { color: rgb(115,17,14); }
H1.HeaderClassName
{
color: #73110E;
}
.AnyTagClassName
{
color: #73110E;
}
</style>
background-color css
<style>
a { background-color: #73110E; }
a { background-color: rgb(115,17,14); }
div.DivClassName
{
background-color: #73110E;
}
.BgClassName
{
background-color: #73110E;
}
</style>
border-color css
<style>
span { border-color: #73110E; }
span { border-color: rgb(115,17,14); }
td.TdClassName
{
border-color: #73110E;
}
.TagClassName
{
border-color: #73110E;
}
</style>