Shades of Falu Red #72120C
Tints of Falu Red #72120C
RGB
CMYK
RGB Variations
Color information
#72120C (or 0x72120C) is known color: Falu Red. HEX triplet: 72, 12 and 0C. RGB value is (114,18,12). Sum of RGB (Red+Green+Blue) = 114+18+12=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #72120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72120C is #8DEDF3. Grayscale: #2E2E2E. Windows color (decimal): -9301492 or 791154. OLE color: 791154.
HSL color Cylindrical-coordinate representation of color #72120C: hue angle of 3.53º 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 #72120C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 18 | 12 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.55 |
| HSL | 3.53º | 0.81% | 0.25% | - |
| HSV(B) | 3.53º | 0.89% | 0.45% | - |
| XYZ | 7.22 | 4.04 | 0.75 | - |
| YUV | 46.02 | 108.8 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 18 | 12 | 0 | 0.84 | 0.89 | 0.55 | 3.53 | 0.81 | 0.25 |
| Hex | 72 | 12 | C | 0 | 54 | 59 | 37 | 4 | 51 | 19 |
| Octal | 162 | 22 | 14 | 0 | 124 | 131 | 67 | 4 | 121 | 31 |
| Binary | 1110010 | 10010 | 1100 | 0 | 1010100 | 1011001 | 110111 | 100 | 1010001 | 11001 |
Color Harmonies of #72120C
Complementary color
Monochromatic Colors of #72120C
Black with #72120C
Text Example
Text Example
White with #72120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72120C; }
p { color: rgb(114,18,12); }
H1.HeaderClassName
{
color: #72120C;
}
.AnyTagClassName
{
color: #72120C;
}
</style>
background-color css
<style>
a { background-color: #72120C; }
a { background-color: rgb(114,18,12); }
div.DivClassName
{
background-color: #72120C;
}
.BgClassName
{
background-color: #72120C;
}
</style>
border-color css
<style>
span { border-color: #72120C; }
span { border-color: rgb(114,18,12); }
td.TdClassName
{
border-color: #72120C;
}
.TagClassName
{
border-color: #72120C;
}
</style>