Shades of Rustic Red #540709
Tints of Rustic Red #540709
RGB
CMYK
RGB Variations
Color information
#540709 (or 0x540709) is known color: Rustic Red. HEX triplet: 54, 07 and 09. RGB value is (84,7,9). Sum of RGB (Red+Green+Blue) = 84+7+9=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #540709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540709 is #ABF8F6. Grayscale: #1E1E1E. Windows color (decimal): -11270391 or 591700. OLE color: 591700.
HSL color Cylindrical-coordinate representation of color #540709: hue angle of 358.44º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540709 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 7 | 9 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.67 |
| HSL | 358.44º | 0.85% | 0.18% | - |
| HSV(B) | 358.44º | 0.92% | 0.33% | - |
| XYZ | 3.78 | 2.06 | 0.46 | - |
| YUV | 30.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 7 | 9 | 0 | 0.92 | 0.89 | 0.67 | 358.44 | 0.85 | 0.18 |
| Hex | 54 | 7 | 9 | 0 | 5C | 59 | 43 | 166 | 55 | 12 |
| Octal | 124 | 7 | 11 | 0 | 134 | 131 | 103 | 546 | 125 | 22 |
| Binary | 1010100 | 111 | 1001 | 0 | 1011100 | 1011001 | 1000011 | 101100110 | 1010101 | 10010 |
Color Harmonies of #540709
Complementary color
Monochromatic Colors of #540709
Black with #540709
Text Example
Text Example
White with #540709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540709; }
p { color: rgb(84,7,9); }
H1.HeaderClassName
{
color: #540709;
}
.AnyTagClassName
{
color: #540709;
}
</style>
background-color css
<style>
a { background-color: #540709; }
a { background-color: rgb(84,7,9); }
div.DivClassName
{
background-color: #540709;
}
.BgClassName
{
background-color: #540709;
}
</style>
border-color css
<style>
span { border-color: #540709; }
span { border-color: rgb(84,7,9); }
td.TdClassName
{
border-color: #540709;
}
.TagClassName
{
border-color: #540709;
}
</style>