Shades of Falu Red #802101
Tints of Falu Red #802101
RGB
CMYK
RGB Variations
Color information
#802101 (or 0x802101) is known color: Falu Red. HEX triplet: 80, 21 and 01. RGB value is (128,33,1). Sum of RGB (Red+Green+Blue) = 128+33+1=162 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.01% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 128 - color contains mainly: red. Hex color #802101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802101 is #7FDEFE. Grayscale: #393939. Windows color (decimal): -8380159 or 74112. OLE color: 74112.
HSL color Cylindrical-coordinate representation of color #802101: hue angle of 15.12º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #802101 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.50 |
| HSL | 15.12º | 0.98% | 0.25% | - |
| HSV(B) | 15.12º | 0.99% | 0.5% | - |
| XYZ | 9.45 | 5.68 | 0.63 | - |
| YUV | 57.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 1 | 0 | 0.74 | 0.99 | 0.50 | 15.12 | 0.98 | 0.25 |
| Hex | 80 | 21 | 1 | 0 | 4A | 63 | 32 | F | 62 | 19 |
| Octal | 200 | 41 | 1 | 0 | 112 | 143 | 62 | 17 | 142 | 31 |
| Binary | 10000000 | 100001 | 1 | 0 | 1001010 | 1100011 | 110010 | 1111 | 1100010 | 11001 |
Color Harmonies of #802101
Complementary color
Monochromatic Colors of #802101
Black with #802101
Text Example
Text Example
White with #802101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802101; }
p { color: rgb(128,33,1); }
H1.HeaderClassName
{
color: #802101;
}
.AnyTagClassName
{
color: #802101;
}
</style>
background-color css
<style>
a { background-color: #802101; }
a { background-color: rgb(128,33,1); }
div.DivClassName
{
background-color: #802101;
}
.BgClassName
{
background-color: #802101;
}
</style>
border-color css
<style>
span { border-color: #802101; }
span { border-color: rgb(128,33,1); }
td.TdClassName
{
border-color: #802101;
}
.TagClassName
{
border-color: #802101;
}
</style>