Shades of Falu Red #722017
Tints of Falu Red #722017
RGB
CMYK
RGB Variations
Color information
#722017 (or 0x722017) is known color: Falu Red. HEX triplet: 72, 20 and 17. RGB value is (114,32,23). Sum of RGB (Red+Green+Blue) = 114+32+23=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722017 is #8DDFE8. Grayscale: #373737. Windows color (decimal): -9297897 or 1515634. OLE color: 1515634.
HSL color Cylindrical-coordinate representation of color #722017: hue angle of 5.93º 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 #722017 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 23 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.55 |
| HSL | 5.93º | 0.66% | 0.27% | - |
| HSV(B) | 5.93º | 0.8% | 0.45% | - |
| XYZ | 7.61 | 4.67 | 1.31 | - |
| YUV | 55.49 | 109.67 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 23 | 0 | 0.72 | 0.80 | 0.55 | 5.93 | 0.66 | 0.27 |
| Hex | 72 | 20 | 17 | 0 | 48 | 50 | 37 | 6 | 42 | 1B |
| Octal | 162 | 40 | 27 | 0 | 110 | 120 | 67 | 6 | 102 | 33 |
| Binary | 1110010 | 100000 | 10111 | 0 | 1001000 | 1010000 | 110111 | 110 | 1000010 | 11011 |
Color Harmonies of #722017
Complementary color
Monochromatic Colors of #722017
Black with #722017
Text Example
Text Example
White with #722017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722017; }
p { color: rgb(114,32,23); }
H1.HeaderClassName
{
color: #722017;
}
.AnyTagClassName
{
color: #722017;
}
</style>
background-color css
<style>
a { background-color: #722017; }
a { background-color: rgb(114,32,23); }
div.DivClassName
{
background-color: #722017;
}
.BgClassName
{
background-color: #722017;
}
</style>
border-color css
<style>
span { border-color: #722017; }
span { border-color: rgb(114,32,23); }
td.TdClassName
{
border-color: #722017;
}
.TagClassName
{
border-color: #722017;
}
</style>