Shades of Red Oxide #540500
Tints of Red Oxide #540500
RGB
CMYK
RGB Variations
Color information
#540500 (or 0x540500) is known color: Red Oxide. HEX triplet: 54, 05 and 00. RGB value is (84,5,0). Sum of RGB (Red+Green+Blue) = 84+5+0=89 (11% of max value = 765). Red value is 84 (33.20% from 255 or 94.38% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 84 - color contains mainly: red. Hex color #540500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540500 is #ABFAFF. Grayscale: #1C1C1C. Windows color (decimal): -11270912 or 1364. OLE color: 1364.
HSL color Cylindrical-coordinate representation of color #540500: hue angle of 3.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #540500 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 5 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.67 |
| HSL | 3.57º | 1% | 0.16% | - |
| HSV(B) | 3.57º | 1% | 0.33% | - |
| XYZ | 3.71 | 1.99 | 0.19 | - |
| YUV | 28.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 5 | 0 | 0 | 0.94 | 1 | 0.67 | 3.57 | 1 | 0.16 |
| Hex | 54 | 5 | 0 | 0 | 5E | 64 | 43 | 4 | 64 | 10 |
| Octal | 124 | 5 | 0 | 0 | 136 | 144 | 103 | 4 | 144 | 20 |
| Binary | 1010100 | 101 | 0 | 0 | 1011110 | 1100100 | 1000011 | 100 | 1100100 | 10000 |
Color Harmonies of #540500
Complementary color
Monochromatic Colors of #540500
Black with #540500
Text Example
Text Example
White with #540500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540500; }
p { color: rgb(84,5,0); }
H1.HeaderClassName
{
color: #540500;
}
.AnyTagClassName
{
color: #540500;
}
</style>
background-color css
<style>
a { background-color: #540500; }
a { background-color: rgb(84,5,0); }
div.DivClassName
{
background-color: #540500;
}
.BgClassName
{
background-color: #540500;
}
</style>
border-color css
<style>
span { border-color: #540500; }
span { border-color: rgb(84,5,0); }
td.TdClassName
{
border-color: #540500;
}
.TagClassName
{
border-color: #540500;
}
</style>