Shades of Falu Red #8A100B
Tints of Falu Red #8A100B
RGB
CMYK
RGB Variations
Color information
#8A100B (or 0x8A100B) is known color: Falu Red. HEX triplet: 8A, 10 and 0B. RGB value is (138,16,11). Sum of RGB (Red+Green+Blue) = 138+16+11=165 (21% of max value = 765). Red value is 138 (54.30% from 255 or 83.64% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 138 - color contains mainly: red. Hex color #8A100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A100B is #75EFF4. Grayscale: #343434. Windows color (decimal): -7729141 or 725130. OLE color: 725130.
HSL color Cylindrical-coordinate representation of color #8A100B: hue angle of 2.36º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A100B is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 11 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.46 |
| HSL | 2.36º | 0.85% | 0.29% | - |
| HSV(B) | 2.36º | 0.92% | 0.54% | - |
| XYZ | 10.73 | 5.8 | 0.87 | - |
| YUV | 51.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 11 | 0 | 0.88 | 0.92 | 0.46 | 2.36 | 0.85 | 0.29 |
| Hex | 8A | 10 | B | 0 | 58 | 5C | 2E | 2 | 55 | 1D |
| Octal | 212 | 20 | 13 | 0 | 130 | 134 | 56 | 2 | 125 | 35 |
| Binary | 10001010 | 10000 | 1011 | 0 | 1011000 | 1011100 | 101110 | 10 | 1010101 | 11101 |
Color Harmonies of #8A100B
Complementary color
Monochromatic Colors of #8A100B
Black with #8A100B
Text Example
Text Example
White with #8A100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A100B; }
p { color: rgb(138,16,11); }
H1.HeaderClassName
{
color: #8A100B;
}
.AnyTagClassName
{
color: #8A100B;
}
</style>
background-color css
<style>
a { background-color: #8A100B; }
a { background-color: rgb(138,16,11); }
div.DivClassName
{
background-color: #8A100B;
}
.BgClassName
{
background-color: #8A100B;
}
</style>
border-color css
<style>
span { border-color: #8A100B; }
span { border-color: rgb(138,16,11); }
td.TdClassName
{
border-color: #8A100B;
}
.TagClassName
{
border-color: #8A100B;
}
</style>