Shades of Falu Red #7D221B
Tints of Falu Red #7D221B
RGB
CMYK
RGB Variations
Color information
#7D221B (or 0x7D221B) is known color: Falu Red. HEX triplet: 7D, 22 and 1B. RGB value is (125,34,27). Sum of RGB (Red+Green+Blue) = 125+34+27=186 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.20% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 125 - color contains mainly: red. Hex color #7D221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D221B is #82DDE4. Grayscale: #3C3C3C. Windows color (decimal): -8576485 or 1778301. OLE color: 1778301.
HSL color Cylindrical-coordinate representation of color #7D221B: hue angle of 4.29º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D221B is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 34 | 27 | - |
| CMYK | 0 | 0.73 | 0.78 | 0.51 |
| HSL | 4.29º | 0.64% | 0.3% | - |
| HSV(B) | 4.29º | 0.78% | 0.49% | - |
| XYZ | 9.23 | 5.58 | 1.63 | - |
| YUV | 60.41 | 109.15 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 34 | 27 | 0 | 0.73 | 0.78 | 0.51 | 4.29 | 0.64 | 0.3 |
| Hex | 7D | 22 | 1B | 0 | 49 | 4E | 33 | 4 | 40 | 1E |
| Octal | 175 | 42 | 33 | 0 | 111 | 116 | 63 | 4 | 100 | 36 |
| Binary | 1111101 | 100010 | 11011 | 0 | 1001001 | 1001110 | 110011 | 100 | 1000000 | 11110 |
Color Harmonies of #7D221B
Complementary color
Monochromatic Colors of #7D221B
Black with #7D221B
Text Example
Text Example
White with #7D221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D221B; }
p { color: rgb(125,34,27); }
H1.HeaderClassName
{
color: #7D221B;
}
.AnyTagClassName
{
color: #7D221B;
}
</style>
background-color css
<style>
a { background-color: #7D221B; }
a { background-color: rgb(125,34,27); }
div.DivClassName
{
background-color: #7D221B;
}
.BgClassName
{
background-color: #7D221B;
}
</style>
border-color css
<style>
span { border-color: #7D221B; }
span { border-color: rgb(125,34,27); }
td.TdClassName
{
border-color: #7D221B;
}
.TagClassName
{
border-color: #7D221B;
}
</style>