Shades of Rustic Red #510709
Tints of Rustic Red #510709
RGB
CMYK
RGB Variations
Color information
#510709 (or 0x510709) is known color: Rustic Red. HEX triplet: 51, 07 and 09. RGB value is (81,7,9). Sum of RGB (Red+Green+Blue) = 81+7+9=97 (12% of max value = 765). Red value is 81 (32.03% from 255 or 83.51% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 81 - color contains mainly: red. Hex color #510709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510709 is #AEF8F6. Grayscale: #1D1D1D. Windows color (decimal): -11466999 or 591697. OLE color: 591697.
HSL color Cylindrical-coordinate representation of color #510709: hue angle of 358.38º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510709 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 7 | 9 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.68 |
| HSL | 358.38º | 0.84% | 0.17% | - |
| HSV(B) | 358.38º | 0.91% | 0.32% | - |
| XYZ | 3.52 | 1.92 | 0.44 | - |
| YUV | 29.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 9 | 0 | 0.91 | 0.89 | 0.68 | 358.38 | 0.84 | 0.17 |
| Hex | 51 | 7 | 9 | 0 | 5B | 59 | 44 | 166 | 54 | 11 |
| Octal | 121 | 7 | 11 | 0 | 133 | 131 | 104 | 546 | 124 | 21 |
| Binary | 1010001 | 111 | 1001 | 0 | 1011011 | 1011001 | 1000100 | 101100110 | 1010100 | 10001 |
Color Harmonies of #510709
Complementary color
Monochromatic Colors of #510709
Black with #510709
Text Example
Text Example
White with #510709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510709; }
p { color: rgb(81,7,9); }
H1.HeaderClassName
{
color: #510709;
}
.AnyTagClassName
{
color: #510709;
}
</style>
background-color css
<style>
a { background-color: #510709; }
a { background-color: rgb(81,7,9); }
div.DivClassName
{
background-color: #510709;
}
.BgClassName
{
background-color: #510709;
}
</style>
border-color css
<style>
span { border-color: #510709; }
span { border-color: rgb(81,7,9); }
td.TdClassName
{
border-color: #510709;
}
.TagClassName
{
border-color: #510709;
}
</style>