Shades of Falu Red #722016
Tints of Falu Red #722016
RGB
CMYK
RGB Variations
Color information
#722016 (or 0x722016) is known color: Falu Red. HEX triplet: 72, 20 and 16. RGB value is (114,32,22). Sum of RGB (Red+Green+Blue) = 114+32+22=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #722016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722016 is #8DDFE9. Grayscale: #373737. Windows color (decimal): -9297898 or 1450098. OLE color: 1450098.
HSL color Cylindrical-coordinate representation of color #722016: hue angle of 6.52º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #722016 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 22 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.55 |
| HSL | 6.52º | 0.68% | 0.27% | - |
| HSV(B) | 6.52º | 0.81% | 0.45% | - |
| XYZ | 7.6 | 4.67 | 1.26 | - |
| YUV | 55.38 | 109.17 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 22 | 0 | 0.72 | 0.81 | 0.55 | 6.52 | 0.68 | 0.27 |
| Hex | 72 | 20 | 16 | 0 | 48 | 51 | 37 | 7 | 44 | 1B |
| Octal | 162 | 40 | 26 | 0 | 110 | 121 | 67 | 7 | 104 | 33 |
| Binary | 1110010 | 100000 | 10110 | 0 | 1001000 | 1010001 | 110111 | 111 | 1000100 | 11011 |
Color Harmonies of #722016
Complementary color
Monochromatic Colors of #722016
Black with #722016
Text Example
Text Example
White with #722016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722016; }
p { color: rgb(114,32,22); }
H1.HeaderClassName
{
color: #722016;
}
.AnyTagClassName
{
color: #722016;
}
</style>
background-color css
<style>
a { background-color: #722016; }
a { background-color: rgb(114,32,22); }
div.DivClassName
{
background-color: #722016;
}
.BgClassName
{
background-color: #722016;
}
</style>
border-color css
<style>
span { border-color: #722016; }
span { border-color: rgb(114,32,22); }
td.TdClassName
{
border-color: #722016;
}
.TagClassName
{
border-color: #722016;
}
</style>