Shades of Falu Red #8A2601
Tints of Falu Red #8A2601
RGB
CMYK
RGB Variations
Color information
#8A2601 (or 0x8A2601) is known color: Falu Red. HEX triplet: 8A, 26 and 01. RGB value is (138,38,1). Sum of RGB (Red+Green+Blue) = 138+38+1=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2601 is #75D9FE. Grayscale: #3F3F3F. Windows color (decimal): -7723519 or 75402. OLE color: 75402.
HSL color Cylindrical-coordinate representation of color #8A2601: hue angle of 16.2º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A2601 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 38 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.46 |
| HSL | 16.2º | 0.99% | 0.27% | - |
| HSV(B) | 16.2º | 0.99% | 0.54% | - |
| XYZ | 11.18 | 6.79 | 0.75 | - |
| YUV | 63.68 | 92.63 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 38 | 1 | 0 | 0.72 | 0.99 | 0.46 | 16.2 | 0.99 | 0.27 |
| Hex | 8A | 26 | 1 | 0 | 48 | 63 | 2E | 10 | 63 | 1B |
| Octal | 212 | 46 | 1 | 0 | 110 | 143 | 56 | 20 | 143 | 33 |
| Binary | 10001010 | 100110 | 1 | 0 | 1001000 | 1100011 | 101110 | 10000 | 1100011 | 11011 |
Color Harmonies of #8A2601
Complementary color
Monochromatic Colors of #8A2601
Black with #8A2601
Text Example
Text Example
White with #8A2601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2601; }
p { color: rgb(138,38,1); }
H1.HeaderClassName
{
color: #8A2601;
}
.AnyTagClassName
{
color: #8A2601;
}
</style>
background-color css
<style>
a { background-color: #8A2601; }
a { background-color: rgb(138,38,1); }
div.DivClassName
{
background-color: #8A2601;
}
.BgClassName
{
background-color: #8A2601;
}
</style>
border-color css
<style>
span { border-color: #8A2601; }
span { border-color: rgb(138,38,1); }
td.TdClassName
{
border-color: #8A2601;
}
.TagClassName
{
border-color: #8A2601;
}
</style>