Shades of Falu Red #721B0D
Tints of Falu Red #721B0D
RGB
CMYK
RGB Variations
Color information
#721B0D (or 0x721B0D) is known color: Falu Red. HEX triplet: 72, 1B and 0D. RGB value is (114,27,13). Sum of RGB (Red+Green+Blue) = 114+27+13=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #721B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B0D is #8DE4F2. Grayscale: #333333. Windows color (decimal): -9299187 or 858994. OLE color: 858994.
HSL color Cylindrical-coordinate representation of color #721B0D: hue angle of 8.32º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #721B0D is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 27 | 13 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.55 |
| HSL | 8.32º | 0.8% | 0.25% | - |
| HSV(B) | 8.32º | 0.89% | 0.45% | - |
| XYZ | 7.4 | 4.39 | 0.84 | - |
| YUV | 51.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 13 | 0 | 0.76 | 0.89 | 0.55 | 8.32 | 0.8 | 0.25 |
| Hex | 72 | 1B | D | 0 | 4C | 59 | 37 | 8 | 50 | 19 |
| Octal | 162 | 33 | 15 | 0 | 114 | 131 | 67 | 10 | 120 | 31 |
| Binary | 1110010 | 11011 | 1101 | 0 | 1001100 | 1011001 | 110111 | 1000 | 1010000 | 11001 |
Color Harmonies of #721B0D
Complementary color
Monochromatic Colors of #721B0D
Black with #721B0D
Text Example
Text Example
White with #721B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721B0D; }
p { color: rgb(114,27,13); }
H1.HeaderClassName
{
color: #721B0D;
}
.AnyTagClassName
{
color: #721B0D;
}
</style>
background-color css
<style>
a { background-color: #721B0D; }
a { background-color: rgb(114,27,13); }
div.DivClassName
{
background-color: #721B0D;
}
.BgClassName
{
background-color: #721B0D;
}
</style>
border-color css
<style>
span { border-color: #721B0D; }
span { border-color: rgb(114,27,13); }
td.TdClassName
{
border-color: #721B0D;
}
.TagClassName
{
border-color: #721B0D;
}
</style>