Shades of Falu Red #76210A
Tints of Falu Red #76210A
RGB
CMYK
RGB Variations
Color information
#76210A (or 0x76210A) is known color: Falu Red. HEX triplet: 76, 21 and 0A. RGB value is (118,33,10). Sum of RGB (Red+Green+Blue) = 118+33+10=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #76210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76210A is #89DEF5. Grayscale: #373737. Windows color (decimal): -9035510 or 663926. OLE color: 663926.
HSL color Cylindrical-coordinate representation of color #76210A: hue angle of 12.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76210A is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 10 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.54 |
| HSL | 12.78º | 0.84% | 0.25% | - |
| HSV(B) | 12.78º | 0.92% | 0.46% | - |
| XYZ | 8.07 | 4.96 | 0.82 | - |
| YUV | 55.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 10 | 0 | 0.72 | 0.92 | 0.54 | 12.78 | 0.84 | 0.25 |
| Hex | 76 | 21 | A | 0 | 48 | 5C | 36 | D | 54 | 19 |
| Octal | 166 | 41 | 12 | 0 | 110 | 134 | 66 | 15 | 124 | 31 |
| Binary | 1110110 | 100001 | 1010 | 0 | 1001000 | 1011100 | 110110 | 1101 | 1010100 | 11001 |
Color Harmonies of #76210A
Complementary color
Monochromatic Colors of #76210A
Black with #76210A
Text Example
Text Example
White with #76210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76210A; }
p { color: rgb(118,33,10); }
H1.HeaderClassName
{
color: #76210A;
}
.AnyTagClassName
{
color: #76210A;
}
</style>
background-color css
<style>
a { background-color: #76210A; }
a { background-color: rgb(118,33,10); }
div.DivClassName
{
background-color: #76210A;
}
.BgClassName
{
background-color: #76210A;
}
</style>
border-color css
<style>
span { border-color: #76210A; }
span { border-color: rgb(118,33,10); }
td.TdClassName
{
border-color: #76210A;
}
.TagClassName
{
border-color: #76210A;
}
</style>