Shades of Falu Red #81200E
Tints of Falu Red #81200E
RGB
CMYK
RGB Variations
Color information
#81200E (or 0x81200E) is known color: Falu Red. HEX triplet: 81, 20 and 0E. RGB value is (129,32,14). Sum of RGB (Red+Green+Blue) = 129+32+14=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #81200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81200E is #7EDFF1. Grayscale: #3B3B3B. Windows color (decimal): -8314866 or 925825. OLE color: 925825.
HSL color Cylindrical-coordinate representation of color #81200E: hue angle of 9.39º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81200E is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 14 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.49 |
| HSL | 9.39º | 0.8% | 0.28% | - |
| HSV(B) | 9.39º | 0.89% | 0.51% | - |
| XYZ | 9.65 | 5.73 | 1.01 | - |
| YUV | 58.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 14 | 0 | 0.75 | 0.89 | 0.49 | 9.39 | 0.8 | 0.28 |
| Hex | 81 | 20 | E | 0 | 4B | 59 | 31 | 9 | 50 | 1C |
| Octal | 201 | 40 | 16 | 0 | 113 | 131 | 61 | 11 | 120 | 34 |
| Binary | 10000001 | 100000 | 1110 | 0 | 1001011 | 1011001 | 110001 | 1001 | 1010000 | 11100 |
Color Harmonies of #81200E
Complementary color
Monochromatic Colors of #81200E
Black with #81200E
Text Example
Text Example
White with #81200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81200E; }
p { color: rgb(129,32,14); }
H1.HeaderClassName
{
color: #81200E;
}
.AnyTagClassName
{
color: #81200E;
}
</style>
background-color css
<style>
a { background-color: #81200E; }
a { background-color: rgb(129,32,14); }
div.DivClassName
{
background-color: #81200E;
}
.BgClassName
{
background-color: #81200E;
}
</style>
border-color css
<style>
span { border-color: #81200E; }
span { border-color: rgb(129,32,14); }
td.TdClassName
{
border-color: #81200E;
}
.TagClassName
{
border-color: #81200E;
}
</style>