Shades of Rustic Red #4F0409
Tints of Rustic Red #4F0409
RGB
CMYK
RGB Variations
Color information
#4F0409 (or 0x4F0409) is known color: Rustic Red. HEX triplet: 4F, 04 and 09. RGB value is (79,4,9). Sum of RGB (Red+Green+Blue) = 79+4+9=92 (12% of max value = 765). Red value is 79 (31.25% from 255 or 85.87% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0409 is #B0FBF6. Grayscale: #1B1B1B. Windows color (decimal): -11598839 or 590927. OLE color: 590927.
HSL color Cylindrical-coordinate representation of color #4F0409: hue angle of 356º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0409 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 4 | 9 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.69 |
| HSL | 356º | 0.9% | 0.16% | - |
| HSV(B) | 356º | 0.95% | 0.31% | - |
| XYZ | 3.32 | 1.77 | 0.43 | - |
| YUV | 27 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 9 | 0 | 0.95 | 0.89 | 0.69 | 356 | 0.9 | 0.16 |
| Hex | 4F | 4 | 9 | 0 | 5F | 59 | 45 | 164 | 5A | 10 |
| Octal | 117 | 4 | 11 | 0 | 137 | 131 | 105 | 544 | 132 | 20 |
| Binary | 1001111 | 100 | 1001 | 0 | 1011111 | 1011001 | 1000101 | 101100100 | 1011010 | 10000 |
Color Harmonies of #4F0409
Complementary color
Monochromatic Colors of #4F0409
Black with #4F0409
Text Example
Text Example
White with #4F0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0409; }
p { color: rgb(79,4,9); }
H1.HeaderClassName
{
color: #4F0409;
}
.AnyTagClassName
{
color: #4F0409;
}
</style>
background-color css
<style>
a { background-color: #4F0409; }
a { background-color: rgb(79,4,9); }
div.DivClassName
{
background-color: #4F0409;
}
.BgClassName
{
background-color: #4F0409;
}
</style>
border-color css
<style>
span { border-color: #4F0409; }
span { border-color: rgb(79,4,9); }
td.TdClassName
{
border-color: #4F0409;
}
.TagClassName
{
border-color: #4F0409;
}
</style>