Shades of Falu Red #752412
Tints of Falu Red #752412
RGB
CMYK
RGB Variations
Color information
#752412 (or 0x752412) is known color: Falu Red. HEX triplet: 75, 24 and 12. RGB value is (117,36,18). Sum of RGB (Red+Green+Blue) = 117+36+18=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #752412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752412 is #8ADBED. Grayscale: #3A3A3A. Windows color (decimal): -9100270 or 1188981. OLE color: 1188981.
HSL color Cylindrical-coordinate representation of color #752412: hue angle of 10.91º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #752412 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 18 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.54 |
| HSL | 10.91º | 0.73% | 0.26% | - |
| HSV(B) | 10.91º | 0.85% | 0.46% | - |
| XYZ | 8.08 | 5.09 | 1.13 | - |
| YUV | 58.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 18 | 0 | 0.69 | 0.85 | 0.54 | 10.91 | 0.73 | 0.26 |
| Hex | 75 | 24 | 12 | 0 | 45 | 55 | 36 | B | 49 | 1A |
| Octal | 165 | 44 | 22 | 0 | 105 | 125 | 66 | 13 | 111 | 32 |
| Binary | 1110101 | 100100 | 10010 | 0 | 1000101 | 1010101 | 110110 | 1011 | 1001001 | 11010 |
Color Harmonies of #752412
Complementary color
Monochromatic Colors of #752412
Black with #752412
Text Example
Text Example
White with #752412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752412; }
p { color: rgb(117,36,18); }
H1.HeaderClassName
{
color: #752412;
}
.AnyTagClassName
{
color: #752412;
}
</style>
background-color css
<style>
a { background-color: #752412; }
a { background-color: rgb(117,36,18); }
div.DivClassName
{
background-color: #752412;
}
.BgClassName
{
background-color: #752412;
}
</style>
border-color css
<style>
span { border-color: #752412; }
span { border-color: rgb(117,36,18); }
td.TdClassName
{
border-color: #752412;
}
.TagClassName
{
border-color: #752412;
}
</style>