Shades of Falu Red #731E10
Tints of Falu Red #731E10
RGB
CMYK
RGB Variations
Color information
#731E10 (or 0x731E10) is known color: Falu Red. HEX triplet: 73, 1E and 10. RGB value is (115,30,16). Sum of RGB (Red+Green+Blue) = 115+30+16=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #731E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E10 is #8CE1EF. Grayscale: #353535. Windows color (decimal): -9232880 or 1056371. OLE color: 1056371.
HSL color Cylindrical-coordinate representation of color #731E10: hue angle of 8.48º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731E10 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 16 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.55 |
| HSL | 8.48º | 0.76% | 0.26% | - |
| HSV(B) | 8.48º | 0.86% | 0.45% | - |
| XYZ | 7.63 | 4.61 | 0.98 | - |
| YUV | 53.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 16 | 0 | 0.74 | 0.86 | 0.55 | 8.48 | 0.76 | 0.26 |
| Hex | 73 | 1E | 10 | 0 | 4A | 56 | 37 | 8 | 4C | 1A |
| Octal | 163 | 36 | 20 | 0 | 112 | 126 | 67 | 10 | 114 | 32 |
| Binary | 1110011 | 11110 | 10000 | 0 | 1001010 | 1010110 | 110111 | 1000 | 1001100 | 11010 |
Color Harmonies of #731E10
Complementary color
Monochromatic Colors of #731E10
Black with #731E10
Text Example
Text Example
White with #731E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E10; }
p { color: rgb(115,30,16); }
H1.HeaderClassName
{
color: #731E10;
}
.AnyTagClassName
{
color: #731E10;
}
</style>
background-color css
<style>
a { background-color: #731E10; }
a { background-color: rgb(115,30,16); }
div.DivClassName
{
background-color: #731E10;
}
.BgClassName
{
background-color: #731E10;
}
</style>
border-color css
<style>
span { border-color: #731E10; }
span { border-color: rgb(115,30,16); }
td.TdClassName
{
border-color: #731E10;
}
.TagClassName
{
border-color: #731E10;
}
</style>