Shades of Falu Red #722102
Tints of Falu Red #722102
RGB
CMYK
RGB Variations
Color information
#722102 (or 0x722102) is known color: Falu Red. HEX triplet: 72, 21 and 02. RGB value is (114,33,2). Sum of RGB (Red+Green+Blue) = 114+33+2=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #722102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722102 is #8DDEFD. Grayscale: #353535. Windows color (decimal): -9297662 or 139634. OLE color: 139634.
HSL color Cylindrical-coordinate representation of color #722102: hue angle of 16.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #722102 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 2 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.55 |
| HSL | 16.61º | 0.97% | 0.23% | - |
| HSV(B) | 16.61º | 0.98% | 0.45% | - |
| XYZ | 7.49 | 4.67 | 0.56 | - |
| YUV | 53.69 | 98.84 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 2 | 0 | 0.71 | 0.98 | 0.55 | 16.61 | 0.97 | 0.23 |
| Hex | 72 | 21 | 2 | 0 | 47 | 62 | 37 | 11 | 61 | 17 |
| Octal | 162 | 41 | 2 | 0 | 107 | 142 | 67 | 21 | 141 | 27 |
| Binary | 1110010 | 100001 | 10 | 0 | 1000111 | 1100010 | 110111 | 10001 | 1100001 | 10111 |
Color Harmonies of #722102
Complementary color
Monochromatic Colors of #722102
Black with #722102
Text Example
Text Example
White with #722102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722102; }
p { color: rgb(114,33,2); }
H1.HeaderClassName
{
color: #722102;
}
.AnyTagClassName
{
color: #722102;
}
</style>
background-color css
<style>
a { background-color: #722102; }
a { background-color: rgb(114,33,2); }
div.DivClassName
{
background-color: #722102;
}
.BgClassName
{
background-color: #722102;
}
</style>
border-color css
<style>
span { border-color: #722102; }
span { border-color: rgb(114,33,2); }
td.TdClassName
{
border-color: #722102;
}
.TagClassName
{
border-color: #722102;
}
</style>