Shades of Falu Red #731A00
Tints of Falu Red #731A00
RGB
CMYK
RGB Variations
Color information
#731A00 (or 0x731A00) is known color: Falu Red. HEX triplet: 73, 1A and 00. RGB value is (115,26,0). Sum of RGB (Red+Green+Blue) = 115+26+0=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #731A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731A00 is #8CE5FF. Grayscale: #313131. Windows color (decimal): -9233920 or 6771. OLE color: 6771.
HSL color Cylindrical-coordinate representation of color #731A00: hue angle of 13.57º 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 #731A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.55 |
| HSL | 13.57º | 1% | 0.23% | - |
| HSV(B) | 13.57º | 1% | 0.45% | - |
| XYZ | 7.44 | 4.38 | 0.45 | - |
| YUV | 49.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 0 | 0 | 0.77 | 1 | 0.55 | 13.57 | 1 | 0.23 |
| Hex | 73 | 1A | 0 | 0 | 4D | 64 | 37 | E | 64 | 17 |
| Octal | 163 | 32 | 0 | 0 | 115 | 144 | 67 | 16 | 144 | 27 |
| Binary | 1110011 | 11010 | 0 | 0 | 1001101 | 1100100 | 110111 | 1110 | 1100100 | 10111 |
Color Harmonies of #731A00
Complementary color
Monochromatic Colors of #731A00
Black with #731A00
Text Example
Text Example
White with #731A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A00; }
p { color: rgb(115,26,0); }
H1.HeaderClassName
{
color: #731A00;
}
.AnyTagClassName
{
color: #731A00;
}
</style>
background-color css
<style>
a { background-color: #731A00; }
a { background-color: rgb(115,26,0); }
div.DivClassName
{
background-color: #731A00;
}
.BgClassName
{
background-color: #731A00;
}
</style>
border-color css
<style>
span { border-color: #731A00; }
span { border-color: rgb(115,26,0); }
td.TdClassName
{
border-color: #731A00;
}
.TagClassName
{
border-color: #731A00;
}
</style>