Shades of Falu Red #76150B
Tints of Falu Red #76150B
RGB
CMYK
RGB Variations
Color information
#76150B (or 0x76150B) is known color: Falu Red. HEX triplet: 76, 15 and 0B. RGB value is (118,21,11). Sum of RGB (Red+Green+Blue) = 118+21+11=150 (19% of max value = 765). Red value is 118 (46.48% from 255 or 78.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 118 - color contains mainly: red. Hex color #76150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76150B is #89EAF4. Grayscale: #313131. Windows color (decimal): -9038581 or 726390. OLE color: 726390.
HSL color Cylindrical-coordinate representation of color #76150B: hue angle of 5.61º 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 #76150B is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 11 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.54 |
| HSL | 5.61º | 0.83% | 0.25% | - |
| HSV(B) | 5.61º | 0.91% | 0.46% | - |
| XYZ | 7.8 | 4.41 | 0.76 | - |
| YUV | 48.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 11 | 0 | 0.82 | 0.91 | 0.54 | 5.61 | 0.83 | 0.25 |
| Hex | 76 | 15 | B | 0 | 52 | 5B | 36 | 6 | 53 | 19 |
| Octal | 166 | 25 | 13 | 0 | 122 | 133 | 66 | 6 | 123 | 31 |
| Binary | 1110110 | 10101 | 1011 | 0 | 1010010 | 1011011 | 110110 | 110 | 1010011 | 11001 |
Color Harmonies of #76150B
Complementary color
Monochromatic Colors of #76150B
Black with #76150B
Text Example
Text Example
White with #76150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76150B; }
p { color: rgb(118,21,11); }
H1.HeaderClassName
{
color: #76150B;
}
.AnyTagClassName
{
color: #76150B;
}
</style>
background-color css
<style>
a { background-color: #76150B; }
a { background-color: rgb(118,21,11); }
div.DivClassName
{
background-color: #76150B;
}
.BgClassName
{
background-color: #76150B;
}
</style>
border-color css
<style>
span { border-color: #76150B; }
span { border-color: rgb(118,21,11); }
td.TdClassName
{
border-color: #76150B;
}
.TagClassName
{
border-color: #76150B;
}
</style>