Shades of Falu Red #802412
Tints of Falu Red #802412
RGB
CMYK
RGB Variations
Color information
#802412 (or 0x802412) is known color: Falu Red. HEX triplet: 80, 24 and 12. RGB value is (128,36,18). Sum of RGB (Red+Green+Blue) = 128+36+18=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #802412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802412 is #7FDBED. Grayscale: #3D3D3D. Windows color (decimal): -8379374 or 1188992. OLE color: 1188992.
HSL color Cylindrical-coordinate representation of color #802412: hue angle of 9.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #802412 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 18 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.50 |
| HSL | 9.82º | 0.75% | 0.29% | - |
| HSV(B) | 9.82º | 0.86% | 0.5% | - |
| XYZ | 9.64 | 5.89 | 1.2 | - |
| YUV | 61.46 | 103.48 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 18 | 0 | 0.72 | 0.86 | 0.50 | 9.82 | 0.75 | 0.29 |
| Hex | 80 | 24 | 12 | 0 | 48 | 56 | 32 | A | 4B | 1D |
| Octal | 200 | 44 | 22 | 0 | 110 | 126 | 62 | 12 | 113 | 35 |
| Binary | 10000000 | 100100 | 10010 | 0 | 1001000 | 1010110 | 110010 | 1010 | 1001011 | 11101 |
Color Harmonies of #802412
Complementary color
Monochromatic Colors of #802412
Black with #802412
Text Example
Text Example
White with #802412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802412; }
p { color: rgb(128,36,18); }
H1.HeaderClassName
{
color: #802412;
}
.AnyTagClassName
{
color: #802412;
}
</style>
background-color css
<style>
a { background-color: #802412; }
a { background-color: rgb(128,36,18); }
div.DivClassName
{
background-color: #802412;
}
.BgClassName
{
background-color: #802412;
}
</style>
border-color css
<style>
span { border-color: #802412; }
span { border-color: rgb(128,36,18); }
td.TdClassName
{
border-color: #802412;
}
.TagClassName
{
border-color: #802412;
}
</style>