Shades of Rustic Red #4F080E
Tints of Rustic Red #4F080E
RGB
CMYK
RGB Variations
Color information
#4F080E (or 0x4F080E) is known color: Rustic Red. HEX triplet: 4F, 08 and 0E. RGB value is (79,8,14). Sum of RGB (Red+Green+Blue) = 79+8+14=101 (13% of max value = 765). Red value is 79 (31.25% from 255 or 78.22% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 79 - color contains mainly: red. Hex color #4F080E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F080E is #B0F7F1. Grayscale: #1D1D1D. Windows color (decimal): -11597810 or 919631. OLE color: 919631.
HSL color Cylindrical-coordinate representation of color #4F080E: hue angle of 354.93º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F080E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 14 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.69 |
| HSL | 354.93º | 0.82% | 0.17% | - |
| HSV(B) | 354.93º | 0.9% | 0.31% | - |
| XYZ | 3.39 | 1.87 | 0.6 | - |
| YUV | 29.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 14 | 0 | 0.90 | 0.82 | 0.69 | 354.93 | 0.82 | 0.17 |
| Hex | 4F | 8 | E | 0 | 5A | 52 | 45 | 163 | 52 | 11 |
| Octal | 117 | 10 | 16 | 0 | 132 | 122 | 105 | 543 | 122 | 21 |
| Binary | 1001111 | 1000 | 1110 | 0 | 1011010 | 1010010 | 1000101 | 101100011 | 1010010 | 10001 |
Color Harmonies of #4F080E
Complementary color
Monochromatic Colors of #4F080E
Black with #4F080E
Text Example
Text Example
White with #4F080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F080E; }
p { color: rgb(79,8,14); }
H1.HeaderClassName
{
color: #4F080E;
}
.AnyTagClassName
{
color: #4F080E;
}
</style>
background-color css
<style>
a { background-color: #4F080E; }
a { background-color: rgb(79,8,14); }
div.DivClassName
{
background-color: #4F080E;
}
.BgClassName
{
background-color: #4F080E;
}
</style>
border-color css
<style>
span { border-color: #4F080E; }
span { border-color: rgb(79,8,14); }
td.TdClassName
{
border-color: #4F080E;
}
.TagClassName
{
border-color: #4F080E;
}
</style>