Shades of Rustic Red #540407
Tints of Rustic Red #540407
RGB
CMYK
RGB Variations
Color information
#540407 (or 0x540407) is known color: Rustic Red. HEX triplet: 54, 04 and 07. RGB value is (84,4,7). Sum of RGB (Red+Green+Blue) = 84+4+7=95 (12% of max value = 765). Red value is 84 (33.20% from 255 or 88.42% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 84 - color contains mainly: red. Hex color #540407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540407 is #ABFBF8. Grayscale: #1C1C1C. Windows color (decimal): -11271161 or 459860. OLE color: 459860.
HSL color Cylindrical-coordinate representation of color #540407: hue angle of 357.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540407 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 4 | 7 | - |
| CMYK | 0 | 0.95 | 0.92 | 0.67 |
| HSL | 357.75º | 0.91% | 0.17% | - |
| HSV(B) | 357.75º | 0.95% | 0.33% | - |
| XYZ | 3.74 | 1.99 | 0.39 | - |
| YUV | 28.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 7 | 0 | 0.95 | 0.92 | 0.67 | 357.75 | 0.91 | 0.17 |
| Hex | 54 | 4 | 7 | 0 | 5F | 5C | 43 | 166 | 5B | 11 |
| Octal | 124 | 4 | 7 | 0 | 137 | 134 | 103 | 546 | 133 | 21 |
| Binary | 1010100 | 100 | 111 | 0 | 1011111 | 1011100 | 1000011 | 101100110 | 1011011 | 10001 |
Color Harmonies of #540407
Complementary color
Monochromatic Colors of #540407
Black with #540407
Text Example
Text Example
White with #540407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540407; }
p { color: rgb(84,4,7); }
H1.HeaderClassName
{
color: #540407;
}
.AnyTagClassName
{
color: #540407;
}
</style>
background-color css
<style>
a { background-color: #540407; }
a { background-color: rgb(84,4,7); }
div.DivClassName
{
background-color: #540407;
}
.BgClassName
{
background-color: #540407;
}
</style>
border-color css
<style>
span { border-color: #540407; }
span { border-color: rgb(84,4,7); }
td.TdClassName
{
border-color: #540407;
}
.TagClassName
{
border-color: #540407;
}
</style>