Shades of Falu Red #7D1E18
Tints of Falu Red #7D1E18
RGB
CMYK
RGB Variations
Color information
#7D1E18 (or 0x7D1E18) is known color: Falu Red. HEX triplet: 7D, 1E and 18. RGB value is (125,30,24). Sum of RGB (Red+Green+Blue) = 125+30+24=179 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.83% from 179); Green value is 30 (12.11% from 255 or 16.76% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D1E18 is #82E1E7. Grayscale: #393939. Windows color (decimal): -8577512 or 1580669. OLE color: 1580669.
HSL color Cylindrical-coordinate representation of color #7D1E18: hue angle of 3.56º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D1E18 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 30 | 24 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.51 |
| HSL | 3.56º | 0.68% | 0.29% | - |
| HSV(B) | 3.56º | 0.81% | 0.49% | - |
| XYZ | 9.09 | 5.35 | 1.42 | - |
| YUV | 57.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 30 | 24 | 0 | 0.76 | 0.81 | 0.51 | 3.56 | 0.68 | 0.29 |
| Hex | 7D | 1E | 18 | 0 | 4C | 51 | 33 | 4 | 44 | 1D |
| Octal | 175 | 36 | 30 | 0 | 114 | 121 | 63 | 4 | 104 | 35 |
| Binary | 1111101 | 11110 | 11000 | 0 | 1001100 | 1010001 | 110011 | 100 | 1000100 | 11101 |
Color Harmonies of #7D1E18
Complementary color
Monochromatic Colors of #7D1E18
Black with #7D1E18
Text Example
Text Example
White with #7D1E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1E18; }
p { color: rgb(125,30,24); }
H1.HeaderClassName
{
color: #7D1E18;
}
.AnyTagClassName
{
color: #7D1E18;
}
</style>
background-color css
<style>
a { background-color: #7D1E18; }
a { background-color: rgb(125,30,24); }
div.DivClassName
{
background-color: #7D1E18;
}
.BgClassName
{
background-color: #7D1E18;
}
</style>
border-color css
<style>
span { border-color: #7D1E18; }
span { border-color: rgb(125,30,24); }
td.TdClassName
{
border-color: #7D1E18;
}
.TagClassName
{
border-color: #7D1E18;
}
</style>