Shades of Falu Red #802610
Tints of Falu Red #802610
RGB
CMYK
RGB Variations
Color information
#802610 (or 0x802610) is known color: Falu Red. HEX triplet: 80, 26 and 10. RGB value is (128,38,16). Sum of RGB (Red+Green+Blue) = 128+38+16=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 38 (15.23% from 255 or 20.88% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #802610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802610 is #7FD9EF. Grayscale: #3E3E3E. Windows color (decimal): -8378864 or 1058432. OLE color: 1058432.
HSL color Cylindrical-coordinate representation of color #802610: hue angle of 11.79º 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 #802610 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 16 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.50 |
| HSL | 11.79º | 0.78% | 0.28% | - |
| HSV(B) | 11.79º | 0.88% | 0.5% | - |
| XYZ | 9.69 | 6.01 | 1.14 | - |
| YUV | 62.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 16 | 0 | 0.70 | 0.88 | 0.50 | 11.79 | 0.78 | 0.28 |
| Hex | 80 | 26 | 10 | 0 | 46 | 58 | 32 | C | 4E | 1C |
| Octal | 200 | 46 | 20 | 0 | 106 | 130 | 62 | 14 | 116 | 34 |
| Binary | 10000000 | 100110 | 10000 | 0 | 1000110 | 1011000 | 110010 | 1100 | 1001110 | 11100 |
Color Harmonies of #802610
Complementary color
Monochromatic Colors of #802610
Black with #802610
Text Example
Text Example
White with #802610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802610; }
p { color: rgb(128,38,16); }
H1.HeaderClassName
{
color: #802610;
}
.AnyTagClassName
{
color: #802610;
}
</style>
background-color css
<style>
a { background-color: #802610; }
a { background-color: rgb(128,38,16); }
div.DivClassName
{
background-color: #802610;
}
.BgClassName
{
background-color: #802610;
}
</style>
border-color css
<style>
span { border-color: #802610; }
span { border-color: rgb(128,38,16); }
td.TdClassName
{
border-color: #802610;
}
.TagClassName
{
border-color: #802610;
}
</style>