Shades of Red Oxide #540A05
Tints of Red Oxide #540A05
RGB
CMYK
RGB Variations
Color information
#540A05 (or 0x540A05) is known color: Red Oxide. HEX triplet: 54, 0A and 05. RGB value is (84,10,5). Sum of RGB (Red+Green+Blue) = 84+10+5=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #540A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A05 is #ABF5FA. Grayscale: #1F1F1F. Windows color (decimal): -11269627 or 330324. OLE color: 330324.
HSL color Cylindrical-coordinate representation of color #540A05: hue angle of 3.8º 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 #540A05 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 10 | 5 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.67 |
| HSL | 3.8º | 0.89% | 0.17% | - |
| HSV(B) | 3.8º | 0.94% | 0.33% | - |
| XYZ | 3.79 | 2.11 | 0.35 | - |
| YUV | 31.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 10 | 5 | 0 | 0.88 | 0.94 | 0.67 | 3.8 | 0.89 | 0.17 |
| Hex | 54 | A | 5 | 0 | 58 | 5E | 43 | 4 | 59 | 11 |
| Octal | 124 | 12 | 5 | 0 | 130 | 136 | 103 | 4 | 131 | 21 |
| Binary | 1010100 | 1010 | 101 | 0 | 1011000 | 1011110 | 1000011 | 100 | 1011001 | 10001 |
Color Harmonies of #540A05
Complementary color
Monochromatic Colors of #540A05
Black with #540A05
Text Example
Text Example
White with #540A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540A05; }
p { color: rgb(84,10,5); }
H1.HeaderClassName
{
color: #540A05;
}
.AnyTagClassName
{
color: #540A05;
}
</style>
background-color css
<style>
a { background-color: #540A05; }
a { background-color: rgb(84,10,5); }
div.DivClassName
{
background-color: #540A05;
}
.BgClassName
{
background-color: #540A05;
}
</style>
border-color css
<style>
span { border-color: #540A05; }
span { border-color: rgb(84,10,5); }
td.TdClassName
{
border-color: #540A05;
}
.TagClassName
{
border-color: #540A05;
}
</style>