Shades of Falu Red #802603
Tints of Falu Red #802603
RGB
CMYK
RGB Variations
Color information
#802603 (or 0x802603) is known color: Falu Red. HEX triplet: 80, 26 and 03. RGB value is (128,38,3). Sum of RGB (Red+Green+Blue) = 128+38+3=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #802603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802603 is #7FD9FC. Grayscale: #3D3D3D. Windows color (decimal): -8378877 or 206464. OLE color: 206464.
HSL color Cylindrical-coordinate representation of color #802603: hue angle of 16.8º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #802603 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.50 |
| HSL | 16.8º | 0.95% | 0.26% | - |
| HSV(B) | 16.8º | 0.98% | 0.5% | - |
| XYZ | 9.61 | 5.98 | 0.73 | - |
| YUV | 60.92 | 95.32 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 3 | 0 | 0.70 | 0.98 | 0.50 | 16.8 | 0.95 | 0.26 |
| Hex | 80 | 26 | 3 | 0 | 46 | 62 | 32 | 11 | 5F | 1A |
| Octal | 200 | 46 | 3 | 0 | 106 | 142 | 62 | 21 | 137 | 32 |
| Binary | 10000000 | 100110 | 11 | 0 | 1000110 | 1100010 | 110010 | 10001 | 1011111 | 11010 |
Color Harmonies of #802603
Complementary color
Monochromatic Colors of #802603
Black with #802603
Text Example
Text Example
White with #802603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802603; }
p { color: rgb(128,38,3); }
H1.HeaderClassName
{
color: #802603;
}
.AnyTagClassName
{
color: #802603;
}
</style>
background-color css
<style>
a { background-color: #802603; }
a { background-color: rgb(128,38,3); }
div.DivClassName
{
background-color: #802603;
}
.BgClassName
{
background-color: #802603;
}
</style>
border-color css
<style>
span { border-color: #802603; }
span { border-color: rgb(128,38,3); }
td.TdClassName
{
border-color: #802603;
}
.TagClassName
{
border-color: #802603;
}
</style>