Shades of Falu Red #731E12
Tints of Falu Red #731E12
RGB
CMYK
RGB Variations
Color information
#731E12 (or 0x731E12) is known color: Falu Red. HEX triplet: 73, 1E and 12. RGB value is (115,30,18). Sum of RGB (Red+Green+Blue) = 115+30+18=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #731E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E12 is #8CE1ED. Grayscale: #363636. Windows color (decimal): -9232878 or 1187443. OLE color: 1187443.
HSL color Cylindrical-coordinate representation of color #731E12: hue angle of 7.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731E12 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 18 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.55 |
| HSL | 7.42º | 0.73% | 0.26% | - |
| HSV(B) | 7.42º | 0.84% | 0.45% | - |
| XYZ | 7.64 | 4.62 | 1.06 | - |
| YUV | 54.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 18 | 0 | 0.74 | 0.84 | 0.55 | 7.42 | 0.73 | 0.26 |
| Hex | 73 | 1E | 12 | 0 | 4A | 54 | 37 | 7 | 49 | 1A |
| Octal | 163 | 36 | 22 | 0 | 112 | 124 | 67 | 7 | 111 | 32 |
| Binary | 1110011 | 11110 | 10010 | 0 | 1001010 | 1010100 | 110111 | 111 | 1001001 | 11010 |
Color Harmonies of #731E12
Complementary color
Monochromatic Colors of #731E12
Black with #731E12
Text Example
Text Example
White with #731E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E12; }
p { color: rgb(115,30,18); }
H1.HeaderClassName
{
color: #731E12;
}
.AnyTagClassName
{
color: #731E12;
}
</style>
background-color css
<style>
a { background-color: #731E12; }
a { background-color: rgb(115,30,18); }
div.DivClassName
{
background-color: #731E12;
}
.BgClassName
{
background-color: #731E12;
}
</style>
border-color css
<style>
span { border-color: #731E12; }
span { border-color: rgb(115,30,18); }
td.TdClassName
{
border-color: #731E12;
}
.TagClassName
{
border-color: #731E12;
}
</style>