Shades of Falu Red #731D03
Tints of Falu Red #731D03
RGB
CMYK
RGB Variations
Color information
#731D03 (or 0x731D03) is known color: Falu Red. HEX triplet: 73, 1D and 03. RGB value is (115,29,3). Sum of RGB (Red+Green+Blue) = 115+29+3=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #731D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D03 is #8CE2FC. Grayscale: #333333. Windows color (decimal): -9233149 or 204147. OLE color: 204147.
HSL color Cylindrical-coordinate representation of color #731D03: hue angle of 13.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #731D03 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 3 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.55 |
| HSL | 13.93º | 0.95% | 0.23% | - |
| HSV(B) | 13.93º | 0.97% | 0.45% | - |
| XYZ | 7.53 | 4.53 | 0.56 | - |
| YUV | 51.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 3 | 0 | 0.75 | 0.97 | 0.55 | 13.93 | 0.95 | 0.23 |
| Hex | 73 | 1D | 3 | 0 | 4B | 61 | 37 | E | 5F | 17 |
| Octal | 163 | 35 | 3 | 0 | 113 | 141 | 67 | 16 | 137 | 27 |
| Binary | 1110011 | 11101 | 11 | 0 | 1001011 | 1100001 | 110111 | 1110 | 1011111 | 10111 |
Color Harmonies of #731D03
Complementary color
Monochromatic Colors of #731D03
Black with #731D03
Text Example
Text Example
White with #731D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D03; }
p { color: rgb(115,29,3); }
H1.HeaderClassName
{
color: #731D03;
}
.AnyTagClassName
{
color: #731D03;
}
</style>
background-color css
<style>
a { background-color: #731D03; }
a { background-color: rgb(115,29,3); }
div.DivClassName
{
background-color: #731D03;
}
.BgClassName
{
background-color: #731D03;
}
</style>
border-color css
<style>
span { border-color: #731D03; }
span { border-color: rgb(115,29,3); }
td.TdClassName
{
border-color: #731D03;
}
.TagClassName
{
border-color: #731D03;
}
</style>