Shades of Falu Red #721A10
Tints of Falu Red #721A10
RGB
CMYK
RGB Variations
Color information
#721A10 (or 0x721A10) is known color: Falu Red. HEX triplet: 72, 1A and 10. RGB value is (114,26,16). Sum of RGB (Red+Green+Blue) = 114+26+16=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #721A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A10 is #8DE5EF. Grayscale: #333333. Windows color (decimal): -9299440 or 1055346. OLE color: 1055346.
HSL color Cylindrical-coordinate representation of color #721A10: hue angle of 6.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721A10 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 26 | 16 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.55 |
| HSL | 6.12º | 0.75% | 0.25% | - |
| HSV(B) | 6.12º | 0.86% | 0.45% | - |
| XYZ | 7.4 | 4.35 | 0.94 | - |
| YUV | 51.17 | 108.15 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 26 | 16 | 0 | 0.77 | 0.86 | 0.55 | 6.12 | 0.75 | 0.25 |
| Hex | 72 | 1A | 10 | 0 | 4D | 56 | 37 | 6 | 4B | 19 |
| Octal | 162 | 32 | 20 | 0 | 115 | 126 | 67 | 6 | 113 | 31 |
| Binary | 1110010 | 11010 | 10000 | 0 | 1001101 | 1010110 | 110111 | 110 | 1001011 | 11001 |
Color Harmonies of #721A10
Complementary color
Monochromatic Colors of #721A10
Black with #721A10
Text Example
Text Example
White with #721A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721A10; }
p { color: rgb(114,26,16); }
H1.HeaderClassName
{
color: #721A10;
}
.AnyTagClassName
{
color: #721A10;
}
</style>
background-color css
<style>
a { background-color: #721A10; }
a { background-color: rgb(114,26,16); }
div.DivClassName
{
background-color: #721A10;
}
.BgClassName
{
background-color: #721A10;
}
</style>
border-color css
<style>
span { border-color: #721A10; }
span { border-color: rgb(114,26,16); }
td.TdClassName
{
border-color: #721A10;
}
.TagClassName
{
border-color: #721A10;
}
</style>