Shades of Red Oxide #540D03
Tints of Red Oxide #540D03
RGB
CMYK
RGB Variations
Color information
#540D03 (or 0x540D03) is known color: Red Oxide. HEX triplet: 54, 0D and 03. RGB value is (84,13,3). Sum of RGB (Red+Green+Blue) = 84+13+3=100 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 84 - color contains mainly: red. Hex color #540D03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D03 is #ABF2FC. Grayscale: #212121. Windows color (decimal): -11268861 or 200020. OLE color: 200020.
HSL color Cylindrical-coordinate representation of color #540D03: hue angle of 7.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540D03 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 3 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.67 |
| HSL | 7.41º | 0.93% | 0.17% | - |
| HSV(B) | 7.41º | 0.96% | 0.33% | - |
| XYZ | 3.82 | 2.18 | 0.31 | - |
| YUV | 33.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 3 | 0 | 0.85 | 0.96 | 0.67 | 7.41 | 0.93 | 0.17 |
| Hex | 54 | D | 3 | 0 | 55 | 60 | 43 | 7 | 5D | 11 |
| Octal | 124 | 15 | 3 | 0 | 125 | 140 | 103 | 7 | 135 | 21 |
| Binary | 1010100 | 1101 | 11 | 0 | 1010101 | 1100000 | 1000011 | 111 | 1011101 | 10001 |
Color Harmonies of #540D03
Complementary color
Monochromatic Colors of #540D03
Black with #540D03
Text Example
Text Example
White with #540D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D03; }
p { color: rgb(84,13,3); }
H1.HeaderClassName
{
color: #540D03;
}
.AnyTagClassName
{
color: #540D03;
}
</style>
background-color css
<style>
a { background-color: #540D03; }
a { background-color: rgb(84,13,3); }
div.DivClassName
{
background-color: #540D03;
}
.BgClassName
{
background-color: #540D03;
}
</style>
border-color css
<style>
span { border-color: #540D03; }
span { border-color: rgb(84,13,3); }
td.TdClassName
{
border-color: #540D03;
}
.TagClassName
{
border-color: #540D03;
}
</style>