Shades of Falu Red #751C06
Tints of Falu Red #751C06
RGB
CMYK
RGB Variations
Color information
#751C06 (or 0x751C06) is known color: Falu Red. HEX triplet: 75, 1C and 06. RGB value is (117,28,6). Sum of RGB (Red+Green+Blue) = 117+28+6=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #751C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C06 is #8AE3F9. Grayscale: #343434. Windows color (decimal): -9102330 or 400501. OLE color: 400501.
HSL color Cylindrical-coordinate representation of color #751C06: hue angle of 11.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #751C06 is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 28 | 6 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.54 |
| HSL | 11.89º | 0.9% | 0.24% | - |
| HSV(B) | 11.89º | 0.95% | 0.46% | - |
| XYZ | 7.78 | 4.63 | 0.65 | - |
| YUV | 52.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 6 | 0 | 0.76 | 0.95 | 0.54 | 11.89 | 0.9 | 0.24 |
| Hex | 75 | 1C | 6 | 0 | 4C | 5F | 36 | C | 5A | 18 |
| Octal | 165 | 34 | 6 | 0 | 114 | 137 | 66 | 14 | 132 | 30 |
| Binary | 1110101 | 11100 | 110 | 0 | 1001100 | 1011111 | 110110 | 1100 | 1011010 | 11000 |
Color Harmonies of #751C06
Complementary color
Monochromatic Colors of #751C06
Black with #751C06
Text Example
Text Example
White with #751C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751C06; }
p { color: rgb(117,28,6); }
H1.HeaderClassName
{
color: #751C06;
}
.AnyTagClassName
{
color: #751C06;
}
</style>
background-color css
<style>
a { background-color: #751C06; }
a { background-color: rgb(117,28,6); }
div.DivClassName
{
background-color: #751C06;
}
.BgClassName
{
background-color: #751C06;
}
</style>
border-color css
<style>
span { border-color: #751C06; }
span { border-color: rgb(117,28,6); }
td.TdClassName
{
border-color: #751C06;
}
.TagClassName
{
border-color: #751C06;
}
</style>