Shades of Falu Red #712002
Tints of Falu Red #712002
RGB
CMYK
RGB Variations
Color information
#712002 (or 0x712002) is known color: Falu Red. HEX triplet: 71, 20 and 02. RGB value is (113,32,2). Sum of RGB (Red+Green+Blue) = 113+32+2=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #712002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712002 is #8EDFFD. Grayscale: #353535. Windows color (decimal): -9363454 or 139377. OLE color: 139377.
HSL color Cylindrical-coordinate representation of color #712002: hue angle of 16.22º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #712002 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 32 | 2 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.56 |
| HSL | 16.22º | 0.97% | 0.23% | - |
| HSV(B) | 16.22º | 0.98% | 0.44% | - |
| XYZ | 7.34 | 4.55 | 0.55 | - |
| YUV | 52.8 | 99.34 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 2 | 0 | 0.72 | 0.98 | 0.56 | 16.22 | 0.97 | 0.23 |
| Hex | 71 | 20 | 2 | 0 | 48 | 62 | 38 | 10 | 61 | 17 |
| Octal | 161 | 40 | 2 | 0 | 110 | 142 | 70 | 20 | 141 | 27 |
| Binary | 1110001 | 100000 | 10 | 0 | 1001000 | 1100010 | 111000 | 10000 | 1100001 | 10111 |
Color Harmonies of #712002
Complementary color
Monochromatic Colors of #712002
Black with #712002
Text Example
Text Example
White with #712002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712002; }
p { color: rgb(113,32,2); }
H1.HeaderClassName
{
color: #712002;
}
.AnyTagClassName
{
color: #712002;
}
</style>
background-color css
<style>
a { background-color: #712002; }
a { background-color: rgb(113,32,2); }
div.DivClassName
{
background-color: #712002;
}
.BgClassName
{
background-color: #712002;
}
</style>
border-color css
<style>
span { border-color: #712002; }
span { border-color: rgb(113,32,2); }
td.TdClassName
{
border-color: #712002;
}
.TagClassName
{
border-color: #712002;
}
</style>