Shades of Falu Red #75260D
Tints of Falu Red #75260D
RGB
CMYK
RGB Variations
Color information
#75260D (or 0x75260D) is known color: Falu Red. HEX triplet: 75, 26 and 0D. RGB value is (117,38,13). Sum of RGB (Red+Green+Blue) = 117+38+13=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #75260D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #75260D is #8AD9F2. Grayscale: #3A3A3A. Windows color (decimal): -9099763 or 861813. OLE color: 861813.
HSL color Cylindrical-coordinate representation of color #75260D: hue angle of 14.42º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75260D is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 13 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.54 |
| HSL | 14.42º | 0.8% | 0.25% | - |
| HSV(B) | 14.42º | 0.89% | 0.46% | - |
| XYZ | 8.1 | 5.2 | 0.96 | - |
| YUV | 58.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 13 | 0 | 0.68 | 0.89 | 0.54 | 14.42 | 0.8 | 0.25 |
| Hex | 75 | 26 | D | 0 | 44 | 59 | 36 | E | 50 | 19 |
| Octal | 165 | 46 | 15 | 0 | 104 | 131 | 66 | 16 | 120 | 31 |
| Binary | 1110101 | 100110 | 1101 | 0 | 1000100 | 1011001 | 110110 | 1110 | 1010000 | 11001 |
Color Harmonies of #75260D
Complementary color
Monochromatic Colors of #75260D
Black with #75260D
Text Example
Text Example
White with #75260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75260D; }
p { color: rgb(117,38,13); }
H1.HeaderClassName
{
color: #75260D;
}
.AnyTagClassName
{
color: #75260D;
}
</style>
background-color css
<style>
a { background-color: #75260D; }
a { background-color: rgb(117,38,13); }
div.DivClassName
{
background-color: #75260D;
}
.BgClassName
{
background-color: #75260D;
}
</style>
border-color css
<style>
span { border-color: #75260D; }
span { border-color: rgb(117,38,13); }
td.TdClassName
{
border-color: #75260D;
}
.TagClassName
{
border-color: #75260D;
}
</style>