Shades of Rustic Red #4F080F
Tints of Rustic Red #4F080F
RGB
CMYK
RGB Variations
Color information
#4F080F (or 0x4F080F) is known color: Rustic Red. HEX triplet: 4F, 08 and 0F. RGB value is (79,8,15). Sum of RGB (Red+Green+Blue) = 79+8+15=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F080F is #B0F7F0. Grayscale: #1E1E1E. Windows color (decimal): -11597809 or 985167. OLE color: 985167.
HSL color Cylindrical-coordinate representation of color #4F080F: hue angle of 354.08º 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 #4F080F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 15 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.69 |
| HSL | 354.08º | 0.82% | 0.17% | - |
| HSV(B) | 354.08º | 0.9% | 0.31% | - |
| XYZ | 3.4 | 1.87 | 0.63 | - |
| YUV | 30.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 15 | 0 | 0.90 | 0.81 | 0.69 | 354.08 | 0.82 | 0.17 |
| Hex | 4F | 8 | F | 0 | 5A | 51 | 45 | 162 | 52 | 11 |
| Octal | 117 | 10 | 17 | 0 | 132 | 121 | 105 | 542 | 122 | 21 |
| Binary | 1001111 | 1000 | 1111 | 0 | 1011010 | 1010001 | 1000101 | 101100010 | 1010010 | 10001 |
Color Harmonies of #4F080F
Complementary color
Monochromatic Colors of #4F080F
Black with #4F080F
Text Example
Text Example
White with #4F080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F080F; }
p { color: rgb(79,8,15); }
H1.HeaderClassName
{
color: #4F080F;
}
.AnyTagClassName
{
color: #4F080F;
}
</style>
background-color css
<style>
a { background-color: #4F080F; }
a { background-color: rgb(79,8,15); }
div.DivClassName
{
background-color: #4F080F;
}
.BgClassName
{
background-color: #4F080F;
}
</style>
border-color css
<style>
span { border-color: #4F080F; }
span { border-color: rgb(79,8,15); }
td.TdClassName
{
border-color: #4F080F;
}
.TagClassName
{
border-color: #4F080F;
}
</style>