Shades of Falu Red #80260C
Tints of Falu Red #80260C
RGB
CMYK
RGB Variations
Color information
#80260C (or 0x80260C) is known color: Falu Red. HEX triplet: 80, 26 and 0C. RGB value is (128,38,12). Sum of RGB (Red+Green+Blue) = 128+38+12=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #80260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80260C is #7FD9F3. Grayscale: #3E3E3E. Windows color (decimal): -8378868 or 796288. OLE color: 796288.
HSL color Cylindrical-coordinate representation of color #80260C: hue angle of 13.45º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80260C is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 12 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.50 |
| HSL | 13.45º | 0.83% | 0.27% | - |
| HSV(B) | 13.45º | 0.91% | 0.5% | - |
| XYZ | 9.66 | 6 | 1 | - |
| YUV | 61.95 | 99.82 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 12 | 0 | 0.70 | 0.91 | 0.50 | 13.45 | 0.83 | 0.27 |
| Hex | 80 | 26 | C | 0 | 46 | 5B | 32 | D | 53 | 1B |
| Octal | 200 | 46 | 14 | 0 | 106 | 133 | 62 | 15 | 123 | 33 |
| Binary | 10000000 | 100110 | 1100 | 0 | 1000110 | 1011011 | 110010 | 1101 | 1010011 | 11011 |
Color Harmonies of #80260C
Complementary color
Monochromatic Colors of #80260C
Black with #80260C
Text Example
Text Example
White with #80260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80260C; }
p { color: rgb(128,38,12); }
H1.HeaderClassName
{
color: #80260C;
}
.AnyTagClassName
{
color: #80260C;
}
</style>
background-color css
<style>
a { background-color: #80260C; }
a { background-color: rgb(128,38,12); }
div.DivClassName
{
background-color: #80260C;
}
.BgClassName
{
background-color: #80260C;
}
</style>
border-color css
<style>
span { border-color: #80260C; }
span { border-color: rgb(128,38,12); }
td.TdClassName
{
border-color: #80260C;
}
.TagClassName
{
border-color: #80260C;
}
</style>