Shades of Falu Red #76210B
Tints of Falu Red #76210B
RGB
CMYK
RGB Variations
Color information
#76210B (or 0x76210B) is known color: Falu Red. HEX triplet: 76, 21 and 0B. RGB value is (118,33,11). Sum of RGB (Red+Green+Blue) = 118+33+11=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #76210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76210B is #89DEF4. Grayscale: #383838. Windows color (decimal): -9035509 or 729462. OLE color: 729462.
HSL color Cylindrical-coordinate representation of color #76210B: hue angle of 12.34º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76210B is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 11 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.54 |
| HSL | 12.34º | 0.83% | 0.25% | - |
| HSV(B) | 12.34º | 0.91% | 0.46% | - |
| XYZ | 8.08 | 4.96 | 0.85 | - |
| YUV | 55.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 11 | 0 | 0.72 | 0.91 | 0.54 | 12.34 | 0.83 | 0.25 |
| Hex | 76 | 21 | B | 0 | 48 | 5B | 36 | C | 53 | 19 |
| Octal | 166 | 41 | 13 | 0 | 110 | 133 | 66 | 14 | 123 | 31 |
| Binary | 1110110 | 100001 | 1011 | 0 | 1001000 | 1011011 | 110110 | 1100 | 1010011 | 11001 |
Color Harmonies of #76210B
Complementary color
Monochromatic Colors of #76210B
Black with #76210B
Text Example
Text Example
White with #76210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76210B; }
p { color: rgb(118,33,11); }
H1.HeaderClassName
{
color: #76210B;
}
.AnyTagClassName
{
color: #76210B;
}
</style>
background-color css
<style>
a { background-color: #76210B; }
a { background-color: rgb(118,33,11); }
div.DivClassName
{
background-color: #76210B;
}
.BgClassName
{
background-color: #76210B;
}
</style>
border-color css
<style>
span { border-color: #76210B; }
span { border-color: rgb(118,33,11); }
td.TdClassName
{
border-color: #76210B;
}
.TagClassName
{
border-color: #76210B;
}
</style>