Shades of Falu Red #8B2008
Tints of Falu Red #8B2008
RGB
CMYK
RGB Variations
Color information
#8B2008 (or 0x8B2008) is known color: Falu Red. HEX triplet: 8B, 20 and 08. RGB value is (139,32,8). Sum of RGB (Red+Green+Blue) = 139+32+8=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2008 is #74DFF7. Grayscale: #3D3D3D. Windows color (decimal): -7659512 or 532619. OLE color: 532619.
HSL color Cylindrical-coordinate representation of color #8B2008: hue angle of 10.99º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B2008 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 8 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.45 |
| HSL | 10.99º | 0.89% | 0.29% | - |
| HSV(B) | 10.99º | 0.94% | 0.55% | - |
| XYZ | 11.21 | 6.54 | 0.9 | - |
| YUV | 61.26 | 97.95 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 8 | 0 | 0.77 | 0.94 | 0.45 | 10.99 | 0.89 | 0.29 |
| Hex | 8B | 20 | 8 | 0 | 4D | 5E | 2D | B | 59 | 1D |
| Octal | 213 | 40 | 10 | 0 | 115 | 136 | 55 | 13 | 131 | 35 |
| Binary | 10001011 | 100000 | 1000 | 0 | 1001101 | 1011110 | 101101 | 1011 | 1011001 | 11101 |
Color Harmonies of #8B2008
Complementary color
Monochromatic Colors of #8B2008
Black with #8B2008
Text Example
Text Example
White with #8B2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2008; }
p { color: rgb(139,32,8); }
H1.HeaderClassName
{
color: #8B2008;
}
.AnyTagClassName
{
color: #8B2008;
}
</style>
background-color css
<style>
a { background-color: #8B2008; }
a { background-color: rgb(139,32,8); }
div.DivClassName
{
background-color: #8B2008;
}
.BgClassName
{
background-color: #8B2008;
}
</style>
border-color css
<style>
span { border-color: #8B2008; }
span { border-color: rgb(139,32,8); }
td.TdClassName
{
border-color: #8B2008;
}
.TagClassName
{
border-color: #8B2008;
}
</style>