Shades of Falu Red #72211D
Tints of Falu Red #72211D
RGB
CMYK
RGB Variations
Color information
#72211D (or 0x72211D) is known color: Falu Red. HEX triplet: 72, 21 and 1D. RGB value is (114,33,29). Sum of RGB (Red+Green+Blue) = 114+33+29=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72211D is #8DDEE2. Grayscale: #383838. Windows color (decimal): -9297635 or 1909106. OLE color: 1909106.
HSL color Cylindrical-coordinate representation of color #72211D: hue angle of 2.82º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72211D is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 33 | 29 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.55 |
| HSL | 2.82º | 0.59% | 0.28% | - |
| HSV(B) | 2.82º | 0.75% | 0.45% | - |
| XYZ | 7.71 | 4.75 | 1.67 | - |
| YUV | 56.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 29 | 0 | 0.71 | 0.75 | 0.55 | 2.82 | 0.59 | 0.28 |
| Hex | 72 | 21 | 1D | 0 | 47 | 4B | 37 | 3 | 3B | 1C |
| Octal | 162 | 41 | 35 | 0 | 107 | 113 | 67 | 3 | 73 | 34 |
| Binary | 1110010 | 100001 | 11101 | 0 | 1000111 | 1001011 | 110111 | 11 | 111011 | 11100 |
Color Harmonies of #72211D
Complementary color
Monochromatic Colors of #72211D
Black with #72211D
Text Example
Text Example
White with #72211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72211D; }
p { color: rgb(114,33,29); }
H1.HeaderClassName
{
color: #72211D;
}
.AnyTagClassName
{
color: #72211D;
}
</style>
background-color css
<style>
a { background-color: #72211D; }
a { background-color: rgb(114,33,29); }
div.DivClassName
{
background-color: #72211D;
}
.BgClassName
{
background-color: #72211D;
}
</style>
border-color css
<style>
span { border-color: #72211D; }
span { border-color: rgb(114,33,29); }
td.TdClassName
{
border-color: #72211D;
}
.TagClassName
{
border-color: #72211D;
}
</style>