Shades of Falu Red #751D02
Tints of Falu Red #751D02
RGB
CMYK
RGB Variations
Color information
#751D02 (or 0x751D02) is known color: Falu Red. HEX triplet: 75, 1D and 02. RGB value is (117,29,2). Sum of RGB (Red+Green+Blue) = 117+29+2=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D02 is #8AE2FD. Grayscale: #343434. Windows color (decimal): -9102078 or 138613. OLE color: 138613.
HSL color Cylindrical-coordinate representation of color #751D02: hue angle of 14.09º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #751D02 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 2 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.54 |
| HSL | 14.09º | 0.97% | 0.23% | - |
| HSV(B) | 14.09º | 0.98% | 0.46% | - |
| XYZ | 7.79 | 4.67 | 0.55 | - |
| YUV | 52.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 2 | 0 | 0.75 | 0.98 | 0.54 | 14.09 | 0.97 | 0.23 |
| Hex | 75 | 1D | 2 | 0 | 4B | 62 | 36 | E | 61 | 17 |
| Octal | 165 | 35 | 2 | 0 | 113 | 142 | 66 | 16 | 141 | 27 |
| Binary | 1110101 | 11101 | 10 | 0 | 1001011 | 1100010 | 110110 | 1110 | 1100001 | 10111 |
Color Harmonies of #751D02
Complementary color
Monochromatic Colors of #751D02
Black with #751D02
Text Example
Text Example
White with #751D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D02; }
p { color: rgb(117,29,2); }
H1.HeaderClassName
{
color: #751D02;
}
.AnyTagClassName
{
color: #751D02;
}
</style>
background-color css
<style>
a { background-color: #751D02; }
a { background-color: rgb(117,29,2); }
div.DivClassName
{
background-color: #751D02;
}
.BgClassName
{
background-color: #751D02;
}
</style>
border-color css
<style>
span { border-color: #751D02; }
span { border-color: rgb(117,29,2); }
td.TdClassName
{
border-color: #751D02;
}
.TagClassName
{
border-color: #751D02;
}
</style>