Shades of Red Oxide #540F0E
Tints of Red Oxide #540F0E
RGB
CMYK
RGB Variations
Color information
#540F0E (or 0x540F0E) is known color: Red Oxide. HEX triplet: 54, 0F and 0E. RGB value is (84,15,14). Sum of RGB (Red+Green+Blue) = 84+15+14=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #540F0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F0E is #ABF0F1. Grayscale: #232323. Windows color (decimal): -11268338 or 921428. OLE color: 921428.
HSL color Cylindrical-coordinate representation of color #540F0E: hue angle of 0.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #540F0E is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 14 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.67 |
| HSL | 0.86º | 0.71% | 0.19% | - |
| HSV(B) | 0.86º | 0.83% | 0.33% | - |
| XYZ | 3.91 | 2.26 | 0.65 | - |
| YUV | 35.52 | 115.86 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 14 | 0 | 0.82 | 0.83 | 0.67 | 0.86 | 0.71 | 0.19 |
| Hex | 54 | F | E | 0 | 52 | 53 | 43 | 1 | 47 | 13 |
| Octal | 124 | 17 | 16 | 0 | 122 | 123 | 103 | 1 | 107 | 23 |
| Binary | 1010100 | 1111 | 1110 | 0 | 1010010 | 1010011 | 1000011 | 1 | 1000111 | 10011 |
Color Harmonies of #540F0E
Complementary color
Monochromatic Colors of #540F0E
Black with #540F0E
Text Example
Text Example
White with #540F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F0E; }
p { color: rgb(84,15,14); }
H1.HeaderClassName
{
color: #540F0E;
}
.AnyTagClassName
{
color: #540F0E;
}
</style>
background-color css
<style>
a { background-color: #540F0E; }
a { background-color: rgb(84,15,14); }
div.DivClassName
{
background-color: #540F0E;
}
.BgClassName
{
background-color: #540F0E;
}
</style>
border-color css
<style>
span { border-color: #540F0E; }
span { border-color: rgb(84,15,14); }
td.TdClassName
{
border-color: #540F0E;
}
.TagClassName
{
border-color: #540F0E;
}
</style>