Shades of Falu Red #7B2208
Tints of Falu Red #7B2208
RGB
CMYK
RGB Variations
Color information
#7B2208 (or 0x7B2208) is known color: Falu Red. HEX triplet: 7B, 22 and 08. RGB value is (123,34,8). Sum of RGB (Red+Green+Blue) = 123+34+8=165 (21% of max value = 765). Red value is 123 (48.44% from 255 or 74.55% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2208 is #84DDF7. Grayscale: #393939. Windows color (decimal): -8707576 or 533115. OLE color: 533115.
HSL color Cylindrical-coordinate representation of color #7B2208: hue angle of 13.57º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B2208 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 34 | 8 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.52 |
| HSL | 13.57º | 0.88% | 0.26% | - |
| HSV(B) | 13.57º | 0.93% | 0.48% | - |
| XYZ | 8.78 | 5.37 | 0.8 | - |
| YUV | 57.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 34 | 8 | 0 | 0.72 | 0.93 | 0.52 | 13.57 | 0.88 | 0.26 |
| Hex | 7B | 22 | 8 | 0 | 48 | 5D | 34 | E | 58 | 1A |
| Octal | 173 | 42 | 10 | 0 | 110 | 135 | 64 | 16 | 130 | 32 |
| Binary | 1111011 | 100010 | 1000 | 0 | 1001000 | 1011101 | 110100 | 1110 | 1011000 | 11010 |
Color Harmonies of #7B2208
Complementary color
Monochromatic Colors of #7B2208
Black with #7B2208
Text Example
Text Example
White with #7B2208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2208; }
p { color: rgb(123,34,8); }
H1.HeaderClassName
{
color: #7B2208;
}
.AnyTagClassName
{
color: #7B2208;
}
</style>
background-color css
<style>
a { background-color: #7B2208; }
a { background-color: rgb(123,34,8); }
div.DivClassName
{
background-color: #7B2208;
}
.BgClassName
{
background-color: #7B2208;
}
</style>
border-color css
<style>
span { border-color: #7B2208; }
span { border-color: rgb(123,34,8); }
td.TdClassName
{
border-color: #7B2208;
}
.TagClassName
{
border-color: #7B2208;
}
</style>