Shades of Falu Red #75140D
Tints of Falu Red #75140D
RGB
CMYK
RGB Variations
Color information
#75140D (or 0x75140D) is known color: Falu Red. HEX triplet: 75, 14 and 0D. RGB value is (117,20,13). Sum of RGB (Red+Green+Blue) = 117+20+13=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #75140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75140D is #8AEBF2. Grayscale: #303030. Windows color (decimal): -9104371 or 857205. OLE color: 857205.
HSL color Cylindrical-coordinate representation of color #75140D: hue angle of 4.04º 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 #75140D is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 20 | 13 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.54 |
| HSL | 4.04º | 0.8% | 0.25% | - |
| HSV(B) | 4.04º | 0.89% | 0.46% | - |
| XYZ | 7.66 | 4.31 | 0.81 | - |
| YUV | 48.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 20 | 13 | 0 | 0.83 | 0.89 | 0.54 | 4.04 | 0.8 | 0.25 |
| Hex | 75 | 14 | D | 0 | 53 | 59 | 36 | 4 | 50 | 19 |
| Octal | 165 | 24 | 15 | 0 | 123 | 131 | 66 | 4 | 120 | 31 |
| Binary | 1110101 | 10100 | 1101 | 0 | 1010011 | 1011001 | 110110 | 100 | 1010000 | 11001 |
Color Harmonies of #75140D
Complementary color
Monochromatic Colors of #75140D
Black with #75140D
Text Example
Text Example
White with #75140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75140D; }
p { color: rgb(117,20,13); }
H1.HeaderClassName
{
color: #75140D;
}
.AnyTagClassName
{
color: #75140D;
}
</style>
background-color css
<style>
a { background-color: #75140D; }
a { background-color: rgb(117,20,13); }
div.DivClassName
{
background-color: #75140D;
}
.BgClassName
{
background-color: #75140D;
}
</style>
border-color css
<style>
span { border-color: #75140D; }
span { border-color: rgb(117,20,13); }
td.TdClassName
{
border-color: #75140D;
}
.TagClassName
{
border-color: #75140D;
}
</style>