Shades of Falu Red #802117
Tints of Falu Red #802117
RGB
CMYK
RGB Variations
Color information
#802117 (or 0x802117) is known color: Falu Red. HEX triplet: 80, 21 and 17. RGB value is (128,33,23). Sum of RGB (Red+Green+Blue) = 128+33+23=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #802117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802117 is #7FDEE8. Grayscale: #3C3C3C. Windows color (decimal): -8380137 or 1515904. OLE color: 1515904.
HSL color Cylindrical-coordinate representation of color #802117: hue angle of 5.71º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802117 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 23 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.50 |
| HSL | 5.71º | 0.7% | 0.3% | - |
| HSV(B) | 5.71º | 0.82% | 0.5% | - |
| XYZ | 9.6 | 5.74 | 1.41 | - |
| YUV | 60.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 23 | 0 | 0.74 | 0.82 | 0.50 | 5.71 | 0.7 | 0.3 |
| Hex | 80 | 21 | 17 | 0 | 4A | 52 | 32 | 6 | 46 | 1E |
| Octal | 200 | 41 | 27 | 0 | 112 | 122 | 62 | 6 | 106 | 36 |
| Binary | 10000000 | 100001 | 10111 | 0 | 1001010 | 1010010 | 110010 | 110 | 1000110 | 11110 |
Color Harmonies of #802117
Complementary color
Monochromatic Colors of #802117
Black with #802117
Text Example
Text Example
White with #802117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802117; }
p { color: rgb(128,33,23); }
H1.HeaderClassName
{
color: #802117;
}
.AnyTagClassName
{
color: #802117;
}
</style>
background-color css
<style>
a { background-color: #802117; }
a { background-color: rgb(128,33,23); }
div.DivClassName
{
background-color: #802117;
}
.BgClassName
{
background-color: #802117;
}
</style>
border-color css
<style>
span { border-color: #802117; }
span { border-color: rgb(128,33,23); }
td.TdClassName
{
border-color: #802117;
}
.TagClassName
{
border-color: #802117;
}
</style>