Shades of Rustic Red #4F080B
Tints of Rustic Red #4F080B
RGB
CMYK
RGB Variations
Color information
#4F080B (or 0x4F080B) is known color: Rustic Red. HEX triplet: 4F, 08 and 0B. RGB value is (79,8,11). Sum of RGB (Red+Green+Blue) = 79+8+11=98 (12% of max value = 765). Red value is 79 (31.25% from 255 or 80.61% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 79 - color contains mainly: red. Hex color #4F080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F080B is #B0F7F4. Grayscale: #1D1D1D. Windows color (decimal): -11597813 or 723023. OLE color: 723023.
HSL color Cylindrical-coordinate representation of color #4F080B: hue angle of 357.46º 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 #4F080B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 8 | 11 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.69 |
| HSL | 357.46º | 0.82% | 0.17% | - |
| HSV(B) | 357.46º | 0.9% | 0.31% | - |
| XYZ | 3.37 | 1.86 | 0.5 | - |
| YUV | 29.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 11 | 0 | 0.90 | 0.86 | 0.69 | 357.46 | 0.82 | 0.17 |
| Hex | 4F | 8 | B | 0 | 5A | 56 | 45 | 165 | 52 | 11 |
| Octal | 117 | 10 | 13 | 0 | 132 | 126 | 105 | 545 | 122 | 21 |
| Binary | 1001111 | 1000 | 1011 | 0 | 1011010 | 1010110 | 1000101 | 101100101 | 1010010 | 10001 |
Color Harmonies of #4F080B
Complementary color
Monochromatic Colors of #4F080B
Black with #4F080B
Text Example
Text Example
White with #4F080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F080B; }
p { color: rgb(79,8,11); }
H1.HeaderClassName
{
color: #4F080B;
}
.AnyTagClassName
{
color: #4F080B;
}
</style>
background-color css
<style>
a { background-color: #4F080B; }
a { background-color: rgb(79,8,11); }
div.DivClassName
{
background-color: #4F080B;
}
.BgClassName
{
background-color: #4F080B;
}
</style>
border-color css
<style>
span { border-color: #4F080B; }
span { border-color: rgb(79,8,11); }
td.TdClassName
{
border-color: #4F080B;
}
.TagClassName
{
border-color: #4F080B;
}
</style>