Shades of Falu Red #76220F
Tints of Falu Red #76220F
RGB
CMYK
RGB Variations
Color information
#76220F (or 0x76220F) is known color: Falu Red. HEX triplet: 76, 22 and 0F. RGB value is (118,34,15). Sum of RGB (Red+Green+Blue) = 118+34+15=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #76220F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76220F is #89DDF0. Grayscale: #393939. Windows color (decimal): -9035249 or 991862. OLE color: 991862.
HSL color Cylindrical-coordinate representation of color #76220F: hue angle of 11.07º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76220F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 15 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.54 |
| HSL | 11.07º | 0.77% | 0.26% | - |
| HSV(B) | 11.07º | 0.87% | 0.46% | - |
| XYZ | 8.13 | 5.03 | 0.99 | - |
| YUV | 56.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 15 | 0 | 0.71 | 0.87 | 0.54 | 11.07 | 0.77 | 0.26 |
| Hex | 76 | 22 | F | 0 | 47 | 57 | 36 | B | 4D | 1A |
| Octal | 166 | 42 | 17 | 0 | 107 | 127 | 66 | 13 | 115 | 32 |
| Binary | 1110110 | 100010 | 1111 | 0 | 1000111 | 1010111 | 110110 | 1011 | 1001101 | 11010 |
Color Harmonies of #76220F
Complementary color
Monochromatic Colors of #76220F
Black with #76220F
Text Example
Text Example
White with #76220F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76220F; }
p { color: rgb(118,34,15); }
H1.HeaderClassName
{
color: #76220F;
}
.AnyTagClassName
{
color: #76220F;
}
</style>
background-color css
<style>
a { background-color: #76220F; }
a { background-color: rgb(118,34,15); }
div.DivClassName
{
background-color: #76220F;
}
.BgClassName
{
background-color: #76220F;
}
</style>
border-color css
<style>
span { border-color: #76220F; }
span { border-color: rgb(118,34,15); }
td.TdClassName
{
border-color: #76220F;
}
.TagClassName
{
border-color: #76220F;
}
</style>