Shades of Falu Red #720F0B
Tints of Falu Red #720F0B
RGB
CMYK
RGB Variations
Color information
#720F0B (or 0x720F0B) is known color: Falu Red. HEX triplet: 72, 0F and 0B. RGB value is (114,15,11). Sum of RGB (Red+Green+Blue) = 114+15+11=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #720F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720F0B is #8DF0F4. Grayscale: #2C2C2C. Windows color (decimal): -9302261 or 724850. OLE color: 724850.
HSL color Cylindrical-coordinate representation of color #720F0B: hue angle of 2.33º 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 #720F0B is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 15 | 11 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.55 |
| HSL | 2.33º | 0.82% | 0.25% | - |
| HSV(B) | 2.33º | 0.9% | 0.45% | - |
| XYZ | 7.17 | 3.94 | 0.7 | - |
| YUV | 44.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 11 | 0 | 0.87 | 0.90 | 0.55 | 2.33 | 0.82 | 0.25 |
| Hex | 72 | F | B | 0 | 57 | 5A | 37 | 2 | 52 | 19 |
| Octal | 162 | 17 | 13 | 0 | 127 | 132 | 67 | 2 | 122 | 31 |
| Binary | 1110010 | 1111 | 1011 | 0 | 1010111 | 1011010 | 110111 | 10 | 1010010 | 11001 |
Color Harmonies of #720F0B
Complementary color
Monochromatic Colors of #720F0B
Black with #720F0B
Text Example
Text Example
White with #720F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F0B; }
p { color: rgb(114,15,11); }
H1.HeaderClassName
{
color: #720F0B;
}
.AnyTagClassName
{
color: #720F0B;
}
</style>
background-color css
<style>
a { background-color: #720F0B; }
a { background-color: rgb(114,15,11); }
div.DivClassName
{
background-color: #720F0B;
}
.BgClassName
{
background-color: #720F0B;
}
</style>
border-color css
<style>
span { border-color: #720F0B; }
span { border-color: rgb(114,15,11); }
td.TdClassName
{
border-color: #720F0B;
}
.TagClassName
{
border-color: #720F0B;
}
</style>