Shades of Falu Red #721910
Tints of Falu Red #721910
RGB
CMYK
RGB Variations
Color information
#721910 (or 0x721910) is known color: Falu Red. HEX triplet: 72, 19 and 10. RGB value is (114,25,16). Sum of RGB (Red+Green+Blue) = 114+25+16=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #721910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721910 is #8DE6EF. Grayscale: #323232. Windows color (decimal): -9299696 or 1055090. OLE color: 1055090.
HSL color Cylindrical-coordinate representation of color #721910: hue angle of 5.51º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721910 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 25 | 16 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.55 |
| HSL | 5.51º | 0.75% | 0.25% | - |
| HSV(B) | 5.51º | 0.86% | 0.45% | - |
| XYZ | 7.38 | 4.31 | 0.93 | - |
| YUV | 50.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 25 | 16 | 0 | 0.78 | 0.86 | 0.55 | 5.51 | 0.75 | 0.25 |
| Hex | 72 | 19 | 10 | 0 | 4E | 56 | 37 | 6 | 4B | 19 |
| Octal | 162 | 31 | 20 | 0 | 116 | 126 | 67 | 6 | 113 | 31 |
| Binary | 1110010 | 11001 | 10000 | 0 | 1001110 | 1010110 | 110111 | 110 | 1001011 | 11001 |
Color Harmonies of #721910
Complementary color
Monochromatic Colors of #721910
Black with #721910
Text Example
Text Example
White with #721910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721910; }
p { color: rgb(114,25,16); }
H1.HeaderClassName
{
color: #721910;
}
.AnyTagClassName
{
color: #721910;
}
</style>
background-color css
<style>
a { background-color: #721910; }
a { background-color: rgb(114,25,16); }
div.DivClassName
{
background-color: #721910;
}
.BgClassName
{
background-color: #721910;
}
</style>
border-color css
<style>
span { border-color: #721910; }
span { border-color: rgb(114,25,16); }
td.TdClassName
{
border-color: #721910;
}
.TagClassName
{
border-color: #721910;
}
</style>