Shades of Red Oxide #540E00
Tints of Red Oxide #540E00
RGB
CMYK
RGB Variations
Color information
#540E00 (or 0x540E00) is known color: Red Oxide. HEX triplet: 54, 0E and 00. RGB value is (84,14,0). Sum of RGB (Red+Green+Blue) = 84+14+0=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #540E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E00 is #ABF1FF. Grayscale: #212121. Windows color (decimal): -11268608 or 3668. OLE color: 3668.
HSL color Cylindrical-coordinate representation of color #540E00: hue angle of 10º 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 #540E00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 14 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.67 |
| HSL | 10º | 1% | 0.16% | - |
| HSV(B) | 10º | 1% | 0.33% | - |
| XYZ | 3.81 | 2.2 | 0.22 | - |
| YUV | 33.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 0 | 0 | 0.83 | 1 | 0.67 | 10 | 1 | 0.16 |
| Hex | 54 | E | 0 | 0 | 53 | 64 | 43 | A | 64 | 10 |
| Octal | 124 | 16 | 0 | 0 | 123 | 144 | 103 | 12 | 144 | 20 |
| Binary | 1010100 | 1110 | 0 | 0 | 1010011 | 1100100 | 1000011 | 1010 | 1100100 | 10000 |
Color Harmonies of #540E00
Complementary color
Monochromatic Colors of #540E00
Black with #540E00
Text Example
Text Example
White with #540E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E00; }
p { color: rgb(84,14,0); }
H1.HeaderClassName
{
color: #540E00;
}
.AnyTagClassName
{
color: #540E00;
}
</style>
background-color css
<style>
a { background-color: #540E00; }
a { background-color: rgb(84,14,0); }
div.DivClassName
{
background-color: #540E00;
}
.BgClassName
{
background-color: #540E00;
}
</style>
border-color css
<style>
span { border-color: #540E00; }
span { border-color: rgb(84,14,0); }
td.TdClassName
{
border-color: #540E00;
}
.TagClassName
{
border-color: #540E00;
}
</style>