Shades of Falu Red #721806
Tints of Falu Red #721806
RGB
CMYK
RGB Variations
Color information
#721806 (or 0x721806) is known color: Falu Red. HEX triplet: 72, 18 and 06. RGB value is (114,24,6). Sum of RGB (Red+Green+Blue) = 114+24+6=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #721806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721806 is #8DE7F9. Grayscale: #313131. Windows color (decimal): -9299962 or 399474. OLE color: 399474.
HSL color Cylindrical-coordinate representation of color #721806: hue angle of 10º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #721806 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 24 | 6 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.55 |
| HSL | 10º | 0.9% | 0.24% | - |
| HSV(B) | 10º | 0.95% | 0.45% | - |
| XYZ | 7.3 | 4.24 | 0.61 | - |
| YUV | 48.86 | 103.82 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 6 | 0 | 0.79 | 0.95 | 0.55 | 10 | 0.9 | 0.24 |
| Hex | 72 | 18 | 6 | 0 | 4F | 5F | 37 | A | 5A | 18 |
| Octal | 162 | 30 | 6 | 0 | 117 | 137 | 67 | 12 | 132 | 30 |
| Binary | 1110010 | 11000 | 110 | 0 | 1001111 | 1011111 | 110111 | 1010 | 1011010 | 11000 |
Color Harmonies of #721806
Complementary color
Monochromatic Colors of #721806
Black with #721806
Text Example
Text Example
White with #721806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721806; }
p { color: rgb(114,24,6); }
H1.HeaderClassName
{
color: #721806;
}
.AnyTagClassName
{
color: #721806;
}
</style>
background-color css
<style>
a { background-color: #721806; }
a { background-color: rgb(114,24,6); }
div.DivClassName
{
background-color: #721806;
}
.BgClassName
{
background-color: #721806;
}
</style>
border-color css
<style>
span { border-color: #721806; }
span { border-color: rgb(114,24,6); }
td.TdClassName
{
border-color: #721806;
}
.TagClassName
{
border-color: #721806;
}
</style>