Shades of Falu Red #751D08
Tints of Falu Red #751D08
RGB
CMYK
RGB Variations
Color information
#751D08 (or 0x751D08) is known color: Falu Red. HEX triplet: 75, 1D and 08. RGB value is (117,29,8). Sum of RGB (Red+Green+Blue) = 117+29+8=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #751D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D08 is #8AE2F7. Grayscale: #353535. Windows color (decimal): -9102072 or 531829. OLE color: 531829.
HSL color Cylindrical-coordinate representation of color #751D08: hue angle of 11.56º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #751D08 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 8 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.54 |
| HSL | 11.56º | 0.87% | 0.25% | - |
| HSV(B) | 11.56º | 0.93% | 0.46% | - |
| XYZ | 7.82 | 4.68 | 0.72 | - |
| YUV | 52.92 | 102.65 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 8 | 0 | 0.75 | 0.93 | 0.54 | 11.56 | 0.87 | 0.25 |
| Hex | 75 | 1D | 8 | 0 | 4B | 5D | 36 | C | 57 | 19 |
| Octal | 165 | 35 | 10 | 0 | 113 | 135 | 66 | 14 | 127 | 31 |
| Binary | 1110101 | 11101 | 1000 | 0 | 1001011 | 1011101 | 110110 | 1100 | 1010111 | 11001 |
Color Harmonies of #751D08
Complementary color
Monochromatic Colors of #751D08
Black with #751D08
Text Example
Text Example
White with #751D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D08; }
p { color: rgb(117,29,8); }
H1.HeaderClassName
{
color: #751D08;
}
.AnyTagClassName
{
color: #751D08;
}
</style>
background-color css
<style>
a { background-color: #751D08; }
a { background-color: rgb(117,29,8); }
div.DivClassName
{
background-color: #751D08;
}
.BgClassName
{
background-color: #751D08;
}
</style>
border-color css
<style>
span { border-color: #751D08; }
span { border-color: rgb(117,29,8); }
td.TdClassName
{
border-color: #751D08;
}
.TagClassName
{
border-color: #751D08;
}
</style>