Shades of Rustic Red #4F080A
Tints of Rustic Red #4F080A
RGB
CMYK
RGB Variations
Color information
#4F080A (or 0x4F080A) is known color: Rustic Red. HEX triplet: 4F, 08 and 0A. RGB value is (79,8,10). Sum of RGB (Red+Green+Blue) = 79+8+10=97 (12% of max value = 765). Red value is 79 (31.25% from 255 or 81.44% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 79 - color contains mainly: red. Hex color #4F080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F080A is #B0F7F5. Grayscale: #1D1D1D. Windows color (decimal): -11597814 or 657487. OLE color: 657487.
HSL color Cylindrical-coordinate representation of color #4F080A: hue angle of 358.31º 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 #4F080A is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 10 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.69 |
| HSL | 358.31º | 0.82% | 0.17% | - |
| HSV(B) | 358.31º | 0.9% | 0.31% | - |
| XYZ | 3.37 | 1.86 | 0.47 | - |
| YUV | 29.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 10 | 0 | 0.90 | 0.87 | 0.69 | 358.31 | 0.82 | 0.17 |
| Hex | 4F | 8 | A | 0 | 5A | 57 | 45 | 166 | 52 | 11 |
| Octal | 117 | 10 | 12 | 0 | 132 | 127 | 105 | 546 | 122 | 21 |
| Binary | 1001111 | 1000 | 1010 | 0 | 1011010 | 1010111 | 1000101 | 101100110 | 1010010 | 10001 |
Color Harmonies of #4F080A
Complementary color
Monochromatic Colors of #4F080A
Black with #4F080A
Text Example
Text Example
White with #4F080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F080A; }
p { color: rgb(79,8,10); }
H1.HeaderClassName
{
color: #4F080A;
}
.AnyTagClassName
{
color: #4F080A;
}
</style>
background-color css
<style>
a { background-color: #4F080A; }
a { background-color: rgb(79,8,10); }
div.DivClassName
{
background-color: #4F080A;
}
.BgClassName
{
background-color: #4F080A;
}
</style>
border-color css
<style>
span { border-color: #4F080A; }
span { border-color: rgb(79,8,10); }
td.TdClassName
{
border-color: #4F080A;
}
.TagClassName
{
border-color: #4F080A;
}
</style>