Shades of Falu Red #722101
Tints of Falu Red #722101
RGB
CMYK
RGB Variations
Color information
#722101 (or 0x722101) is known color: Falu Red. HEX triplet: 72, 21 and 01. RGB value is (114,33,1). Sum of RGB (Red+Green+Blue) = 114+33+1=148 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.03% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 114 - color contains mainly: red. Hex color #722101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722101 is #8DDEFE. Grayscale: #353535. Windows color (decimal): -9297663 or 74098. OLE color: 74098.
HSL color Cylindrical-coordinate representation of color #722101: hue angle of 16.99º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #722101 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.55 |
| HSL | 16.99º | 0.98% | 0.23% | - |
| HSV(B) | 16.99º | 0.99% | 0.45% | - |
| XYZ | 7.49 | 4.67 | 0.53 | - |
| YUV | 53.57 | 98.34 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 1 | 0 | 0.71 | 0.99 | 0.55 | 16.99 | 0.98 | 0.23 |
| Hex | 72 | 21 | 1 | 0 | 47 | 63 | 37 | 11 | 62 | 17 |
| Octal | 162 | 41 | 1 | 0 | 107 | 143 | 67 | 21 | 142 | 27 |
| Binary | 1110010 | 100001 | 1 | 0 | 1000111 | 1100011 | 110111 | 10001 | 1100010 | 10111 |
Color Harmonies of #722101
Complementary color
Monochromatic Colors of #722101
Black with #722101
Text Example
Text Example
White with #722101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722101; }
p { color: rgb(114,33,1); }
H1.HeaderClassName
{
color: #722101;
}
.AnyTagClassName
{
color: #722101;
}
</style>
background-color css
<style>
a { background-color: #722101; }
a { background-color: rgb(114,33,1); }
div.DivClassName
{
background-color: #722101;
}
.BgClassName
{
background-color: #722101;
}
</style>
border-color css
<style>
span { border-color: #722101; }
span { border-color: rgb(114,33,1); }
td.TdClassName
{
border-color: #722101;
}
.TagClassName
{
border-color: #722101;
}
</style>