Shades of Falu Red #72220E
Tints of Falu Red #72220E
RGB
CMYK
RGB Variations
Color information
#72220E (or 0x72220E) is known color: Falu Red. HEX triplet: 72, 22 and 0E. RGB value is (114,34,14). Sum of RGB (Red+Green+Blue) = 114+34+14=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72220E is #8DDDF1. Grayscale: #373737. Windows color (decimal): -9297394 or 926322. OLE color: 926322.
HSL color Cylindrical-coordinate representation of color #72220E: hue angle of 12º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72220E is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 34 | 14 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.55 |
| HSL | 12º | 0.78% | 0.25% | - |
| HSV(B) | 12º | 0.88% | 0.45% | - |
| XYZ | 7.59 | 4.75 | 0.93 | - |
| YUV | 55.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 34 | 14 | 0 | 0.70 | 0.88 | 0.55 | 12 | 0.78 | 0.25 |
| Hex | 72 | 22 | E | 0 | 46 | 58 | 37 | C | 4E | 19 |
| Octal | 162 | 42 | 16 | 0 | 106 | 130 | 67 | 14 | 116 | 31 |
| Binary | 1110010 | 100010 | 1110 | 0 | 1000110 | 1011000 | 110111 | 1100 | 1001110 | 11001 |
Color Harmonies of #72220E
Complementary color
Monochromatic Colors of #72220E
Black with #72220E
Text Example
Text Example
White with #72220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72220E; }
p { color: rgb(114,34,14); }
H1.HeaderClassName
{
color: #72220E;
}
.AnyTagClassName
{
color: #72220E;
}
</style>
background-color css
<style>
a { background-color: #72220E; }
a { background-color: rgb(114,34,14); }
div.DivClassName
{
background-color: #72220E;
}
.BgClassName
{
background-color: #72220E;
}
</style>
border-color css
<style>
span { border-color: #72220E; }
span { border-color: rgb(114,34,14); }
td.TdClassName
{
border-color: #72220E;
}
.TagClassName
{
border-color: #72220E;
}
</style>