Shades of Falu Red #72170D
Tints of Falu Red #72170D
RGB
CMYK
RGB Variations
Color information
#72170D (or 0x72170D) is known color: Falu Red. HEX triplet: 72, 17 and 0D. RGB value is (114,23,13). Sum of RGB (Red+Green+Blue) = 114+23+13=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #72170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72170D is #8DE8F2. Grayscale: #313131. Windows color (decimal): -9300211 or 857970. OLE color: 857970.
HSL color Cylindrical-coordinate representation of color #72170D: hue angle of 5.94º degrees, saturation: 0.8, 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 #72170D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 23 | 13 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.55 |
| HSL | 5.94º | 0.8% | 0.25% | - |
| HSV(B) | 5.94º | 0.89% | 0.45% | - |
| XYZ | 7.32 | 4.22 | 0.81 | - |
| YUV | 49.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 23 | 13 | 0 | 0.80 | 0.89 | 0.55 | 5.94 | 0.8 | 0.25 |
| Hex | 72 | 17 | D | 0 | 50 | 59 | 37 | 6 | 50 | 19 |
| Octal | 162 | 27 | 15 | 0 | 120 | 131 | 67 | 6 | 120 | 31 |
| Binary | 1110010 | 10111 | 1101 | 0 | 1010000 | 1011001 | 110111 | 110 | 1010000 | 11001 |
Color Harmonies of #72170D
Complementary color
Monochromatic Colors of #72170D
Black with #72170D
Text Example
Text Example
White with #72170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72170D; }
p { color: rgb(114,23,13); }
H1.HeaderClassName
{
color: #72170D;
}
.AnyTagClassName
{
color: #72170D;
}
</style>
background-color css
<style>
a { background-color: #72170D; }
a { background-color: rgb(114,23,13); }
div.DivClassName
{
background-color: #72170D;
}
.BgClassName
{
background-color: #72170D;
}
</style>
border-color css
<style>
span { border-color: #72170D; }
span { border-color: rgb(114,23,13); }
td.TdClassName
{
border-color: #72170D;
}
.TagClassName
{
border-color: #72170D;
}
</style>