Shades of Falu Red #722112
Tints of Falu Red #722112
RGB
CMYK
RGB Variations
Color information
#722112 (or 0x722112) is known color: Falu Red. HEX triplet: 72, 21 and 12. RGB value is (114,33,18). Sum of RGB (Red+Green+Blue) = 114+33+18=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #722112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722112 is #8DDEED. Grayscale: #373737. Windows color (decimal): -9297646 or 1188210. OLE color: 1188210.
HSL color Cylindrical-coordinate representation of color #722112: hue angle of 9.38º 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 #722112 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 18 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.55 |
| HSL | 9.38º | 0.73% | 0.26% | - |
| HSV(B) | 9.38º | 0.84% | 0.45% | - |
| XYZ | 7.59 | 4.71 | 1.08 | - |
| YUV | 55.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 18 | 0 | 0.71 | 0.84 | 0.55 | 9.38 | 0.73 | 0.26 |
| Hex | 72 | 21 | 12 | 0 | 47 | 54 | 37 | 9 | 49 | 1A |
| Octal | 162 | 41 | 22 | 0 | 107 | 124 | 67 | 11 | 111 | 32 |
| Binary | 1110010 | 100001 | 10010 | 0 | 1000111 | 1010100 | 110111 | 1001 | 1001001 | 11010 |
Color Harmonies of #722112
Complementary color
Monochromatic Colors of #722112
Black with #722112
Text Example
Text Example
White with #722112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722112; }
p { color: rgb(114,33,18); }
H1.HeaderClassName
{
color: #722112;
}
.AnyTagClassName
{
color: #722112;
}
</style>
background-color css
<style>
a { background-color: #722112; }
a { background-color: rgb(114,33,18); }
div.DivClassName
{
background-color: #722112;
}
.BgClassName
{
background-color: #722112;
}
</style>
border-color css
<style>
span { border-color: #722112; }
span { border-color: rgb(114,33,18); }
td.TdClassName
{
border-color: #722112;
}
.TagClassName
{
border-color: #722112;
}
</style>