Shades of Falu Red #7B2714
Tints of Falu Red #7B2714
RGB
CMYK
RGB Variations
Color information
#7B2714 (or 0x7B2714) is known color: Falu Red. HEX triplet: 7B, 27 and 14. RGB value is (123,39,20). Sum of RGB (Red+Green+Blue) = 123+39+20=182 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.58% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2714 is #84D8EB. Grayscale: #3E3E3E. Windows color (decimal): -8706284 or 1320827. OLE color: 1320827.
HSL color Cylindrical-coordinate representation of color #7B2714: hue angle of 11.07º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B2714 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 20 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.52 |
| HSL | 11.07º | 0.72% | 0.28% | - |
| HSV(B) | 11.07º | 0.84% | 0.48% | - |
| XYZ | 9.02 | 5.71 | 1.29 | - |
| YUV | 61.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 20 | 0 | 0.68 | 0.84 | 0.52 | 11.07 | 0.72 | 0.28 |
| Hex | 7B | 27 | 14 | 0 | 44 | 54 | 34 | B | 48 | 1C |
| Octal | 173 | 47 | 24 | 0 | 104 | 124 | 64 | 13 | 110 | 34 |
| Binary | 1111011 | 100111 | 10100 | 0 | 1000100 | 1010100 | 110100 | 1011 | 1001000 | 11100 |
Color Harmonies of #7B2714
Complementary color
Monochromatic Colors of #7B2714
Black with #7B2714
Text Example
Text Example
White with #7B2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2714; }
p { color: rgb(123,39,20); }
H1.HeaderClassName
{
color: #7B2714;
}
.AnyTagClassName
{
color: #7B2714;
}
</style>
background-color css
<style>
a { background-color: #7B2714; }
a { background-color: rgb(123,39,20); }
div.DivClassName
{
background-color: #7B2714;
}
.BgClassName
{
background-color: #7B2714;
}
</style>
border-color css
<style>
span { border-color: #7B2714; }
span { border-color: rgb(123,39,20); }
td.TdClassName
{
border-color: #7B2714;
}
.TagClassName
{
border-color: #7B2714;
}
</style>