Shades of Falu Red #751E14
Tints of Falu Red #751E14
RGB
CMYK
RGB Variations
Color information
#751E14 (or 0x751E14) is known color: Falu Red. HEX triplet: 75, 1E and 14. RGB value is (117,30,20). Sum of RGB (Red+Green+Blue) = 117+30+20=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #751E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E14 is #8AE1EB. Grayscale: #373737. Windows color (decimal): -9101804 or 1318517. OLE color: 1318517.
HSL color Cylindrical-coordinate representation of color #751E14: hue angle of 6.19º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751E14 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 30 | 20 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.54 |
| HSL | 6.19º | 0.71% | 0.27% | - |
| HSV(B) | 6.19º | 0.83% | 0.46% | - |
| XYZ | 7.93 | 4.76 | 1.16 | - |
| YUV | 54.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 20 | 0 | 0.74 | 0.83 | 0.54 | 6.19 | 0.71 | 0.27 |
| Hex | 75 | 1E | 14 | 0 | 4A | 53 | 36 | 6 | 47 | 1B |
| Octal | 165 | 36 | 24 | 0 | 112 | 123 | 66 | 6 | 107 | 33 |
| Binary | 1110101 | 11110 | 10100 | 0 | 1001010 | 1010011 | 110110 | 110 | 1000111 | 11011 |
Color Harmonies of #751E14
Complementary color
Monochromatic Colors of #751E14
Black with #751E14
Text Example
Text Example
White with #751E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E14; }
p { color: rgb(117,30,20); }
H1.HeaderClassName
{
color: #751E14;
}
.AnyTagClassName
{
color: #751E14;
}
</style>
background-color css
<style>
a { background-color: #751E14; }
a { background-color: rgb(117,30,20); }
div.DivClassName
{
background-color: #751E14;
}
.BgClassName
{
background-color: #751E14;
}
</style>
border-color css
<style>
span { border-color: #751E14; }
span { border-color: rgb(117,30,20); }
td.TdClassName
{
border-color: #751E14;
}
.TagClassName
{
border-color: #751E14;
}
</style>