Shades of Falu Red #721D06
Tints of Falu Red #721D06
RGB
CMYK
RGB Variations
Color information
#721D06 (or 0x721D06) is known color: Falu Red. HEX triplet: 72, 1D and 06. RGB value is (114,29,6). Sum of RGB (Red+Green+Blue) = 114+29+6=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #721D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721D06 is #8DE2F9. Grayscale: #333333. Windows color (decimal): -9298682 or 400754. OLE color: 400754.
HSL color Cylindrical-coordinate representation of color #721D06: hue angle of 12.78º 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 #721D06 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 29 | 6 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.55 |
| HSL | 12.78º | 0.9% | 0.24% | - |
| HSV(B) | 12.78º | 0.95% | 0.45% | - |
| XYZ | 7.41 | 4.47 | 0.64 | - |
| YUV | 51.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 29 | 6 | 0 | 0.75 | 0.95 | 0.55 | 12.78 | 0.9 | 0.24 |
| Hex | 72 | 1D | 6 | 0 | 4B | 5F | 37 | D | 5A | 18 |
| Octal | 162 | 35 | 6 | 0 | 113 | 137 | 67 | 15 | 132 | 30 |
| Binary | 1110010 | 11101 | 110 | 0 | 1001011 | 1011111 | 110111 | 1101 | 1011010 | 11000 |
Color Harmonies of #721D06
Complementary color
Monochromatic Colors of #721D06
Black with #721D06
Text Example
Text Example
White with #721D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721D06; }
p { color: rgb(114,29,6); }
H1.HeaderClassName
{
color: #721D06;
}
.AnyTagClassName
{
color: #721D06;
}
</style>
background-color css
<style>
a { background-color: #721D06; }
a { background-color: rgb(114,29,6); }
div.DivClassName
{
background-color: #721D06;
}
.BgClassName
{
background-color: #721D06;
}
</style>
border-color css
<style>
span { border-color: #721D06; }
span { border-color: rgb(114,29,6); }
td.TdClassName
{
border-color: #721D06;
}
.TagClassName
{
border-color: #721D06;
}
</style>