Shades of Falu Red #7D2318
Tints of Falu Red #7D2318
RGB
CMYK
RGB Variations
Color information
#7D2318 (or 0x7D2318) is known color: Falu Red. HEX triplet: 7D, 23 and 18. RGB value is (125,35,24). Sum of RGB (Red+Green+Blue) = 125+35+24=184 (24% of max value = 765). Red value is 125 (49.22% from 255 or 67.93% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2318 is #82DCE7. Grayscale: #3C3C3C. Windows color (decimal): -8576232 or 1581949. OLE color: 1581949.
HSL color Cylindrical-coordinate representation of color #7D2318: hue angle of 6.53º 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 #7D2318 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 35 | 24 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.51 |
| HSL | 6.53º | 0.68% | 0.29% | - |
| HSV(B) | 6.53º | 0.81% | 0.49% | - |
| XYZ | 9.22 | 5.63 | 1.46 | - |
| YUV | 60.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 35 | 24 | 0 | 0.72 | 0.81 | 0.51 | 6.53 | 0.68 | 0.29 |
| Hex | 7D | 23 | 18 | 0 | 48 | 51 | 33 | 7 | 44 | 1D |
| Octal | 175 | 43 | 30 | 0 | 110 | 121 | 63 | 7 | 104 | 35 |
| Binary | 1111101 | 100011 | 11000 | 0 | 1001000 | 1010001 | 110011 | 111 | 1000100 | 11101 |
Color Harmonies of #7D2318
Complementary color
Monochromatic Colors of #7D2318
Black with #7D2318
Text Example
Text Example
White with #7D2318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2318; }
p { color: rgb(125,35,24); }
H1.HeaderClassName
{
color: #7D2318;
}
.AnyTagClassName
{
color: #7D2318;
}
</style>
background-color css
<style>
a { background-color: #7D2318; }
a { background-color: rgb(125,35,24); }
div.DivClassName
{
background-color: #7D2318;
}
.BgClassName
{
background-color: #7D2318;
}
</style>
border-color css
<style>
span { border-color: #7D2318; }
span { border-color: rgb(125,35,24); }
td.TdClassName
{
border-color: #7D2318;
}
.TagClassName
{
border-color: #7D2318;
}
</style>