Shades of Falu Red #721803
Tints of Falu Red #721803
RGB
CMYK
RGB Variations
Color information
#721803 (or 0x721803) is known color: Falu Red. HEX triplet: 72, 18 and 03. RGB value is (114,24,3). Sum of RGB (Red+Green+Blue) = 114+24+3=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #721803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721803 is #8DE7FC. Grayscale: #303030. Windows color (decimal): -9299965 or 202866. OLE color: 202866.
HSL color Cylindrical-coordinate representation of color #721803: hue angle of 11.35º 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 #721803 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 24 | 3 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.55 |
| HSL | 11.35º | 0.95% | 0.23% | - |
| HSV(B) | 11.35º | 0.97% | 0.45% | - |
| XYZ | 7.28 | 4.24 | 0.52 | - |
| YUV | 48.52 | 102.32 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 24 | 3 | 0 | 0.79 | 0.97 | 0.55 | 11.35 | 0.95 | 0.23 |
| Hex | 72 | 18 | 3 | 0 | 4F | 61 | 37 | B | 5F | 17 |
| Octal | 162 | 30 | 3 | 0 | 117 | 141 | 67 | 13 | 137 | 27 |
| Binary | 1110010 | 11000 | 11 | 0 | 1001111 | 1100001 | 110111 | 1011 | 1011111 | 10111 |
Color Harmonies of #721803
Complementary color
Monochromatic Colors of #721803
Black with #721803
Text Example
Text Example
White with #721803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721803; }
p { color: rgb(114,24,3); }
H1.HeaderClassName
{
color: #721803;
}
.AnyTagClassName
{
color: #721803;
}
</style>
background-color css
<style>
a { background-color: #721803; }
a { background-color: rgb(114,24,3); }
div.DivClassName
{
background-color: #721803;
}
.BgClassName
{
background-color: #721803;
}
</style>
border-color css
<style>
span { border-color: #721803; }
span { border-color: rgb(114,24,3); }
td.TdClassName
{
border-color: #721803;
}
.TagClassName
{
border-color: #721803;
}
</style>