Shades of Falu Red #722003
Tints of Falu Red #722003
RGB
CMYK
RGB Variations
Color information
#722003 (or 0x722003) is known color: Falu Red. HEX triplet: 72, 20 and 03. RGB value is (114,32,3). Sum of RGB (Red+Green+Blue) = 114+32+3=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #722003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722003 is #8DDFFC. Grayscale: #353535. Windows color (decimal): -9297917 or 204914. OLE color: 204914.
HSL color Cylindrical-coordinate representation of color #722003: hue angle of 15.68º 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 #722003 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 32 | 3 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.55 |
| HSL | 15.68º | 0.95% | 0.23% | - |
| HSV(B) | 15.68º | 0.97% | 0.45% | - |
| XYZ | 7.47 | 4.62 | 0.58 | - |
| YUV | 53.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 3 | 0 | 0.72 | 0.97 | 0.55 | 15.68 | 0.95 | 0.23 |
| Hex | 72 | 20 | 3 | 0 | 48 | 61 | 37 | 10 | 5F | 17 |
| Octal | 162 | 40 | 3 | 0 | 110 | 141 | 67 | 20 | 137 | 27 |
| Binary | 1110010 | 100000 | 11 | 0 | 1001000 | 1100001 | 110111 | 10000 | 1011111 | 10111 |
Color Harmonies of #722003
Complementary color
Monochromatic Colors of #722003
Black with #722003
Text Example
Text Example
White with #722003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722003; }
p { color: rgb(114,32,3); }
H1.HeaderClassName
{
color: #722003;
}
.AnyTagClassName
{
color: #722003;
}
</style>
background-color css
<style>
a { background-color: #722003; }
a { background-color: rgb(114,32,3); }
div.DivClassName
{
background-color: #722003;
}
.BgClassName
{
background-color: #722003;
}
</style>
border-color css
<style>
span { border-color: #722003; }
span { border-color: rgb(114,32,3); }
td.TdClassName
{
border-color: #722003;
}
.TagClassName
{
border-color: #722003;
}
</style>