Shades of Falu Red #731B12
Tints of Falu Red #731B12
RGB
CMYK
RGB Variations
Color information
#731B12 (or 0x731B12) is known color: Falu Red. HEX triplet: 73, 1B and 12. RGB value is (115,27,18). Sum of RGB (Red+Green+Blue) = 115+27+18=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #731B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731B12 is #8CE4ED. Grayscale: #343434. Windows color (decimal): -9233646 or 1186675. OLE color: 1186675.
HSL color Cylindrical-coordinate representation of color #731B12: hue angle of 5.57º 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 #731B12 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 27 | 18 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.55 |
| HSL | 5.57º | 0.73% | 0.26% | - |
| HSV(B) | 5.57º | 0.84% | 0.45% | - |
| XYZ | 7.57 | 4.47 | 1.04 | - |
| YUV | 52.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 27 | 18 | 0 | 0.77 | 0.84 | 0.55 | 5.57 | 0.73 | 0.26 |
| Hex | 73 | 1B | 12 | 0 | 4D | 54 | 37 | 6 | 49 | 1A |
| Octal | 163 | 33 | 22 | 0 | 115 | 124 | 67 | 6 | 111 | 32 |
| Binary | 1110011 | 11011 | 10010 | 0 | 1001101 | 1010100 | 110111 | 110 | 1001001 | 11010 |
Color Harmonies of #731B12
Complementary color
Monochromatic Colors of #731B12
Black with #731B12
Text Example
Text Example
White with #731B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731B12; }
p { color: rgb(115,27,18); }
H1.HeaderClassName
{
color: #731B12;
}
.AnyTagClassName
{
color: #731B12;
}
</style>
background-color css
<style>
a { background-color: #731B12; }
a { background-color: rgb(115,27,18); }
div.DivClassName
{
background-color: #731B12;
}
.BgClassName
{
background-color: #731B12;
}
</style>
border-color css
<style>
span { border-color: #731B12; }
span { border-color: rgb(115,27,18); }
td.TdClassName
{
border-color: #731B12;
}
.TagClassName
{
border-color: #731B12;
}
</style>