Shades of Falu Red #76231B
Tints of Falu Red #76231B
RGB
CMYK
RGB Variations
Color information
#76231B (or 0x76231B) is known color: Falu Red. HEX triplet: 76, 23 and 1B. RGB value is (118,35,27). Sum of RGB (Red+Green+Blue) = 118+35+27=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76231B is #89DCE4. Grayscale: #3B3B3B. Windows color (decimal): -9034981 or 1778550. OLE color: 1778550.
HSL color Cylindrical-coordinate representation of color #76231B: hue angle of 5.27º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76231B is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 27 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.54 |
| HSL | 5.27º | 0.63% | 0.28% | - |
| HSV(B) | 5.27º | 0.77% | 0.46% | - |
| XYZ | 8.27 | 5.13 | 1.59 | - |
| YUV | 58.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 27 | 0 | 0.70 | 0.77 | 0.54 | 5.27 | 0.63 | 0.28 |
| Hex | 76 | 23 | 1B | 0 | 46 | 4D | 36 | 5 | 3F | 1C |
| Octal | 166 | 43 | 33 | 0 | 106 | 115 | 66 | 5 | 77 | 34 |
| Binary | 1110110 | 100011 | 11011 | 0 | 1000110 | 1001101 | 110110 | 101 | 111111 | 11100 |
Color Harmonies of #76231B
Complementary color
Monochromatic Colors of #76231B
Black with #76231B
Text Example
Text Example
White with #76231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76231B; }
p { color: rgb(118,35,27); }
H1.HeaderClassName
{
color: #76231B;
}
.AnyTagClassName
{
color: #76231B;
}
</style>
background-color css
<style>
a { background-color: #76231B; }
a { background-color: rgb(118,35,27); }
div.DivClassName
{
background-color: #76231B;
}
.BgClassName
{
background-color: #76231B;
}
</style>
border-color css
<style>
span { border-color: #76231B; }
span { border-color: rgb(118,35,27); }
td.TdClassName
{
border-color: #76231B;
}
.TagClassName
{
border-color: #76231B;
}
</style>