Shades of Falu Red #732112
Tints of Falu Red #732112
RGB
CMYK
RGB Variations
Color information
#732112 (or 0x732112) is known color: Falu Red. HEX triplet: 73, 21 and 12. RGB value is (115,33,18). Sum of RGB (Red+Green+Blue) = 115+33+18=166 (21% of max value = 765). Red value is 115 (45.31% from 255 or 69.28% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 115 - color contains mainly: red. Hex color #732112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732112 is #8CDEED. Grayscale: #373737. Windows color (decimal): -9232110 or 1188211. OLE color: 1188211.
HSL color Cylindrical-coordinate representation of color #732112: hue angle of 9.28º 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 #732112 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 18 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.55 |
| HSL | 9.28º | 0.73% | 0.26% | - |
| HSV(B) | 9.28º | 0.84% | 0.45% | - |
| XYZ | 7.72 | 4.78 | 1.09 | - |
| YUV | 55.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 18 | 0 | 0.71 | 0.84 | 0.55 | 9.28 | 0.73 | 0.26 |
| Hex | 73 | 21 | 12 | 0 | 47 | 54 | 37 | 9 | 49 | 1A |
| Octal | 163 | 41 | 22 | 0 | 107 | 124 | 67 | 11 | 111 | 32 |
| Binary | 1110011 | 100001 | 10010 | 0 | 1000111 | 1010100 | 110111 | 1001 | 1001001 | 11010 |
Color Harmonies of #732112
Complementary color
Monochromatic Colors of #732112
Black with #732112
Text Example
Text Example
White with #732112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732112; }
p { color: rgb(115,33,18); }
H1.HeaderClassName
{
color: #732112;
}
.AnyTagClassName
{
color: #732112;
}
</style>
background-color css
<style>
a { background-color: #732112; }
a { background-color: rgb(115,33,18); }
div.DivClassName
{
background-color: #732112;
}
.BgClassName
{
background-color: #732112;
}
</style>
border-color css
<style>
span { border-color: #732112; }
span { border-color: rgb(115,33,18); }
td.TdClassName
{
border-color: #732112;
}
.TagClassName
{
border-color: #732112;
}
</style>