Shades of Falu Red #76200B
Tints of Falu Red #76200B
RGB
CMYK
RGB Variations
Color information
#76200B (or 0x76200B) is known color: Falu Red. HEX triplet: 76, 20 and 0B. RGB value is (118,32,11). Sum of RGB (Red+Green+Blue) = 118+32+11=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #76200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76200B is #89DFF4. Grayscale: #373737. Windows color (decimal): -9035765 or 729206. OLE color: 729206.
HSL color Cylindrical-coordinate representation of color #76200B: hue angle of 11.78º 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 #76200B is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 11 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.54 |
| HSL | 11.78º | 0.83% | 0.25% | - |
| HSV(B) | 11.78º | 0.91% | 0.46% | - |
| XYZ | 8.05 | 4.91 | 0.84 | - |
| YUV | 55.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 11 | 0 | 0.73 | 0.91 | 0.54 | 11.78 | 0.83 | 0.25 |
| Hex | 76 | 20 | B | 0 | 49 | 5B | 36 | C | 53 | 19 |
| Octal | 166 | 40 | 13 | 0 | 111 | 133 | 66 | 14 | 123 | 31 |
| Binary | 1110110 | 100000 | 1011 | 0 | 1001001 | 1011011 | 110110 | 1100 | 1010011 | 11001 |
Color Harmonies of #76200B
Complementary color
Monochromatic Colors of #76200B
Black with #76200B
Text Example
Text Example
White with #76200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76200B; }
p { color: rgb(118,32,11); }
H1.HeaderClassName
{
color: #76200B;
}
.AnyTagClassName
{
color: #76200B;
}
</style>
background-color css
<style>
a { background-color: #76200B; }
a { background-color: rgb(118,32,11); }
div.DivClassName
{
background-color: #76200B;
}
.BgClassName
{
background-color: #76200B;
}
</style>
border-color css
<style>
span { border-color: #76200B; }
span { border-color: rgb(118,32,11); }
td.TdClassName
{
border-color: #76200B;
}
.TagClassName
{
border-color: #76200B;
}
</style>