Shades of Falu Red #721A0C
Tints of Falu Red #721A0C
RGB
CMYK
RGB Variations
Color information
#721A0C (or 0x721A0C) is known color: Falu Red. HEX triplet: 72, 1A and 0C. RGB value is (114,26,12). Sum of RGB (Red+Green+Blue) = 114+26+12=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #721A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A0C is #8DE5F3. Grayscale: #323232. Windows color (decimal): -9299444 or 793202. OLE color: 793202.
HSL color Cylindrical-coordinate representation of color #721A0C: hue angle of 8.24º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721A0C is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 12 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.55 |
| HSL | 8.24º | 0.81% | 0.25% | - |
| HSV(B) | 8.24º | 0.89% | 0.45% | - |
| XYZ | 7.38 | 4.34 | 0.8 | - |
| YUV | 50.72 | 106.15 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 12 | 0 | 0.77 | 0.89 | 0.55 | 8.24 | 0.81 | 0.25 |
| Hex | 72 | 1A | C | 0 | 4D | 59 | 37 | 8 | 51 | 19 |
| Octal | 162 | 32 | 14 | 0 | 115 | 131 | 67 | 10 | 121 | 31 |
| Binary | 1110010 | 11010 | 1100 | 0 | 1001101 | 1011001 | 110111 | 1000 | 1010001 | 11001 |
Color Harmonies of #721A0C
Complementary color
Monochromatic Colors of #721A0C
Black with #721A0C
Text Example
Text Example
White with #721A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A0C; }
p { color: rgb(114,26,12); }
H1.HeaderClassName
{
color: #721A0C;
}
.AnyTagClassName
{
color: #721A0C;
}
</style>
background-color css
<style>
a { background-color: #721A0C; }
a { background-color: rgb(114,26,12); }
div.DivClassName
{
background-color: #721A0C;
}
.BgClassName
{
background-color: #721A0C;
}
</style>
border-color css
<style>
span { border-color: #721A0C; }
span { border-color: rgb(114,26,12); }
td.TdClassName
{
border-color: #721A0C;
}
.TagClassName
{
border-color: #721A0C;
}
</style>