Shades of Falu Red #712019
Tints of Falu Red #712019
RGB
CMYK
RGB Variations
Color information
#712019 (or 0x712019) is known color: Falu Red. HEX triplet: 71, 20 and 19. RGB value is (113,32,25). Sum of RGB (Red+Green+Blue) = 113+32+25=170 (22% of max value = 765). Red value is 113 (44.53% from 255 or 66.47% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 113 - color contains mainly: red. Hex color #712019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712019 is #8EDFE6. Grayscale: #373737. Windows color (decimal): -9363431 or 1646705. OLE color: 1646705.
HSL color Cylindrical-coordinate representation of color #712019: hue angle of 4.77º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712019 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 25 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.56 |
| HSL | 4.77º | 0.64% | 0.27% | - |
| HSV(B) | 4.77º | 0.78% | 0.44% | - |
| XYZ | 7.5 | 4.61 | 1.41 | - |
| YUV | 55.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 25 | 0 | 0.72 | 0.78 | 0.56 | 4.77 | 0.64 | 0.27 |
| Hex | 71 | 20 | 19 | 0 | 48 | 4E | 38 | 5 | 40 | 1B |
| Octal | 161 | 40 | 31 | 0 | 110 | 116 | 70 | 5 | 100 | 33 |
| Binary | 1110001 | 100000 | 11001 | 0 | 1001000 | 1001110 | 111000 | 101 | 1000000 | 11011 |
Color Harmonies of #712019
Complementary color
Monochromatic Colors of #712019
Black with #712019
Text Example
Text Example
White with #712019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712019; }
p { color: rgb(113,32,25); }
H1.HeaderClassName
{
color: #712019;
}
.AnyTagClassName
{
color: #712019;
}
</style>
background-color css
<style>
a { background-color: #712019; }
a { background-color: rgb(113,32,25); }
div.DivClassName
{
background-color: #712019;
}
.BgClassName
{
background-color: #712019;
}
</style>
border-color css
<style>
span { border-color: #712019; }
span { border-color: rgb(113,32,25); }
td.TdClassName
{
border-color: #712019;
}
.TagClassName
{
border-color: #712019;
}
</style>