Shades of Falu Red #77150B
Tints of Falu Red #77150B
RGB
CMYK
RGB Variations
Color information
#77150B (or 0x77150B) is known color: Falu Red. HEX triplet: 77, 15 and 0B. RGB value is (119,21,11). Sum of RGB (Red+Green+Blue) = 119+21+11=151 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.81% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 119 - color contains mainly: red. Hex color #77150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77150B is #88EAF4. Grayscale: #313131. Windows color (decimal): -8973045 or 726391. OLE color: 726391.
HSL color Cylindrical-coordinate representation of color #77150B: hue angle of 5.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77150B is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 21 | 11 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.53 |
| HSL | 5.56º | 0.83% | 0.25% | - |
| HSV(B) | 5.56º | 0.91% | 0.47% | - |
| XYZ | 7.94 | 4.48 | 0.76 | - |
| YUV | 49.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 21 | 11 | 0 | 0.82 | 0.91 | 0.53 | 5.56 | 0.83 | 0.25 |
| Hex | 77 | 15 | B | 0 | 52 | 5B | 35 | 6 | 53 | 19 |
| Octal | 167 | 25 | 13 | 0 | 122 | 133 | 65 | 6 | 123 | 31 |
| Binary | 1110111 | 10101 | 1011 | 0 | 1010010 | 1011011 | 110101 | 110 | 1010011 | 11001 |
Color Harmonies of #77150B
Complementary color
Monochromatic Colors of #77150B
Black with #77150B
Text Example
Text Example
White with #77150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77150B; }
p { color: rgb(119,21,11); }
H1.HeaderClassName
{
color: #77150B;
}
.AnyTagClassName
{
color: #77150B;
}
</style>
background-color css
<style>
a { background-color: #77150B; }
a { background-color: rgb(119,21,11); }
div.DivClassName
{
background-color: #77150B;
}
.BgClassName
{
background-color: #77150B;
}
</style>
border-color css
<style>
span { border-color: #77150B; }
span { border-color: rgb(119,21,11); }
td.TdClassName
{
border-color: #77150B;
}
.TagClassName
{
border-color: #77150B;
}
</style>