Shades of Falu Red #762014
Tints of Falu Red #762014
RGB
CMYK
RGB Variations
Color information
#762014 (or 0x762014) is known color: Falu Red. HEX triplet: 76, 20 and 14. RGB value is (118,32,20). Sum of RGB (Red+Green+Blue) = 118+32+20=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #762014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762014 is #89DFEB. Grayscale: #383838. Windows color (decimal): -9035756 or 1319030. OLE color: 1319030.
HSL color Cylindrical-coordinate representation of color #762014: hue angle of 7.35º 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 #762014 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 20 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.54 |
| HSL | 7.35º | 0.71% | 0.27% | - |
| HSV(B) | 7.35º | 0.83% | 0.46% | - |
| XYZ | 8.11 | 4.94 | 1.19 | - |
| YUV | 56.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 20 | 0 | 0.73 | 0.83 | 0.54 | 7.35 | 0.71 | 0.27 |
| Hex | 76 | 20 | 14 | 0 | 49 | 53 | 36 | 7 | 47 | 1B |
| Octal | 166 | 40 | 24 | 0 | 111 | 123 | 66 | 7 | 107 | 33 |
| Binary | 1110110 | 100000 | 10100 | 0 | 1001001 | 1010011 | 110110 | 111 | 1000111 | 11011 |
Color Harmonies of #762014
Complementary color
Monochromatic Colors of #762014
Black with #762014
Text Example
Text Example
White with #762014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762014; }
p { color: rgb(118,32,20); }
H1.HeaderClassName
{
color: #762014;
}
.AnyTagClassName
{
color: #762014;
}
</style>
background-color css
<style>
a { background-color: #762014; }
a { background-color: rgb(118,32,20); }
div.DivClassName
{
background-color: #762014;
}
.BgClassName
{
background-color: #762014;
}
</style>
border-color css
<style>
span { border-color: #762014; }
span { border-color: rgb(118,32,20); }
td.TdClassName
{
border-color: #762014;
}
.TagClassName
{
border-color: #762014;
}
</style>