Shades of Falu Red #762010
Tints of Falu Red #762010
RGB
CMYK
RGB Variations
Color information
#762010 (or 0x762010) is known color: Falu Red. HEX triplet: 76, 20 and 10. RGB value is (118,32,16). Sum of RGB (Red+Green+Blue) = 118+32+16=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762010 is #89DFEF. Grayscale: #383838. Windows color (decimal): -9035760 or 1056886. OLE color: 1056886.
HSL color Cylindrical-coordinate representation of color #762010: hue angle of 9.41º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762010 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 16 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.54 |
| HSL | 9.41º | 0.76% | 0.26% | - |
| HSV(B) | 9.41º | 0.86% | 0.46% | - |
| XYZ | 8.08 | 4.92 | 1.01 | - |
| YUV | 55.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 16 | 0 | 0.73 | 0.86 | 0.54 | 9.41 | 0.76 | 0.26 |
| Hex | 76 | 20 | 10 | 0 | 49 | 56 | 36 | 9 | 4C | 1A |
| Octal | 166 | 40 | 20 | 0 | 111 | 126 | 66 | 11 | 114 | 32 |
| Binary | 1110110 | 100000 | 10000 | 0 | 1001001 | 1010110 | 110110 | 1001 | 1001100 | 11010 |
Color Harmonies of #762010
Complementary color
Monochromatic Colors of #762010
Black with #762010
Text Example
Text Example
White with #762010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762010; }
p { color: rgb(118,32,16); }
H1.HeaderClassName
{
color: #762010;
}
.AnyTagClassName
{
color: #762010;
}
</style>
background-color css
<style>
a { background-color: #762010; }
a { background-color: rgb(118,32,16); }
div.DivClassName
{
background-color: #762010;
}
.BgClassName
{
background-color: #762010;
}
</style>
border-color css
<style>
span { border-color: #762010; }
span { border-color: rgb(118,32,16); }
td.TdClassName
{
border-color: #762010;
}
.TagClassName
{
border-color: #762010;
}
</style>