Shades of Falu Red #751A19
Tints of Falu Red #751A19
RGB
CMYK
RGB Variations
Color information
#751A19 (or 0x751A19) is known color: Falu Red. HEX triplet: 75, 1A and 19. RGB value is (117,26,25). Sum of RGB (Red+Green+Blue) = 117+26+25=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #751A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A19 is #8AE5E6. Grayscale: #353535. Windows color (decimal): -9102823 or 1645173. OLE color: 1645173.
HSL color Cylindrical-coordinate representation of color #751A19: hue angle of 0.65º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751A19 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 26 | 25 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.54 |
| HSL | 0.65º | 0.65% | 0.28% | - |
| HSV(B) | 0.65º | 0.79% | 0.46% | - |
| XYZ | 7.88 | 4.59 | 1.39 | - |
| YUV | 53.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 25 | 0 | 0.78 | 0.79 | 0.54 | 0.65 | 0.65 | 0.28 |
| Hex | 75 | 1A | 19 | 0 | 4E | 4F | 36 | 1 | 41 | 1C |
| Octal | 165 | 32 | 31 | 0 | 116 | 117 | 66 | 1 | 101 | 34 |
| Binary | 1110101 | 11010 | 11001 | 0 | 1001110 | 1001111 | 110110 | 1 | 1000001 | 11100 |
Color Harmonies of #751A19
Complementary color
Monochromatic Colors of #751A19
Black with #751A19
Text Example
Text Example
White with #751A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A19; }
p { color: rgb(117,26,25); }
H1.HeaderClassName
{
color: #751A19;
}
.AnyTagClassName
{
color: #751A19;
}
</style>
background-color css
<style>
a { background-color: #751A19; }
a { background-color: rgb(117,26,25); }
div.DivClassName
{
background-color: #751A19;
}
.BgClassName
{
background-color: #751A19;
}
</style>
border-color css
<style>
span { border-color: #751A19; }
span { border-color: rgb(117,26,25); }
td.TdClassName
{
border-color: #751A19;
}
.TagClassName
{
border-color: #751A19;
}
</style>