Shades of Falu Red #80241A
Tints of Falu Red #80241A
RGB
CMYK
RGB Variations
Color information
#80241A (or 0x80241A) is known color: Falu Red. HEX triplet: 80, 24 and 1A. RGB value is (128,36,26). Sum of RGB (Red+Green+Blue) = 128+36+26=190 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.37% from 190); Green value is 36 (14.45% from 255 or 18.95% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 128 - color contains mainly: red. Hex color #80241A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80241A is #7FDBE5. Grayscale: #3E3E3E. Windows color (decimal): -8379366 or 1713280. OLE color: 1713280.
HSL color Cylindrical-coordinate representation of color #80241A: hue angle of 5.88º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80241A is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 26 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.50 |
| HSL | 5.88º | 0.66% | 0.3% | - |
| HSV(B) | 5.88º | 0.8% | 0.5% | - |
| XYZ | 9.72 | 5.93 | 1.61 | - |
| YUV | 62.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 26 | 0 | 0.72 | 0.80 | 0.50 | 5.88 | 0.66 | 0.3 |
| Hex | 80 | 24 | 1A | 0 | 48 | 50 | 32 | 6 | 42 | 1E |
| Octal | 200 | 44 | 32 | 0 | 110 | 120 | 62 | 6 | 102 | 36 |
| Binary | 10000000 | 100100 | 11010 | 0 | 1001000 | 1010000 | 110010 | 110 | 1000010 | 11110 |
Color Harmonies of #80241A
Complementary color
Monochromatic Colors of #80241A
Black with #80241A
Text Example
Text Example
White with #80241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80241A; }
p { color: rgb(128,36,26); }
H1.HeaderClassName
{
color: #80241A;
}
.AnyTagClassName
{
color: #80241A;
}
</style>
background-color css
<style>
a { background-color: #80241A; }
a { background-color: rgb(128,36,26); }
div.DivClassName
{
background-color: #80241A;
}
.BgClassName
{
background-color: #80241A;
}
</style>
border-color css
<style>
span { border-color: #80241A; }
span { border-color: rgb(128,36,26); }
td.TdClassName
{
border-color: #80241A;
}
.TagClassName
{
border-color: #80241A;
}
</style>