Shades of Falu Red #81220D
Tints of Falu Red #81220D
RGB
CMYK
RGB Variations
Color information
#81220D (or 0x81220D) is known color: Falu Red. HEX triplet: 81, 22 and 0D. RGB value is (129,34,13). Sum of RGB (Red+Green+Blue) = 129+34+13=176 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.30% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 129 - color contains mainly: red. Hex color #81220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81220D is #7EDDF2. Grayscale: #3C3C3C. Windows color (decimal): -8314355 or 860801. OLE color: 860801.
HSL color Cylindrical-coordinate representation of color #81220D: hue angle of 10.86º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81220D is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 34 | 13 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.49 |
| HSL | 10.86º | 0.82% | 0.28% | - |
| HSV(B) | 10.86º | 0.9% | 0.51% | - |
| XYZ | 9.7 | 5.84 | 1 | - |
| YUV | 60.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 13 | 0 | 0.74 | 0.90 | 0.49 | 10.86 | 0.82 | 0.28 |
| Hex | 81 | 22 | D | 0 | 4A | 5A | 31 | B | 52 | 1C |
| Octal | 201 | 42 | 15 | 0 | 112 | 132 | 61 | 13 | 122 | 34 |
| Binary | 10000001 | 100010 | 1101 | 0 | 1001010 | 1011010 | 110001 | 1011 | 1010010 | 11100 |
Color Harmonies of #81220D
Complementary color
Monochromatic Colors of #81220D
Black with #81220D
Text Example
Text Example
White with #81220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81220D; }
p { color: rgb(129,34,13); }
H1.HeaderClassName
{
color: #81220D;
}
.AnyTagClassName
{
color: #81220D;
}
</style>
background-color css
<style>
a { background-color: #81220D; }
a { background-color: rgb(129,34,13); }
div.DivClassName
{
background-color: #81220D;
}
.BgClassName
{
background-color: #81220D;
}
</style>
border-color css
<style>
span { border-color: #81220D; }
span { border-color: rgb(129,34,13); }
td.TdClassName
{
border-color: #81220D;
}
.TagClassName
{
border-color: #81220D;
}
</style>