Shades of Falu Red #7D211A
Tints of Falu Red #7D211A
RGB
CMYK
RGB Variations
Color information
#7D211A (or 0x7D211A) is known color: Falu Red. HEX triplet: 7D, 21 and 1A. RGB value is (125,33,26). Sum of RGB (Red+Green+Blue) = 125+33+26=184 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.93% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 125 - color contains mainly: red. Hex color #7D211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D211A is #82DEE5. Grayscale: #3B3B3B. Windows color (decimal): -8576742 or 1712509. OLE color: 1712509.
HSL color Cylindrical-coordinate representation of color #7D211A: hue angle of 4.24º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D211A is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 33 | 26 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.51 |
| HSL | 4.24º | 0.66% | 0.3% | - |
| HSV(B) | 4.24º | 0.79% | 0.49% | - |
| XYZ | 9.19 | 5.52 | 1.56 | - |
| YUV | 59.71 | 108.98 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 33 | 26 | 0 | 0.74 | 0.79 | 0.51 | 4.24 | 0.66 | 0.3 |
| Hex | 7D | 21 | 1A | 0 | 4A | 4F | 33 | 4 | 42 | 1E |
| Octal | 175 | 41 | 32 | 0 | 112 | 117 | 63 | 4 | 102 | 36 |
| Binary | 1111101 | 100001 | 11010 | 0 | 1001010 | 1001111 | 110011 | 100 | 1000010 | 11110 |
Color Harmonies of #7D211A
Complementary color
Monochromatic Colors of #7D211A
Black with #7D211A
Text Example
Text Example
White with #7D211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D211A; }
p { color: rgb(125,33,26); }
H1.HeaderClassName
{
color: #7D211A;
}
.AnyTagClassName
{
color: #7D211A;
}
</style>
background-color css
<style>
a { background-color: #7D211A; }
a { background-color: rgb(125,33,26); }
div.DivClassName
{
background-color: #7D211A;
}
.BgClassName
{
background-color: #7D211A;
}
</style>
border-color css
<style>
span { border-color: #7D211A; }
span { border-color: rgb(125,33,26); }
td.TdClassName
{
border-color: #7D211A;
}
.TagClassName
{
border-color: #7D211A;
}
</style>