Shades of Falu Red #80280C
Tints of Falu Red #80280C
RGB
CMYK
RGB Variations
Color information
#80280C (or 0x80280C) is known color: Falu Red. HEX triplet: 80, 28 and 0C. RGB value is (128,40,12). Sum of RGB (Red+Green+Blue) = 128+40+12=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #80280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80280C is #7FD7F3. Grayscale: #3F3F3F. Windows color (decimal): -8378356 or 796800. OLE color: 796800.
HSL color Cylindrical-coordinate representation of color #80280C: hue angle of 14.48º 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 #80280C is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 12 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.50 |
| HSL | 14.48º | 0.83% | 0.27% | - |
| HSV(B) | 14.48º | 0.91% | 0.5% | - |
| XYZ | 9.73 | 6.13 | 1.02 | - |
| YUV | 63.12 | 99.15 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 12 | 0 | 0.69 | 0.91 | 0.50 | 14.48 | 0.83 | 0.27 |
| Hex | 80 | 28 | C | 0 | 45 | 5B | 32 | E | 53 | 1B |
| Octal | 200 | 50 | 14 | 0 | 105 | 133 | 62 | 16 | 123 | 33 |
| Binary | 10000000 | 101000 | 1100 | 0 | 1000101 | 1011011 | 110010 | 1110 | 1010011 | 11011 |
Color Harmonies of #80280C
Complementary color
Monochromatic Colors of #80280C
Black with #80280C
Text Example
Text Example
White with #80280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80280C; }
p { color: rgb(128,40,12); }
H1.HeaderClassName
{
color: #80280C;
}
.AnyTagClassName
{
color: #80280C;
}
</style>
background-color css
<style>
a { background-color: #80280C; }
a { background-color: rgb(128,40,12); }
div.DivClassName
{
background-color: #80280C;
}
.BgClassName
{
background-color: #80280C;
}
</style>
border-color css
<style>
span { border-color: #80280C; }
span { border-color: rgb(128,40,12); }
td.TdClassName
{
border-color: #80280C;
}
.TagClassName
{
border-color: #80280C;
}
</style>