Shades of Falu Red #72110B
Tints of Falu Red #72110B
RGB
CMYK
RGB Variations
Color information
#72110B (or 0x72110B) is known color: Falu Red. HEX triplet: 72, 11 and 0B. RGB value is (114,17,11). Sum of RGB (Red+Green+Blue) = 114+17+11=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #72110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72110B is #8DEEF4. Grayscale: #2D2D2D. Windows color (decimal): -9301749 or 725362. OLE color: 725362.
HSL color Cylindrical-coordinate representation of color #72110B: hue angle of 3.5º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72110B is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 17 | 11 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.55 |
| HSL | 3.5º | 0.82% | 0.25% | - |
| HSV(B) | 3.5º | 0.9% | 0.45% | - |
| XYZ | 7.2 | 4 | 0.71 | - |
| YUV | 45.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 17 | 11 | 0 | 0.85 | 0.90 | 0.55 | 3.5 | 0.82 | 0.25 |
| Hex | 72 | 11 | B | 0 | 55 | 5A | 37 | 3 | 52 | 19 |
| Octal | 162 | 21 | 13 | 0 | 125 | 132 | 67 | 3 | 122 | 31 |
| Binary | 1110010 | 10001 | 1011 | 0 | 1010101 | 1011010 | 110111 | 11 | 1010010 | 11001 |
Color Harmonies of #72110B
Complementary color
Monochromatic Colors of #72110B
Black with #72110B
Text Example
Text Example
White with #72110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72110B; }
p { color: rgb(114,17,11); }
H1.HeaderClassName
{
color: #72110B;
}
.AnyTagClassName
{
color: #72110B;
}
</style>
background-color css
<style>
a { background-color: #72110B; }
a { background-color: rgb(114,17,11); }
div.DivClassName
{
background-color: #72110B;
}
.BgClassName
{
background-color: #72110B;
}
</style>
border-color css
<style>
span { border-color: #72110B; }
span { border-color: rgb(114,17,11); }
td.TdClassName
{
border-color: #72110B;
}
.TagClassName
{
border-color: #72110B;
}
</style>