Shades of Falu Red #721603
Tints of Falu Red #721603
RGB
CMYK
RGB Variations
Color information
#721603 (or 0x721603) is known color: Falu Red. HEX triplet: 72, 16 and 03. RGB value is (114,22,3). Sum of RGB (Red+Green+Blue) = 114+22+3=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #721603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721603 is #8DE9FC. Grayscale: #2F2F2F. Windows color (decimal): -9300477 or 202354. OLE color: 202354.
HSL color Cylindrical-coordinate representation of color #721603: hue angle of 10.27º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #721603 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 22 | 3 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.55 |
| HSL | 10.27º | 0.95% | 0.23% | - |
| HSV(B) | 10.27º | 0.97% | 0.45% | - |
| XYZ | 7.24 | 4.16 | 0.51 | - |
| YUV | 47.34 | 102.98 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 22 | 3 | 0 | 0.81 | 0.97 | 0.55 | 10.27 | 0.95 | 0.23 |
| Hex | 72 | 16 | 3 | 0 | 51 | 61 | 37 | A | 5F | 17 |
| Octal | 162 | 26 | 3 | 0 | 121 | 141 | 67 | 12 | 137 | 27 |
| Binary | 1110010 | 10110 | 11 | 0 | 1010001 | 1100001 | 110111 | 1010 | 1011111 | 10111 |
Color Harmonies of #721603
Complementary color
Monochromatic Colors of #721603
Black with #721603
Text Example
Text Example
White with #721603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721603; }
p { color: rgb(114,22,3); }
H1.HeaderClassName
{
color: #721603;
}
.AnyTagClassName
{
color: #721603;
}
</style>
background-color css
<style>
a { background-color: #721603; }
a { background-color: rgb(114,22,3); }
div.DivClassName
{
background-color: #721603;
}
.BgClassName
{
background-color: #721603;
}
</style>
border-color css
<style>
span { border-color: #721603; }
span { border-color: rgb(114,22,3); }
td.TdClassName
{
border-color: #721603;
}
.TagClassName
{
border-color: #721603;
}
</style>