Shades of Rustic Red #540809
Tints of Rustic Red #540809
RGB
CMYK
RGB Variations
Color information
#540809 (or 0x540809) is known color: Rustic Red. HEX triplet: 54, 08 and 09. RGB value is (84,8,9). Sum of RGB (Red+Green+Blue) = 84+8+9=101 (13% of max value = 765). Red value is 84 (33.20% from 255 or 83.17% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 84 - color contains mainly: red. Hex color #540809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540809 is #ABF7F6. Grayscale: #1E1E1E. Windows color (decimal): -11270135 or 591956. OLE color: 591956.
HSL color Cylindrical-coordinate representation of color #540809: hue angle of 359.21º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540809 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 8 | 9 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.67 |
| HSL | 359.21º | 0.83% | 0.18% | - |
| HSV(B) | 359.21º | 0.9% | 0.33% | - |
| XYZ | 3.79 | 2.08 | 0.46 | - |
| YUV | 30.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 8 | 9 | 0 | 0.90 | 0.89 | 0.67 | 359.21 | 0.83 | 0.18 |
| Hex | 54 | 8 | 9 | 0 | 5A | 59 | 43 | 167 | 53 | 12 |
| Octal | 124 | 10 | 11 | 0 | 132 | 131 | 103 | 547 | 123 | 22 |
| Binary | 1010100 | 1000 | 1001 | 0 | 1011010 | 1011001 | 1000011 | 101100111 | 1010011 | 10010 |
Color Harmonies of #540809
Complementary color
Monochromatic Colors of #540809
Black with #540809
Text Example
Text Example
White with #540809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540809; }
p { color: rgb(84,8,9); }
H1.HeaderClassName
{
color: #540809;
}
.AnyTagClassName
{
color: #540809;
}
</style>
background-color css
<style>
a { background-color: #540809; }
a { background-color: rgb(84,8,9); }
div.DivClassName
{
background-color: #540809;
}
.BgClassName
{
background-color: #540809;
}
</style>
border-color css
<style>
span { border-color: #540809; }
span { border-color: rgb(84,8,9); }
td.TdClassName
{
border-color: #540809;
}
.TagClassName
{
border-color: #540809;
}
</style>