Shades of Falu Red #77231C
Tints of Falu Red #77231C
RGB
CMYK
RGB Variations
Color information
#77231C (or 0x77231C) is known color: Falu Red. HEX triplet: 77, 23 and 1C. RGB value is (119,35,28). Sum of RGB (Red+Green+Blue) = 119+35+28=182 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.38% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 119 - color contains mainly: red. Hex color #77231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77231C is #88DCE3. Grayscale: #3B3B3B. Windows color (decimal): -8969444 or 1844087. OLE color: 1844087.
HSL color Cylindrical-coordinate representation of color #77231C: hue angle of 4.62º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77231C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 35 | 28 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.53 |
| HSL | 4.62º | 0.62% | 0.29% | - |
| HSV(B) | 4.62º | 0.76% | 0.47% | - |
| XYZ | 8.42 | 5.21 | 1.66 | - |
| YUV | 59.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 35 | 28 | 0 | 0.71 | 0.76 | 0.53 | 4.62 | 0.62 | 0.29 |
| Hex | 77 | 23 | 1C | 0 | 47 | 4C | 35 | 5 | 3E | 1D |
| Octal | 167 | 43 | 34 | 0 | 107 | 114 | 65 | 5 | 76 | 35 |
| Binary | 1110111 | 100011 | 11100 | 0 | 1000111 | 1001100 | 110101 | 101 | 111110 | 11101 |
Color Harmonies of #77231C
Complementary color
Monochromatic Colors of #77231C
Black with #77231C
Text Example
Text Example
White with #77231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77231C; }
p { color: rgb(119,35,28); }
H1.HeaderClassName
{
color: #77231C;
}
.AnyTagClassName
{
color: #77231C;
}
</style>
background-color css
<style>
a { background-color: #77231C; }
a { background-color: rgb(119,35,28); }
div.DivClassName
{
background-color: #77231C;
}
.BgClassName
{
background-color: #77231C;
}
</style>
border-color css
<style>
span { border-color: #77231C; }
span { border-color: rgb(119,35,28); }
td.TdClassName
{
border-color: #77231C;
}
.TagClassName
{
border-color: #77231C;
}
</style>