Shades of Falu Red #7B231B
Tints of Falu Red #7B231B
RGB
CMYK
RGB Variations
Color information
#7B231B (or 0x7B231B) is known color: Falu Red. HEX triplet: 7B, 23 and 1B. RGB value is (123,35,27). Sum of RGB (Red+Green+Blue) = 123+35+27=185 (24% of max value = 765). Red value is 123 (48.44% from 255 or 66.49% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 123 - color contains mainly: red. Hex color #7B231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B231B is #84DCE4. Grayscale: #3C3C3C. Windows color (decimal): -8707301 or 1778555. OLE color: 1778555.
HSL color Cylindrical-coordinate representation of color #7B231B: hue angle of 5º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B231B is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 35 | 27 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.52 |
| HSL | 5º | 0.64% | 0.29% | - |
| HSV(B) | 5º | 0.78% | 0.48% | - |
| XYZ | 8.97 | 5.49 | 1.62 | - |
| YUV | 60.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 35 | 27 | 0 | 0.72 | 0.78 | 0.52 | 5 | 0.64 | 0.29 |
| Hex | 7B | 23 | 1B | 0 | 48 | 4E | 34 | 5 | 40 | 1D |
| Octal | 173 | 43 | 33 | 0 | 110 | 116 | 64 | 5 | 100 | 35 |
| Binary | 1111011 | 100011 | 11011 | 0 | 1001000 | 1001110 | 110100 | 101 | 1000000 | 11101 |
Color Harmonies of #7B231B
Complementary color
Monochromatic Colors of #7B231B
Black with #7B231B
Text Example
Text Example
White with #7B231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B231B; }
p { color: rgb(123,35,27); }
H1.HeaderClassName
{
color: #7B231B;
}
.AnyTagClassName
{
color: #7B231B;
}
</style>
background-color css
<style>
a { background-color: #7B231B; }
a { background-color: rgb(123,35,27); }
div.DivClassName
{
background-color: #7B231B;
}
.BgClassName
{
background-color: #7B231B;
}
</style>
border-color css
<style>
span { border-color: #7B231B; }
span { border-color: rgb(123,35,27); }
td.TdClassName
{
border-color: #7B231B;
}
.TagClassName
{
border-color: #7B231B;
}
</style>