Shades of Falu Red #721E1D
Tints of Falu Red #721E1D
RGB
CMYK
RGB Variations
Color information
#721E1D (or 0x721E1D) is known color: Falu Red. HEX triplet: 72, 1E and 1D. RGB value is (114,30,29). Sum of RGB (Red+Green+Blue) = 114+30+29=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #721E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721E1D is #8DE1E2. Grayscale: #373737. Windows color (decimal): -9298403 or 1908338. OLE color: 1908338.
HSL color Cylindrical-coordinate representation of color #721E1D: hue angle of 0.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721E1D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 30 | 29 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.55 |
| HSL | 0.71º | 0.59% | 0.28% | - |
| HSV(B) | 0.71º | 0.75% | 0.45% | - |
| XYZ | 7.63 | 4.59 | 1.65 | - |
| YUV | 55 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 30 | 29 | 0 | 0.74 | 0.75 | 0.55 | 0.71 | 0.59 | 0.28 |
| Hex | 72 | 1E | 1D | 0 | 4A | 4B | 37 | 1 | 3B | 1C |
| Octal | 162 | 36 | 35 | 0 | 112 | 113 | 67 | 1 | 73 | 34 |
| Binary | 1110010 | 11110 | 11101 | 0 | 1001010 | 1001011 | 110111 | 1 | 111011 | 11100 |
Color Harmonies of #721E1D
Complementary color
Monochromatic Colors of #721E1D
Black with #721E1D
Text Example
Text Example
White with #721E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721E1D; }
p { color: rgb(114,30,29); }
H1.HeaderClassName
{
color: #721E1D;
}
.AnyTagClassName
{
color: #721E1D;
}
</style>
background-color css
<style>
a { background-color: #721E1D; }
a { background-color: rgb(114,30,29); }
div.DivClassName
{
background-color: #721E1D;
}
.BgClassName
{
background-color: #721E1D;
}
</style>
border-color css
<style>
span { border-color: #721E1D; }
span { border-color: rgb(114,30,29); }
td.TdClassName
{
border-color: #721E1D;
}
.TagClassName
{
border-color: #721E1D;
}
</style>