Shades of Falu Red #76221E
Tints of Falu Red #76221E
RGB
CMYK
RGB Variations
Color information
#76221E (or 0x76221E) is known color: Falu Red. HEX triplet: 76, 22 and 1E. RGB value is (118,34,30). Sum of RGB (Red+Green+Blue) = 118+34+30=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76221E is #89DDE1. Grayscale: #3A3A3A. Windows color (decimal): -9035234 or 1974902. OLE color: 1974902.
HSL color Cylindrical-coordinate representation of color #76221E: hue angle of 2.73º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76221E is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 30 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.54 |
| HSL | 2.73º | 0.59% | 0.29% | - |
| HSV(B) | 2.73º | 0.75% | 0.46% | - |
| XYZ | 8.28 | 5.09 | 1.77 | - |
| YUV | 58.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 30 | 0 | 0.71 | 0.75 | 0.54 | 2.73 | 0.59 | 0.29 |
| Hex | 76 | 22 | 1E | 0 | 47 | 4B | 36 | 3 | 3B | 1D |
| Octal | 166 | 42 | 36 | 0 | 107 | 113 | 66 | 3 | 73 | 35 |
| Binary | 1110110 | 100010 | 11110 | 0 | 1000111 | 1001011 | 110110 | 11 | 111011 | 11101 |
Color Harmonies of #76221E
Complementary color
Monochromatic Colors of #76221E
Black with #76221E
Text Example
Text Example
White with #76221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76221E; }
p { color: rgb(118,34,30); }
H1.HeaderClassName
{
color: #76221E;
}
.AnyTagClassName
{
color: #76221E;
}
</style>
background-color css
<style>
a { background-color: #76221E; }
a { background-color: rgb(118,34,30); }
div.DivClassName
{
background-color: #76221E;
}
.BgClassName
{
background-color: #76221E;
}
</style>
border-color css
<style>
span { border-color: #76221E; }
span { border-color: rgb(118,34,30); }
td.TdClassName
{
border-color: #76221E;
}
.TagClassName
{
border-color: #76221E;
}
</style>