Shades of Falu Red #8B2200
Tints of Falu Red #8B2200
RGB
CMYK
RGB Variations
Color information
#8B2200 (or 0x8B2200) is known color: Falu Red. HEX triplet: 8B, 22 and 00. RGB value is (139,34,0). Sum of RGB (Red+Green+Blue) = 139+34+0=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2200 is #74DDFF. Grayscale: #3D3D3D. Windows color (decimal): -7659008 or 8843. OLE color: 8843.
HSL color Cylindrical-coordinate representation of color #8B2200: hue angle of 14.68º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B2200 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 34 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.45 |
| HSL | 14.68º | 1% | 0.27% | - |
| HSV(B) | 14.68º | 1% | 0.55% | - |
| XYZ | 11.22 | 6.63 | 0.69 | - |
| YUV | 61.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 34 | 0 | 0 | 0.76 | 1 | 0.45 | 14.68 | 1 | 0.27 |
| Hex | 8B | 22 | 0 | 0 | 4C | 64 | 2D | F | 64 | 1B |
| Octal | 213 | 42 | 0 | 0 | 114 | 144 | 55 | 17 | 144 | 33 |
| Binary | 10001011 | 100010 | 0 | 0 | 1001100 | 1100100 | 101101 | 1111 | 1100100 | 11011 |
Color Harmonies of #8B2200
Complementary color
Monochromatic Colors of #8B2200
Black with #8B2200
Text Example
Text Example
White with #8B2200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2200; }
p { color: rgb(139,34,0); }
H1.HeaderClassName
{
color: #8B2200;
}
.AnyTagClassName
{
color: #8B2200;
}
</style>
background-color css
<style>
a { background-color: #8B2200; }
a { background-color: rgb(139,34,0); }
div.DivClassName
{
background-color: #8B2200;
}
.BgClassName
{
background-color: #8B2200;
}
</style>
border-color css
<style>
span { border-color: #8B2200; }
span { border-color: rgb(139,34,0); }
td.TdClassName
{
border-color: #8B2200;
}
.TagClassName
{
border-color: #8B2200;
}
</style>