Shades of Red Oxide #540F00
Tints of Red Oxide #540F00
RGB
CMYK
RGB Variations
Color information
#540F00 (or 0x540F00) is known color: Red Oxide. HEX triplet: 54, 0F and 00. RGB value is (84,15,0). Sum of RGB (Red+Green+Blue) = 84+15+0=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #540F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F00 is #ABF0FF. Grayscale: #222222. Windows color (decimal): -11268352 or 3924. OLE color: 3924.
HSL color Cylindrical-coordinate representation of color #540F00: hue angle of 10.71º 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 #540F00 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.67 |
| HSL | 10.71º | 1% | 0.16% | - |
| HSV(B) | 10.71º | 1% | 0.33% | - |
| XYZ | 3.83 | 2.23 | 0.23 | - |
| YUV | 33.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 0 | 0 | 0.82 | 1 | 0.67 | 10.71 | 1 | 0.16 |
| Hex | 54 | F | 0 | 0 | 52 | 64 | 43 | B | 64 | 10 |
| Octal | 124 | 17 | 0 | 0 | 122 | 144 | 103 | 13 | 144 | 20 |
| Binary | 1010100 | 1111 | 0 | 0 | 1010010 | 1100100 | 1000011 | 1011 | 1100100 | 10000 |
Color Harmonies of #540F00
Complementary color
Monochromatic Colors of #540F00
Black with #540F00
Text Example
Text Example
White with #540F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F00; }
p { color: rgb(84,15,0); }
H1.HeaderClassName
{
color: #540F00;
}
.AnyTagClassName
{
color: #540F00;
}
</style>
background-color css
<style>
a { background-color: #540F00; }
a { background-color: rgb(84,15,0); }
div.DivClassName
{
background-color: #540F00;
}
.BgClassName
{
background-color: #540F00;
}
</style>
border-color css
<style>
span { border-color: #540F00; }
span { border-color: rgb(84,15,0); }
td.TdClassName
{
border-color: #540F00;
}
.TagClassName
{
border-color: #540F00;
}
</style>