Shades of Falu Red #762015
Tints of Falu Red #762015
RGB
CMYK
RGB Variations
Color information
#762015 (or 0x762015) is known color: Falu Red. HEX triplet: 76, 20 and 15. RGB value is (118,32,21). Sum of RGB (Red+Green+Blue) = 118+32+21=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #762015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762015 is #89DFEA. Grayscale: #383838. Windows color (decimal): -9035755 or 1384566. OLE color: 1384566.
HSL color Cylindrical-coordinate representation of color #762015: hue angle of 6.8º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762015 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 21 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.54 |
| HSL | 6.8º | 0.7% | 0.27% | - |
| HSV(B) | 6.8º | 0.82% | 0.46% | - |
| XYZ | 8.12 | 4.94 | 1.23 | - |
| YUV | 56.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 21 | 0 | 0.73 | 0.82 | 0.54 | 6.8 | 0.7 | 0.27 |
| Hex | 76 | 20 | 15 | 0 | 49 | 52 | 36 | 7 | 46 | 1B |
| Octal | 166 | 40 | 25 | 0 | 111 | 122 | 66 | 7 | 106 | 33 |
| Binary | 1110110 | 100000 | 10101 | 0 | 1001001 | 1010010 | 110110 | 111 | 1000110 | 11011 |
Color Harmonies of #762015
Complementary color
Monochromatic Colors of #762015
Black with #762015
Text Example
Text Example
White with #762015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762015; }
p { color: rgb(118,32,21); }
H1.HeaderClassName
{
color: #762015;
}
.AnyTagClassName
{
color: #762015;
}
</style>
background-color css
<style>
a { background-color: #762015; }
a { background-color: rgb(118,32,21); }
div.DivClassName
{
background-color: #762015;
}
.BgClassName
{
background-color: #762015;
}
</style>
border-color css
<style>
span { border-color: #762015; }
span { border-color: rgb(118,32,21); }
td.TdClassName
{
border-color: #762015;
}
.TagClassName
{
border-color: #762015;
}
</style>