Shades of Rustic Red #4D0711
Tints of Rustic Red #4D0711
RGB
CMYK
RGB Variations
Color information
#4D0711 (or 0x4D0711) is known color: Rustic Red. HEX triplet: 4D, 07 and 11. RGB value is (77,7,17). Sum of RGB (Red+Green+Blue) = 77+7+17=101 (13% of max value = 765). Red value is 77 (30.47% from 255 or 76.24% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D0711 is #B2F8EE. Grayscale: #1D1D1D. Windows color (decimal): -11729135 or 1115981. OLE color: 1115981.
HSL color Cylindrical-coordinate representation of color #4D0711: hue angle of 351.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0711 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 7 | 17 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.70 |
| HSL | 351.43º | 0.83% | 0.16% | - |
| HSV(B) | 351.43º | 0.91% | 0.3% | - |
| XYZ | 3.24 | 1.77 | 0.7 | - |
| YUV | 29.07 | 121.19 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 17 | 0 | 0.91 | 0.78 | 0.70 | 351.43 | 0.83 | 0.16 |
| Hex | 4D | 7 | 11 | 0 | 5B | 4E | 46 | 15F | 53 | 10 |
| Octal | 115 | 7 | 21 | 0 | 133 | 116 | 106 | 537 | 123 | 20 |
| Binary | 1001101 | 111 | 10001 | 0 | 1011011 | 1001110 | 1000110 | 101011111 | 1010011 | 10000 |
Color Harmonies of #4D0711
Complementary color
Monochromatic Colors of #4D0711
Black with #4D0711
Text Example
Text Example
White with #4D0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0711; }
p { color: rgb(77,7,17); }
H1.HeaderClassName
{
color: #4D0711;
}
.AnyTagClassName
{
color: #4D0711;
}
</style>
background-color css
<style>
a { background-color: #4D0711; }
a { background-color: rgb(77,7,17); }
div.DivClassName
{
background-color: #4D0711;
}
.BgClassName
{
background-color: #4D0711;
}
</style>
border-color css
<style>
span { border-color: #4D0711; }
span { border-color: rgb(77,7,17); }
td.TdClassName
{
border-color: #4D0711;
}
.TagClassName
{
border-color: #4D0711;
}
</style>