Shades of Falu Red #76231E
Tints of Falu Red #76231E
RGB
CMYK
RGB Variations
Color information
#76231E (or 0x76231E) is known color: Falu Red. HEX triplet: 76, 23 and 1E. RGB value is (118,35,30). Sum of RGB (Red+Green+Blue) = 118+35+30=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76231E is #89DCE1. Grayscale: #3B3B3B. Windows color (decimal): -9034978 or 1975158. OLE color: 1975158.
HSL color Cylindrical-coordinate representation of color #76231E: hue angle of 3.41º 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 #76231E is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 30 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.54 |
| HSL | 3.41º | 0.59% | 0.29% | - |
| HSV(B) | 3.41º | 0.75% | 0.46% | - |
| XYZ | 8.31 | 5.15 | 1.78 | - |
| YUV | 59.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 30 | 0 | 0.70 | 0.75 | 0.54 | 3.41 | 0.59 | 0.29 |
| Hex | 76 | 23 | 1E | 0 | 46 | 4B | 36 | 3 | 3B | 1D |
| Octal | 166 | 43 | 36 | 0 | 106 | 113 | 66 | 3 | 73 | 35 |
| Binary | 1110110 | 100011 | 11110 | 0 | 1000110 | 1001011 | 110110 | 11 | 111011 | 11101 |
Color Harmonies of #76231E
Complementary color
Monochromatic Colors of #76231E
Black with #76231E
Text Example
Text Example
White with #76231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76231E; }
p { color: rgb(118,35,30); }
H1.HeaderClassName
{
color: #76231E;
}
.AnyTagClassName
{
color: #76231E;
}
</style>
background-color css
<style>
a { background-color: #76231E; }
a { background-color: rgb(118,35,30); }
div.DivClassName
{
background-color: #76231E;
}
.BgClassName
{
background-color: #76231E;
}
</style>
border-color css
<style>
span { border-color: #76231E; }
span { border-color: rgb(118,35,30); }
td.TdClassName
{
border-color: #76231E;
}
.TagClassName
{
border-color: #76231E;
}
</style>