Shades of Falu Red #751E16
Tints of Falu Red #751E16
RGB
CMYK
RGB Variations
Color information
#751E16 (or 0x751E16) is known color: Falu Red. HEX triplet: 75, 1E and 16. RGB value is (117,30,22). Sum of RGB (Red+Green+Blue) = 117+30+22=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #751E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E16 is #8AE1E9. Grayscale: #373737. Windows color (decimal): -9101802 or 1449589. OLE color: 1449589.
HSL color Cylindrical-coordinate representation of color #751E16: hue angle of 5.05º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751E16 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 30 | 22 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.54 |
| HSL | 5.05º | 0.68% | 0.27% | - |
| HSV(B) | 5.05º | 0.81% | 0.46% | - |
| XYZ | 7.95 | 4.77 | 1.26 | - |
| YUV | 55.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 22 | 0 | 0.74 | 0.81 | 0.54 | 5.05 | 0.68 | 0.27 |
| Hex | 75 | 1E | 16 | 0 | 4A | 51 | 36 | 5 | 44 | 1B |
| Octal | 165 | 36 | 26 | 0 | 112 | 121 | 66 | 5 | 104 | 33 |
| Binary | 1110101 | 11110 | 10110 | 0 | 1001010 | 1010001 | 110110 | 101 | 1000100 | 11011 |
Color Harmonies of #751E16
Complementary color
Monochromatic Colors of #751E16
Black with #751E16
Text Example
Text Example
White with #751E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E16; }
p { color: rgb(117,30,22); }
H1.HeaderClassName
{
color: #751E16;
}
.AnyTagClassName
{
color: #751E16;
}
</style>
background-color css
<style>
a { background-color: #751E16; }
a { background-color: rgb(117,30,22); }
div.DivClassName
{
background-color: #751E16;
}
.BgClassName
{
background-color: #751E16;
}
</style>
border-color css
<style>
span { border-color: #751E16; }
span { border-color: rgb(117,30,22); }
td.TdClassName
{
border-color: #751E16;
}
.TagClassName
{
border-color: #751E16;
}
</style>