Shades of Falu Red #760F0B
Tints of Falu Red #760F0B
RGB
CMYK
RGB Variations
Color information
#760F0B (or 0x760F0B) is known color: Falu Red. HEX triplet: 76, 0F and 0B. RGB value is (118,15,11). Sum of RGB (Red+Green+Blue) = 118+15+11=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #760F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F0B is #89F0F4. Grayscale: #2D2D2D. Windows color (decimal): -9040117 or 724854. OLE color: 724854.
HSL color Cylindrical-coordinate representation of color #760F0B: hue angle of 2.24º 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 #760F0B is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 11 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.54 |
| HSL | 2.24º | 0.83% | 0.25% | - |
| HSV(B) | 2.24º | 0.91% | 0.46% | - |
| XYZ | 7.7 | 4.22 | 0.72 | - |
| YUV | 45.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 11 | 0 | 0.87 | 0.91 | 0.54 | 2.24 | 0.83 | 0.25 |
| Hex | 76 | F | B | 0 | 57 | 5B | 36 | 2 | 53 | 19 |
| Octal | 166 | 17 | 13 | 0 | 127 | 133 | 66 | 2 | 123 | 31 |
| Binary | 1110110 | 1111 | 1011 | 0 | 1010111 | 1011011 | 110110 | 10 | 1010011 | 11001 |
Color Harmonies of #760F0B
Complementary color
Monochromatic Colors of #760F0B
Black with #760F0B
Text Example
Text Example
White with #760F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F0B; }
p { color: rgb(118,15,11); }
H1.HeaderClassName
{
color: #760F0B;
}
.AnyTagClassName
{
color: #760F0B;
}
</style>
background-color css
<style>
a { background-color: #760F0B; }
a { background-color: rgb(118,15,11); }
div.DivClassName
{
background-color: #760F0B;
}
.BgClassName
{
background-color: #760F0B;
}
</style>
border-color css
<style>
span { border-color: #760F0B; }
span { border-color: rgb(118,15,11); }
td.TdClassName
{
border-color: #760F0B;
}
.TagClassName
{
border-color: #760F0B;
}
</style>