Shades of Falu Red #72140A
Tints of Falu Red #72140A
RGB
CMYK
RGB Variations
Color information
#72140A (or 0x72140A) is known color: Falu Red. HEX triplet: 72, 14 and 0A. RGB value is (114,20,10). Sum of RGB (Red+Green+Blue) = 114+20+10=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #72140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72140A is #8DEBF5. Grayscale: #2F2F2F. Windows color (decimal): -9300982 or 660594. OLE color: 660594.
HSL color Cylindrical-coordinate representation of color #72140A: hue angle of 5.77º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72140A is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 20 | 10 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.55 |
| HSL | 5.77º | 0.84% | 0.24% | - |
| HSV(B) | 5.77º | 0.91% | 0.45% | - |
| XYZ | 7.24 | 4.1 | 0.7 | - |
| YUV | 46.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 20 | 10 | 0 | 0.82 | 0.91 | 0.55 | 5.77 | 0.84 | 0.24 |
| Hex | 72 | 14 | A | 0 | 52 | 5B | 37 | 6 | 54 | 18 |
| Octal | 162 | 24 | 12 | 0 | 122 | 133 | 67 | 6 | 124 | 30 |
| Binary | 1110010 | 10100 | 1010 | 0 | 1010010 | 1011011 | 110111 | 110 | 1010100 | 11000 |
Color Harmonies of #72140A
Complementary color
Monochromatic Colors of #72140A
Black with #72140A
Text Example
Text Example
White with #72140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72140A; }
p { color: rgb(114,20,10); }
H1.HeaderClassName
{
color: #72140A;
}
.AnyTagClassName
{
color: #72140A;
}
</style>
background-color css
<style>
a { background-color: #72140A; }
a { background-color: rgb(114,20,10); }
div.DivClassName
{
background-color: #72140A;
}
.BgClassName
{
background-color: #72140A;
}
</style>
border-color css
<style>
span { border-color: #72140A; }
span { border-color: rgb(114,20,10); }
td.TdClassName
{
border-color: #72140A;
}
.TagClassName
{
border-color: #72140A;
}
</style>