Shades of Falu Red #720E0B
Tints of Falu Red #720E0B
RGB
CMYK
RGB Variations
Color information
#720E0B (or 0x720E0B) is known color: Falu Red. HEX triplet: 72, 0E and 0B. RGB value is (114,14,11). Sum of RGB (Red+Green+Blue) = 114+14+11=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #720E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720E0B is #8DF1F4. Grayscale: #2B2B2B. Windows color (decimal): -9302517 or 724594. OLE color: 724594.
HSL color Cylindrical-coordinate representation of color #720E0B: hue angle of 1.75º 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 #720E0B is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 11 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.55 |
| HSL | 1.75º | 0.82% | 0.25% | - |
| HSV(B) | 1.75º | 0.9% | 0.45% | - |
| XYZ | 7.16 | 3.92 | 0.7 | - |
| YUV | 43.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 11 | 0 | 0.88 | 0.90 | 0.55 | 1.75 | 0.82 | 0.25 |
| Hex | 72 | E | B | 0 | 58 | 5A | 37 | 2 | 52 | 19 |
| Octal | 162 | 16 | 13 | 0 | 130 | 132 | 67 | 2 | 122 | 31 |
| Binary | 1110010 | 1110 | 1011 | 0 | 1011000 | 1011010 | 110111 | 10 | 1010010 | 11001 |
Color Harmonies of #720E0B
Complementary color
Monochromatic Colors of #720E0B
Black with #720E0B
Text Example
Text Example
White with #720E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E0B; }
p { color: rgb(114,14,11); }
H1.HeaderClassName
{
color: #720E0B;
}
.AnyTagClassName
{
color: #720E0B;
}
</style>
background-color css
<style>
a { background-color: #720E0B; }
a { background-color: rgb(114,14,11); }
div.DivClassName
{
background-color: #720E0B;
}
.BgClassName
{
background-color: #720E0B;
}
</style>
border-color css
<style>
span { border-color: #720E0B; }
span { border-color: rgb(114,14,11); }
td.TdClassName
{
border-color: #720E0B;
}
.TagClassName
{
border-color: #720E0B;
}
</style>