Shades of Falu Red #731E00
Tints of Falu Red #731E00
RGB
CMYK
RGB Variations
Color information
#731E00 (or 0x731E00) is known color: Falu Red. HEX triplet: 73, 1E and 00. RGB value is (115,30,0). Sum of RGB (Red+Green+Blue) = 115+30+0=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #731E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E00 is #8CE1FF. Grayscale: #343434. Windows color (decimal): -9232896 or 7795. OLE color: 7795.
HSL color Cylindrical-coordinate representation of color #731E00: hue angle of 15.65º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #731E00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.55 |
| HSL | 15.65º | 1% | 0.23% | - |
| HSV(B) | 15.65º | 1% | 0.45% | - |
| XYZ | 7.53 | 4.57 | 0.49 | - |
| YUV | 52 | 98.66 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 0 | 0 | 0.74 | 1 | 0.55 | 15.65 | 1 | 0.23 |
| Hex | 73 | 1E | 0 | 0 | 4A | 64 | 37 | 10 | 64 | 17 |
| Octal | 163 | 36 | 0 | 0 | 112 | 144 | 67 | 20 | 144 | 27 |
| Binary | 1110011 | 11110 | 0 | 0 | 1001010 | 1100100 | 110111 | 10000 | 1100100 | 10111 |
Color Harmonies of #731E00
Complementary color
Monochromatic Colors of #731E00
Black with #731E00
Text Example
Text Example
White with #731E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E00; }
p { color: rgb(115,30,0); }
H1.HeaderClassName
{
color: #731E00;
}
.AnyTagClassName
{
color: #731E00;
}
</style>
background-color css
<style>
a { background-color: #731E00; }
a { background-color: rgb(115,30,0); }
div.DivClassName
{
background-color: #731E00;
}
.BgClassName
{
background-color: #731E00;
}
</style>
border-color css
<style>
span { border-color: #731E00; }
span { border-color: rgb(115,30,0); }
td.TdClassName
{
border-color: #731E00;
}
.TagClassName
{
border-color: #731E00;
}
</style>