Shades of Rustic Red #540607
Tints of Rustic Red #540607
RGB
CMYK
RGB Variations
Color information
#540607 (or 0x540607) is known color: Rustic Red. HEX triplet: 54, 06 and 07. RGB value is (84,6,7). Sum of RGB (Red+Green+Blue) = 84+6+7=97 (12% of max value = 765). Red value is 84 (33.20% from 255 or 86.60% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 84 - color contains mainly: red. Hex color #540607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540607 is #ABF9F8. Grayscale: #1D1D1D. Windows color (decimal): -11270649 or 460372. OLE color: 460372.
HSL color Cylindrical-coordinate representation of color #540607: hue angle of 359.23º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540607 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 6 | 7 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.67 |
| HSL | 359.23º | 0.87% | 0.18% | - |
| HSV(B) | 359.23º | 0.93% | 0.33% | - |
| XYZ | 3.76 | 2.03 | 0.39 | - |
| YUV | 29.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 7 | 0 | 0.93 | 0.92 | 0.67 | 359.23 | 0.87 | 0.18 |
| Hex | 54 | 6 | 7 | 0 | 5D | 5C | 43 | 167 | 57 | 12 |
| Octal | 124 | 6 | 7 | 0 | 135 | 134 | 103 | 547 | 127 | 22 |
| Binary | 1010100 | 110 | 111 | 0 | 1011101 | 1011100 | 1000011 | 101100111 | 1010111 | 10010 |
Color Harmonies of #540607
Complementary color
Monochromatic Colors of #540607
Black with #540607
Text Example
Text Example
White with #540607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540607; }
p { color: rgb(84,6,7); }
H1.HeaderClassName
{
color: #540607;
}
.AnyTagClassName
{
color: #540607;
}
</style>
background-color css
<style>
a { background-color: #540607; }
a { background-color: rgb(84,6,7); }
div.DivClassName
{
background-color: #540607;
}
.BgClassName
{
background-color: #540607;
}
</style>
border-color css
<style>
span { border-color: #540607; }
span { border-color: rgb(84,6,7); }
td.TdClassName
{
border-color: #540607;
}
.TagClassName
{
border-color: #540607;
}
</style>