Shades of Falu Red #76231C
Tints of Falu Red #76231C
RGB
CMYK
RGB Variations
Color information
#76231C (or 0x76231C) is known color: Falu Red. HEX triplet: 76, 23 and 1C. RGB value is (118,35,28). Sum of RGB (Red+Green+Blue) = 118+35+28=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76231C is #89DCE3. Grayscale: #3B3B3B. Windows color (decimal): -9034980 or 1844086. OLE color: 1844086.
HSL color Cylindrical-coordinate representation of color #76231C: hue angle of 4.67º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76231C is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 28 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.54 |
| HSL | 4.67º | 0.62% | 0.29% | - |
| HSV(B) | 4.67º | 0.76% | 0.46% | - |
| XYZ | 8.28 | 5.14 | 1.65 | - |
| YUV | 59.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 28 | 0 | 0.70 | 0.76 | 0.54 | 4.67 | 0.62 | 0.29 |
| Hex | 76 | 23 | 1C | 0 | 46 | 4C | 36 | 5 | 3E | 1D |
| Octal | 166 | 43 | 34 | 0 | 106 | 114 | 66 | 5 | 76 | 35 |
| Binary | 1110110 | 100011 | 11100 | 0 | 1000110 | 1001100 | 110110 | 101 | 111110 | 11101 |
Color Harmonies of #76231C
Complementary color
Monochromatic Colors of #76231C
Black with #76231C
Text Example
Text Example
White with #76231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76231C; }
p { color: rgb(118,35,28); }
H1.HeaderClassName
{
color: #76231C;
}
.AnyTagClassName
{
color: #76231C;
}
</style>
background-color css
<style>
a { background-color: #76231C; }
a { background-color: rgb(118,35,28); }
div.DivClassName
{
background-color: #76231C;
}
.BgClassName
{
background-color: #76231C;
}
</style>
border-color css
<style>
span { border-color: #76231C; }
span { border-color: rgb(118,35,28); }
td.TdClassName
{
border-color: #76231C;
}
.TagClassName
{
border-color: #76231C;
}
</style>