Shades of Falu Red #721F17
Tints of Falu Red #721F17
RGB
CMYK
RGB Variations
Color information
#721F17 (or 0x721F17) is known color: Falu Red. HEX triplet: 72, 1F and 17. RGB value is (114,31,23). Sum of RGB (Red+Green+Blue) = 114+31+23=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #721F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721F17 is #8DE0E8. Grayscale: #373737. Windows color (decimal): -9298153 or 1515378. OLE color: 1515378.
HSL color Cylindrical-coordinate representation of color #721F17: hue angle of 5.27º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721F17 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 31 | 23 | - |
| CMYK | 0 | 0.73 | 0.80 | 0.55 |
| HSL | 5.27º | 0.66% | 0.27% | - |
| HSV(B) | 5.27º | 0.8% | 0.45% | - |
| XYZ | 7.58 | 4.62 | 1.3 | - |
| YUV | 54.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 23 | 0 | 0.73 | 0.80 | 0.55 | 5.27 | 0.66 | 0.27 |
| Hex | 72 | 1F | 17 | 0 | 49 | 50 | 37 | 5 | 42 | 1B |
| Octal | 162 | 37 | 27 | 0 | 111 | 120 | 67 | 5 | 102 | 33 |
| Binary | 1110010 | 11111 | 10111 | 0 | 1001001 | 1010000 | 110111 | 101 | 1000010 | 11011 |
Color Harmonies of #721F17
Complementary color
Monochromatic Colors of #721F17
Black with #721F17
Text Example
Text Example
White with #721F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721F17; }
p { color: rgb(114,31,23); }
H1.HeaderClassName
{
color: #721F17;
}
.AnyTagClassName
{
color: #721F17;
}
</style>
background-color css
<style>
a { background-color: #721F17; }
a { background-color: rgb(114,31,23); }
div.DivClassName
{
background-color: #721F17;
}
.BgClassName
{
background-color: #721F17;
}
</style>
border-color css
<style>
span { border-color: #721F17; }
span { border-color: rgb(114,31,23); }
td.TdClassName
{
border-color: #721F17;
}
.TagClassName
{
border-color: #721F17;
}
</style>