Shades of Falu Red #802410
Tints of Falu Red #802410
RGB
CMYK
RGB Variations
Color information
#802410 (or 0x802410) is known color: Falu Red. HEX triplet: 80, 24 and 10. RGB value is (128,36,16). Sum of RGB (Red+Green+Blue) = 128+36+16=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #802410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802410 is #7FDBEF. Grayscale: #3D3D3D. Windows color (decimal): -8379376 or 1057920. OLE color: 1057920.
HSL color Cylindrical-coordinate representation of color #802410: hue angle of 10.71º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #802410 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 16 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.50 |
| HSL | 10.71º | 0.78% | 0.28% | - |
| HSV(B) | 10.71º | 0.88% | 0.5% | - |
| XYZ | 9.63 | 5.89 | 1.12 | - |
| YUV | 61.23 | 102.48 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 16 | 0 | 0.72 | 0.88 | 0.50 | 10.71 | 0.78 | 0.28 |
| Hex | 80 | 24 | 10 | 0 | 48 | 58 | 32 | B | 4E | 1C |
| Octal | 200 | 44 | 20 | 0 | 110 | 130 | 62 | 13 | 116 | 34 |
| Binary | 10000000 | 100100 | 10000 | 0 | 1001000 | 1011000 | 110010 | 1011 | 1001110 | 11100 |
Color Harmonies of #802410
Complementary color
Monochromatic Colors of #802410
Black with #802410
Text Example
Text Example
White with #802410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802410; }
p { color: rgb(128,36,16); }
H1.HeaderClassName
{
color: #802410;
}
.AnyTagClassName
{
color: #802410;
}
</style>
background-color css
<style>
a { background-color: #802410; }
a { background-color: rgb(128,36,16); }
div.DivClassName
{
background-color: #802410;
}
.BgClassName
{
background-color: #802410;
}
</style>
border-color css
<style>
span { border-color: #802410; }
span { border-color: rgb(128,36,16); }
td.TdClassName
{
border-color: #802410;
}
.TagClassName
{
border-color: #802410;
}
</style>