Shades of Falu Red #80251C
Tints of Falu Red #80251C
RGB
CMYK
RGB Variations
Color information
#80251C (or 0x80251C) is known color: Falu Red. HEX triplet: 80, 25 and 1C. RGB value is (128,37,28). Sum of RGB (Red+Green+Blue) = 128+37+28=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #80251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80251C is #7FDAE3. Grayscale: #3F3F3F. Windows color (decimal): -8379108 or 1844608. OLE color: 1844608.
HSL color Cylindrical-coordinate representation of color #80251C: hue angle of 5.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80251C is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 37 | 28 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.50 |
| HSL | 5.4º | 0.64% | 0.31% | - |
| HSV(B) | 5.4º | 0.78% | 0.5% | - |
| XYZ | 9.77 | 6 | 1.74 | - |
| YUV | 63.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 37 | 28 | 0 | 0.71 | 0.78 | 0.50 | 5.4 | 0.64 | 0.31 |
| Hex | 80 | 25 | 1C | 0 | 47 | 4E | 32 | 5 | 40 | 1F |
| Octal | 200 | 45 | 34 | 0 | 107 | 116 | 62 | 5 | 100 | 37 |
| Binary | 10000000 | 100101 | 11100 | 0 | 1000111 | 1001110 | 110010 | 101 | 1000000 | 11111 |
Color Harmonies of #80251C
Complementary color
Monochromatic Colors of #80251C
Black with #80251C
Text Example
Text Example
White with #80251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80251C; }
p { color: rgb(128,37,28); }
H1.HeaderClassName
{
color: #80251C;
}
.AnyTagClassName
{
color: #80251C;
}
</style>
background-color css
<style>
a { background-color: #80251C; }
a { background-color: rgb(128,37,28); }
div.DivClassName
{
background-color: #80251C;
}
.BgClassName
{
background-color: #80251C;
}
</style>
border-color css
<style>
span { border-color: #80251C; }
span { border-color: rgb(128,37,28); }
td.TdClassName
{
border-color: #80251C;
}
.TagClassName
{
border-color: #80251C;
}
</style>