Shades of Falu Red #731C0B
Tints of Falu Red #731C0B
RGB
CMYK
RGB Variations
Color information
#731C0B (or 0x731C0B) is known color: Falu Red. HEX triplet: 73, 1C and 0B. RGB value is (115,28,11). Sum of RGB (Red+Green+Blue) = 115+28+11=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #731C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C0B is #8CE3F4. Grayscale: #343434. Windows color (decimal): -9233397 or 728179. OLE color: 728179.
HSL color Cylindrical-coordinate representation of color #731C0B: hue angle of 9.81º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #731C0B is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 11 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.55 |
| HSL | 9.81º | 0.83% | 0.25% | - |
| HSV(B) | 9.81º | 0.9% | 0.45% | - |
| XYZ | 7.55 | 4.5 | 0.79 | - |
| YUV | 52.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 11 | 0 | 0.76 | 0.90 | 0.55 | 9.81 | 0.83 | 0.25 |
| Hex | 73 | 1C | B | 0 | 4C | 5A | 37 | A | 53 | 19 |
| Octal | 163 | 34 | 13 | 0 | 114 | 132 | 67 | 12 | 123 | 31 |
| Binary | 1110011 | 11100 | 1011 | 0 | 1001100 | 1011010 | 110111 | 1010 | 1010011 | 11001 |
Color Harmonies of #731C0B
Complementary color
Monochromatic Colors of #731C0B
Black with #731C0B
Text Example
Text Example
White with #731C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C0B; }
p { color: rgb(115,28,11); }
H1.HeaderClassName
{
color: #731C0B;
}
.AnyTagClassName
{
color: #731C0B;
}
</style>
background-color css
<style>
a { background-color: #731C0B; }
a { background-color: rgb(115,28,11); }
div.DivClassName
{
background-color: #731C0B;
}
.BgClassName
{
background-color: #731C0B;
}
</style>
border-color css
<style>
span { border-color: #731C0B; }
span { border-color: rgb(115,28,11); }
td.TdClassName
{
border-color: #731C0B;
}
.TagClassName
{
border-color: #731C0B;
}
</style>