Shades of Falu Red #721A04
Tints of Falu Red #721A04
RGB
CMYK
RGB Variations
Color information
#721A04 (or 0x721A04) is known color: Falu Red. HEX triplet: 72, 1A and 04. RGB value is (114,26,4). Sum of RGB (Red+Green+Blue) = 114+26+4=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #721A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A04 is #8DE5FB. Grayscale: #313131. Windows color (decimal): -9299452 or 268914. OLE color: 268914.
HSL color Cylindrical-coordinate representation of color #721A04: hue angle of 12º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #721A04 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 4 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.55 |
| HSL | 12º | 0.93% | 0.23% | - |
| HSV(B) | 12º | 0.96% | 0.45% | - |
| XYZ | 7.33 | 4.32 | 0.56 | - |
| YUV | 49.8 | 102.15 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 4 | 0 | 0.77 | 0.96 | 0.55 | 12 | 0.93 | 0.23 |
| Hex | 72 | 1A | 4 | 0 | 4D | 60 | 37 | C | 5D | 17 |
| Octal | 162 | 32 | 4 | 0 | 115 | 140 | 67 | 14 | 135 | 27 |
| Binary | 1110010 | 11010 | 100 | 0 | 1001101 | 1100000 | 110111 | 1100 | 1011101 | 10111 |
Color Harmonies of #721A04
Complementary color
Monochromatic Colors of #721A04
Black with #721A04
Text Example
Text Example
White with #721A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A04; }
p { color: rgb(114,26,4); }
H1.HeaderClassName
{
color: #721A04;
}
.AnyTagClassName
{
color: #721A04;
}
</style>
background-color css
<style>
a { background-color: #721A04; }
a { background-color: rgb(114,26,4); }
div.DivClassName
{
background-color: #721A04;
}
.BgClassName
{
background-color: #721A04;
}
</style>
border-color css
<style>
span { border-color: #721A04; }
span { border-color: rgb(114,26,4); }
td.TdClassName
{
border-color: #721A04;
}
.TagClassName
{
border-color: #721A04;
}
</style>