Shades of Falu Red #802508
Tints of Falu Red #802508
RGB
CMYK
RGB Variations
Color information
#802508 (or 0x802508) is known color: Falu Red. HEX triplet: 80, 25 and 08. RGB value is (128,37,8). Sum of RGB (Red+Green+Blue) = 128+37+8=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #802508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802508 is #7FDAF7. Grayscale: #3D3D3D. Windows color (decimal): -8379128 or 533888. OLE color: 533888.
HSL color Cylindrical-coordinate representation of color #802508: hue angle of 14.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #802508 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 8 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.50 |
| HSL | 14.5º | 0.88% | 0.27% | - |
| HSV(B) | 14.5º | 0.94% | 0.5% | - |
| XYZ | 9.61 | 5.93 | 0.87 | - |
| YUV | 60.9 | 98.15 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 8 | 0 | 0.71 | 0.94 | 0.50 | 14.5 | 0.88 | 0.27 |
| Hex | 80 | 25 | 8 | 0 | 47 | 5E | 32 | E | 58 | 1B |
| Octal | 200 | 45 | 10 | 0 | 107 | 136 | 62 | 16 | 130 | 33 |
| Binary | 10000000 | 100101 | 1000 | 0 | 1000111 | 1011110 | 110010 | 1110 | 1011000 | 11011 |
Color Harmonies of #802508
Complementary color
Monochromatic Colors of #802508
Black with #802508
Text Example
Text Example
White with #802508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802508; }
p { color: rgb(128,37,8); }
H1.HeaderClassName
{
color: #802508;
}
.AnyTagClassName
{
color: #802508;
}
</style>
background-color css
<style>
a { background-color: #802508; }
a { background-color: rgb(128,37,8); }
div.DivClassName
{
background-color: #802508;
}
.BgClassName
{
background-color: #802508;
}
</style>
border-color css
<style>
span { border-color: #802508; }
span { border-color: rgb(128,37,8); }
td.TdClassName
{
border-color: #802508;
}
.TagClassName
{
border-color: #802508;
}
</style>