Shades of Falu Red #732111
Tints of Falu Red #732111
RGB
CMYK
RGB Variations
Color information
#732111 (or 0x732111) is known color: Falu Red. HEX triplet: 73, 21 and 11. RGB value is (115,33,17). Sum of RGB (Red+Green+Blue) = 115+33+17=165 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.70% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 115 - color contains mainly: red. Hex color #732111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732111 is #8CDEEE. Grayscale: #373737. Windows color (decimal): -9232111 or 1122675. OLE color: 1122675.
HSL color Cylindrical-coordinate representation of color #732111: hue angle of 9.8º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #732111 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 17 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.55 |
| HSL | 9.8º | 0.74% | 0.26% | - |
| HSV(B) | 9.8º | 0.85% | 0.45% | - |
| XYZ | 7.72 | 4.77 | 1.04 | - |
| YUV | 55.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 17 | 0 | 0.71 | 0.85 | 0.55 | 9.8 | 0.74 | 0.26 |
| Hex | 73 | 21 | 11 | 0 | 47 | 55 | 37 | A | 4A | 1A |
| Octal | 163 | 41 | 21 | 0 | 107 | 125 | 67 | 12 | 112 | 32 |
| Binary | 1110011 | 100001 | 10001 | 0 | 1000111 | 1010101 | 110111 | 1010 | 1001010 | 11010 |
Color Harmonies of #732111
Complementary color
Monochromatic Colors of #732111
Black with #732111
Text Example
Text Example
White with #732111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732111; }
p { color: rgb(115,33,17); }
H1.HeaderClassName
{
color: #732111;
}
.AnyTagClassName
{
color: #732111;
}
</style>
background-color css
<style>
a { background-color: #732111; }
a { background-color: rgb(115,33,17); }
div.DivClassName
{
background-color: #732111;
}
.BgClassName
{
background-color: #732111;
}
</style>
border-color css
<style>
span { border-color: #732111; }
span { border-color: rgb(115,33,17); }
td.TdClassName
{
border-color: #732111;
}
.TagClassName
{
border-color: #732111;
}
</style>