Shades of Falu Red #71210F
Tints of Falu Red #71210F
RGB
CMYK
RGB Variations
Color information
#71210F (or 0x71210F) is known color: Falu Red. HEX triplet: 71, 21 and 0F. RGB value is (113,33,15). Sum of RGB (Red+Green+Blue) = 113+33+15=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #71210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #71210F is #8EDEF0. Grayscale: #373737. Windows color (decimal): -9363185 or 991601. OLE color: 991601.
HSL color Cylindrical-coordinate representation of color #71210F: hue angle of 11.02º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71210F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 33 | 15 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.56 |
| HSL | 11.02º | 0.77% | 0.25% | - |
| HSV(B) | 11.02º | 0.87% | 0.44% | - |
| XYZ | 7.44 | 4.63 | 0.95 | - |
| YUV | 54.87 | 105.5 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 33 | 15 | 0 | 0.71 | 0.87 | 0.56 | 11.02 | 0.77 | 0.25 |
| Hex | 71 | 21 | F | 0 | 47 | 57 | 38 | B | 4D | 19 |
| Octal | 161 | 41 | 17 | 0 | 107 | 127 | 70 | 13 | 115 | 31 |
| Binary | 1110001 | 100001 | 1111 | 0 | 1000111 | 1010111 | 111000 | 1011 | 1001101 | 11001 |
Color Harmonies of #71210F
Complementary color
Monochromatic Colors of #71210F
Black with #71210F
Text Example
Text Example
White with #71210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71210F; }
p { color: rgb(113,33,15); }
H1.HeaderClassName
{
color: #71210F;
}
.AnyTagClassName
{
color: #71210F;
}
</style>
background-color css
<style>
a { background-color: #71210F; }
a { background-color: rgb(113,33,15); }
div.DivClassName
{
background-color: #71210F;
}
.BgClassName
{
background-color: #71210F;
}
</style>
border-color css
<style>
span { border-color: #71210F; }
span { border-color: rgb(113,33,15); }
td.TdClassName
{
border-color: #71210F;
}
.TagClassName
{
border-color: #71210F;
}
</style>