Shades of Red Oxide #540E0C
Tints of Red Oxide #540E0C
RGB
CMYK
RGB Variations
Color information
#540E0C (or 0x540E0C) is known color: Red Oxide. HEX triplet: 54, 0E and 0C. RGB value is (84,14,12). Sum of RGB (Red+Green+Blue) = 84+14+12=110 (14% of max value = 765). Red value is 84 (33.20% from 255 or 76.36% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 84 - color contains mainly: red. Hex color #540E0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E0C is #ABF1F3. Grayscale: #222222. Windows color (decimal): -11268596 or 790100. OLE color: 790100.
HSL color Cylindrical-coordinate representation of color #540E0C: hue angle of 1.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540E0C is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 14 | 12 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.67 |
| HSL | 1.67º | 0.75% | 0.19% | - |
| HSV(B) | 1.67º | 0.86% | 0.33% | - |
| XYZ | 3.88 | 2.23 | 0.57 | - |
| YUV | 34.7 | 115.19 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 12 | 0 | 0.83 | 0.86 | 0.67 | 1.67 | 0.75 | 0.19 |
| Hex | 54 | E | C | 0 | 53 | 56 | 43 | 2 | 4B | 13 |
| Octal | 124 | 16 | 14 | 0 | 123 | 126 | 103 | 2 | 113 | 23 |
| Binary | 1010100 | 1110 | 1100 | 0 | 1010011 | 1010110 | 1000011 | 10 | 1001011 | 10011 |
Color Harmonies of #540E0C
Complementary color
Monochromatic Colors of #540E0C
Black with #540E0C
Text Example
Text Example
White with #540E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540E0C; }
p { color: rgb(84,14,12); }
H1.HeaderClassName
{
color: #540E0C;
}
.AnyTagClassName
{
color: #540E0C;
}
</style>
background-color css
<style>
a { background-color: #540E0C; }
a { background-color: rgb(84,14,12); }
div.DivClassName
{
background-color: #540E0C;
}
.BgClassName
{
background-color: #540E0C;
}
</style>
border-color css
<style>
span { border-color: #540E0C; }
span { border-color: rgb(84,14,12); }
td.TdClassName
{
border-color: #540E0C;
}
.TagClassName
{
border-color: #540E0C;
}
</style>