Shades of Rustic Red #540507
Tints of Rustic Red #540507
RGB
CMYK
RGB Variations
Color information
#540507 (or 0x540507) is known color: Rustic Red. HEX triplet: 54, 05 and 07. RGB value is (84,5,7). Sum of RGB (Red+Green+Blue) = 84+5+7=96 (12% of max value = 765). Red value is 84 (33.20% from 255 or 87.5% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 7 (3.12% from 255 or 7.29% from 96); Max value from RGB is 84 - color contains mainly: red. Hex color #540507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540507 is #ABFAF8. Grayscale: #1C1C1C. Windows color (decimal): -11270905 or 460116. OLE color: 460116.
HSL color Cylindrical-coordinate representation of color #540507: hue angle of 358.48º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540507 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 7 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.67 |
| HSL | 358.48º | 0.89% | 0.17% | - |
| HSV(B) | 358.48º | 0.94% | 0.33% | - |
| XYZ | 3.75 | 2.01 | 0.39 | - |
| YUV | 28.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 7 | 0 | 0.94 | 0.92 | 0.67 | 358.48 | 0.89 | 0.17 |
| Hex | 54 | 5 | 7 | 0 | 5E | 5C | 43 | 166 | 59 | 11 |
| Octal | 124 | 5 | 7 | 0 | 136 | 134 | 103 | 546 | 131 | 21 |
| Binary | 1010100 | 101 | 111 | 0 | 1011110 | 1011100 | 1000011 | 101100110 | 1011001 | 10001 |
Color Harmonies of #540507
Complementary color
Monochromatic Colors of #540507
Black with #540507
Text Example
Text Example
White with #540507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540507; }
p { color: rgb(84,5,7); }
H1.HeaderClassName
{
color: #540507;
}
.AnyTagClassName
{
color: #540507;
}
</style>
background-color css
<style>
a { background-color: #540507; }
a { background-color: rgb(84,5,7); }
div.DivClassName
{
background-color: #540507;
}
.BgClassName
{
background-color: #540507;
}
</style>
border-color css
<style>
span { border-color: #540507; }
span { border-color: rgb(84,5,7); }
td.TdClassName
{
border-color: #540507;
}
.TagClassName
{
border-color: #540507;
}
</style>