Shades of Falu Red #821B0C
Tints of Falu Red #821B0C
RGB
CMYK
RGB Variations
Color information
#821B0C (or 0x821B0C) is known color: Falu Red. HEX triplet: 82, 1B and 0C. RGB value is (130,27,12). Sum of RGB (Red+Green+Blue) = 130+27+12=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #821B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B0C is #7DE4F3. Grayscale: #383838. Windows color (decimal): -8250612 or 793474. OLE color: 793474.
HSL color Cylindrical-coordinate representation of color #821B0C: hue angle of 7.63º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #821B0C is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 27 | 12 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.49 |
| HSL | 7.63º | 0.83% | 0.28% | - |
| HSV(B) | 7.63º | 0.91% | 0.51% | - |
| XYZ | 9.66 | 5.56 | 0.91 | - |
| YUV | 56.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 27 | 12 | 0 | 0.79 | 0.91 | 0.49 | 7.63 | 0.83 | 0.28 |
| Hex | 82 | 1B | C | 0 | 4F | 5B | 31 | 8 | 53 | 1C |
| Octal | 202 | 33 | 14 | 0 | 117 | 133 | 61 | 10 | 123 | 34 |
| Binary | 10000010 | 11011 | 1100 | 0 | 1001111 | 1011011 | 110001 | 1000 | 1010011 | 11100 |
Color Harmonies of #821B0C
Complementary color
Monochromatic Colors of #821B0C
Black with #821B0C
Text Example
Text Example
White with #821B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821B0C; }
p { color: rgb(130,27,12); }
H1.HeaderClassName
{
color: #821B0C;
}
.AnyTagClassName
{
color: #821B0C;
}
</style>
background-color css
<style>
a { background-color: #821B0C; }
a { background-color: rgb(130,27,12); }
div.DivClassName
{
background-color: #821B0C;
}
.BgClassName
{
background-color: #821B0C;
}
</style>
border-color css
<style>
span { border-color: #821B0C; }
span { border-color: rgb(130,27,12); }
td.TdClassName
{
border-color: #821B0C;
}
.TagClassName
{
border-color: #821B0C;
}
</style>