Shades of Falu Red #80220C
Tints of Falu Red #80220C
RGB
CMYK
RGB Variations
Color information
#80220C (or 0x80220C) is known color: Falu Red. HEX triplet: 80, 22 and 0C. RGB value is (128,34,12). Sum of RGB (Red+Green+Blue) = 128+34+12=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #80220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80220C is #7FDDF3. Grayscale: #3B3B3B. Windows color (decimal): -8379892 or 795264. OLE color: 795264.
HSL color Cylindrical-coordinate representation of color #80220C: hue angle of 11.38º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80220C is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 34 | 12 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.50 |
| HSL | 11.38º | 0.83% | 0.27% | - |
| HSV(B) | 11.38º | 0.91% | 0.5% | - |
| XYZ | 9.54 | 5.76 | 0.96 | - |
| YUV | 59.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 12 | 0 | 0.73 | 0.91 | 0.50 | 11.38 | 0.83 | 0.27 |
| Hex | 80 | 22 | C | 0 | 49 | 5B | 32 | B | 53 | 1B |
| Octal | 200 | 42 | 14 | 0 | 111 | 133 | 62 | 13 | 123 | 33 |
| Binary | 10000000 | 100010 | 1100 | 0 | 1001001 | 1011011 | 110010 | 1011 | 1010011 | 11011 |
Color Harmonies of #80220C
Complementary color
Monochromatic Colors of #80220C
Black with #80220C
Text Example
Text Example
White with #80220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80220C; }
p { color: rgb(128,34,12); }
H1.HeaderClassName
{
color: #80220C;
}
.AnyTagClassName
{
color: #80220C;
}
</style>
background-color css
<style>
a { background-color: #80220C; }
a { background-color: rgb(128,34,12); }
div.DivClassName
{
background-color: #80220C;
}
.BgClassName
{
background-color: #80220C;
}
</style>
border-color css
<style>
span { border-color: #80220C; }
span { border-color: rgb(128,34,12); }
td.TdClassName
{
border-color: #80220C;
}
.TagClassName
{
border-color: #80220C;
}
</style>