Shades of Falu Red #721F1E
Tints of Falu Red #721F1E
RGB
CMYK
RGB Variations
Color information
#721F1E (or 0x721F1E) is known color: Falu Red. HEX triplet: 72, 1F and 1E. RGB value is (114,31,30). Sum of RGB (Red+Green+Blue) = 114+31+30=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 31 (12.5% from 255 or 17.71% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #721F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721F1E is #8DE0E1. Grayscale: #373737. Windows color (decimal): -9298146 or 1974130. OLE color: 1974130.
HSL color Cylindrical-coordinate representation of color #721F1E: hue angle of 0.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #721F1E is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 30 | - |
| CMYK | 0 | 0.73 | 0.74 | 0.55 |
| HSL | 0.71º | 0.58% | 0.28% | - |
| HSV(B) | 0.71º | 0.74% | 0.45% | - |
| XYZ | 7.66 | 4.65 | 1.72 | - |
| YUV | 55.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 30 | 0 | 0.73 | 0.74 | 0.55 | 0.71 | 0.58 | 0.28 |
| Hex | 72 | 1F | 1E | 0 | 49 | 4A | 37 | 1 | 3A | 1C |
| Octal | 162 | 37 | 36 | 0 | 111 | 112 | 67 | 1 | 72 | 34 |
| Binary | 1110010 | 11111 | 11110 | 0 | 1001001 | 1001010 | 110111 | 1 | 111010 | 11100 |
Color Harmonies of #721F1E
Complementary color
Monochromatic Colors of #721F1E
Black with #721F1E
Text Example
Text Example
White with #721F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F1E; }
p { color: rgb(114,31,30); }
H1.HeaderClassName
{
color: #721F1E;
}
.AnyTagClassName
{
color: #721F1E;
}
</style>
background-color css
<style>
a { background-color: #721F1E; }
a { background-color: rgb(114,31,30); }
div.DivClassName
{
background-color: #721F1E;
}
.BgClassName
{
background-color: #721F1E;
}
</style>
border-color css
<style>
span { border-color: #721F1E; }
span { border-color: rgb(114,31,30); }
td.TdClassName
{
border-color: #721F1E;
}
.TagClassName
{
border-color: #721F1E;
}
</style>