Shades of Falu Red #72170C
Tints of Falu Red #72170C
RGB
CMYK
RGB Variations
Color information
#72170C (or 0x72170C) is known color: Falu Red. HEX triplet: 72, 17 and 0C. RGB value is (114,23,12). Sum of RGB (Red+Green+Blue) = 114+23+12=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #72170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72170C is #8DE8F3. Grayscale: #313131. Windows color (decimal): -9300212 or 792434. OLE color: 792434.
HSL color Cylindrical-coordinate representation of color #72170C: hue angle of 6.47º 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 #72170C is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 12 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.55 |
| HSL | 6.47º | 0.81% | 0.25% | - |
| HSV(B) | 6.47º | 0.89% | 0.45% | - |
| XYZ | 7.31 | 4.22 | 0.78 | - |
| YUV | 48.96 | 107.15 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 12 | 0 | 0.80 | 0.89 | 0.55 | 6.47 | 0.81 | 0.25 |
| Hex | 72 | 17 | C | 0 | 50 | 59 | 37 | 6 | 51 | 19 |
| Octal | 162 | 27 | 14 | 0 | 120 | 131 | 67 | 6 | 121 | 31 |
| Binary | 1110010 | 10111 | 1100 | 0 | 1010000 | 1011001 | 110111 | 110 | 1010001 | 11001 |
Color Harmonies of #72170C
Complementary color
Monochromatic Colors of #72170C
Black with #72170C
Text Example
Text Example
White with #72170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72170C; }
p { color: rgb(114,23,12); }
H1.HeaderClassName
{
color: #72170C;
}
.AnyTagClassName
{
color: #72170C;
}
</style>
background-color css
<style>
a { background-color: #72170C; }
a { background-color: rgb(114,23,12); }
div.DivClassName
{
background-color: #72170C;
}
.BgClassName
{
background-color: #72170C;
}
</style>
border-color css
<style>
span { border-color: #72170C; }
span { border-color: rgb(114,23,12); }
td.TdClassName
{
border-color: #72170C;
}
.TagClassName
{
border-color: #72170C;
}
</style>