Shades of Falu Red #81220F
Tints of Falu Red #81220F
RGB
CMYK
RGB Variations
Color information
#81220F (or 0x81220F) is known color: Falu Red. HEX triplet: 81, 22 and 0F. RGB value is (129,34,15). Sum of RGB (Red+Green+Blue) = 129+34+15=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #81220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81220F is #7EDDF0. Grayscale: #3C3C3C. Windows color (decimal): -8314353 or 991873. OLE color: 991873.
HSL color Cylindrical-coordinate representation of color #81220F: hue angle of 10º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81220F is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 34 | 15 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.49 |
| HSL | 10º | 0.79% | 0.28% | - |
| HSV(B) | 10º | 0.88% | 0.51% | - |
| XYZ | 9.71 | 5.85 | 1.07 | - |
| YUV | 60.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 15 | 0 | 0.74 | 0.88 | 0.49 | 10 | 0.79 | 0.28 |
| Hex | 81 | 22 | F | 0 | 4A | 58 | 31 | A | 4F | 1C |
| Octal | 201 | 42 | 17 | 0 | 112 | 130 | 61 | 12 | 117 | 34 |
| Binary | 10000001 | 100010 | 1111 | 0 | 1001010 | 1011000 | 110001 | 1010 | 1001111 | 11100 |
Color Harmonies of #81220F
Complementary color
Monochromatic Colors of #81220F
Black with #81220F
Text Example
Text Example
White with #81220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81220F; }
p { color: rgb(129,34,15); }
H1.HeaderClassName
{
color: #81220F;
}
.AnyTagClassName
{
color: #81220F;
}
</style>
background-color css
<style>
a { background-color: #81220F; }
a { background-color: rgb(129,34,15); }
div.DivClassName
{
background-color: #81220F;
}
.BgClassName
{
background-color: #81220F;
}
</style>
border-color css
<style>
span { border-color: #81220F; }
span { border-color: rgb(129,34,15); }
td.TdClassName
{
border-color: #81220F;
}
.TagClassName
{
border-color: #81220F;
}
</style>