Shades of Red Oxide #540D04
Tints of Red Oxide #540D04
RGB
CMYK
RGB Variations
Color information
#540D04 (or 0x540D04) is known color: Red Oxide. HEX triplet: 54, 0D and 04. RGB value is (84,13,4). Sum of RGB (Red+Green+Blue) = 84+13+4=101 (13% of max value = 765). Red value is 84 (33.20% from 255 or 83.17% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 84 - color contains mainly: red. Hex color #540D04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D04 is #ABF2FB. Grayscale: #212121. Windows color (decimal): -11268860 or 265556. OLE color: 265556.
HSL color Cylindrical-coordinate representation of color #540D04: hue angle of 6.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540D04 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 4 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.67 |
| HSL | 6.75º | 0.91% | 0.17% | - |
| HSV(B) | 6.75º | 0.95% | 0.33% | - |
| XYZ | 3.82 | 2.18 | 0.33 | - |
| YUV | 33.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 4 | 0 | 0.85 | 0.95 | 0.67 | 6.75 | 0.91 | 0.17 |
| Hex | 54 | D | 4 | 0 | 55 | 5F | 43 | 7 | 5B | 11 |
| Octal | 124 | 15 | 4 | 0 | 125 | 137 | 103 | 7 | 133 | 21 |
| Binary | 1010100 | 1101 | 100 | 0 | 1010101 | 1011111 | 1000011 | 111 | 1011011 | 10001 |
Color Harmonies of #540D04
Complementary color
Monochromatic Colors of #540D04
Black with #540D04
Text Example
Text Example
White with #540D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D04; }
p { color: rgb(84,13,4); }
H1.HeaderClassName
{
color: #540D04;
}
.AnyTagClassName
{
color: #540D04;
}
</style>
background-color css
<style>
a { background-color: #540D04; }
a { background-color: rgb(84,13,4); }
div.DivClassName
{
background-color: #540D04;
}
.BgClassName
{
background-color: #540D04;
}
</style>
border-color css
<style>
span { border-color: #540D04; }
span { border-color: rgb(84,13,4); }
td.TdClassName
{
border-color: #540D04;
}
.TagClassName
{
border-color: #540D04;
}
</style>