Shades of Falu Red #81270E
Tints of Falu Red #81270E
RGB
CMYK
RGB Variations
Color information
#81270E (or 0x81270E) is known color: Falu Red. HEX triplet: 81, 27 and 0E. RGB value is (129,39,14). Sum of RGB (Red+Green+Blue) = 129+39+14=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #81270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81270E is #7ED8F1. Grayscale: #3F3F3F. Windows color (decimal): -8313074 or 927617. OLE color: 927617.
HSL color Cylindrical-coordinate representation of color #81270E: hue angle of 13.04º 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 #81270E is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 39 | 14 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.49 |
| HSL | 13.04º | 0.8% | 0.28% | - |
| HSV(B) | 13.04º | 0.89% | 0.51% | - |
| XYZ | 9.86 | 6.15 | 1.08 | - |
| YUV | 63.06 | 100.32 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 14 | 0 | 0.70 | 0.89 | 0.49 | 13.04 | 0.8 | 0.28 |
| Hex | 81 | 27 | E | 0 | 46 | 59 | 31 | D | 50 | 1C |
| Octal | 201 | 47 | 16 | 0 | 106 | 131 | 61 | 15 | 120 | 34 |
| Binary | 10000001 | 100111 | 1110 | 0 | 1000110 | 1011001 | 110001 | 1101 | 1010000 | 11100 |
Color Harmonies of #81270E
Complementary color
Monochromatic Colors of #81270E
Black with #81270E
Text Example
Text Example
White with #81270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81270E; }
p { color: rgb(129,39,14); }
H1.HeaderClassName
{
color: #81270E;
}
.AnyTagClassName
{
color: #81270E;
}
</style>
background-color css
<style>
a { background-color: #81270E; }
a { background-color: rgb(129,39,14); }
div.DivClassName
{
background-color: #81270E;
}
.BgClassName
{
background-color: #81270E;
}
</style>
border-color css
<style>
span { border-color: #81270E; }
span { border-color: rgb(129,39,14); }
td.TdClassName
{
border-color: #81270E;
}
.TagClassName
{
border-color: #81270E;
}
</style>