Shades of Falu Red #72100C
Tints of Falu Red #72100C
RGB
CMYK
RGB Variations
Color information
#72100C (or 0x72100C) is known color: Falu Red. HEX triplet: 72, 10 and 0C. RGB value is (114,16,12). Sum of RGB (Red+Green+Blue) = 114+16+12=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #72100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72100C is #8DEFF3. Grayscale: #2C2C2C. Windows color (decimal): -9302004 or 790642. OLE color: 790642.
HSL color Cylindrical-coordinate representation of color #72100C: hue angle of 2.35º 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 #72100C is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 16 | 12 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.55 |
| HSL | 2.35º | 0.81% | 0.25% | - |
| HSV(B) | 2.35º | 0.89% | 0.45% | - |
| XYZ | 7.19 | 3.97 | 0.74 | - |
| YUV | 44.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 12 | 0 | 0.86 | 0.89 | 0.55 | 2.35 | 0.81 | 0.25 |
| Hex | 72 | 10 | C | 0 | 56 | 59 | 37 | 2 | 51 | 19 |
| Octal | 162 | 20 | 14 | 0 | 126 | 131 | 67 | 2 | 121 | 31 |
| Binary | 1110010 | 10000 | 1100 | 0 | 1010110 | 1011001 | 110111 | 10 | 1010001 | 11001 |
Color Harmonies of #72100C
Complementary color
Monochromatic Colors of #72100C
Black with #72100C
Text Example
Text Example
White with #72100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72100C; }
p { color: rgb(114,16,12); }
H1.HeaderClassName
{
color: #72100C;
}
.AnyTagClassName
{
color: #72100C;
}
</style>
background-color css
<style>
a { background-color: #72100C; }
a { background-color: rgb(114,16,12); }
div.DivClassName
{
background-color: #72100C;
}
.BgClassName
{
background-color: #72100C;
}
</style>
border-color css
<style>
span { border-color: #72100C; }
span { border-color: rgb(114,16,12); }
td.TdClassName
{
border-color: #72100C;
}
.TagClassName
{
border-color: #72100C;
}
</style>