Shades of Red Oxide #540D01
Tints of Red Oxide #540D01
RGB
CMYK
RGB Variations
Color information
#540D01 (or 0x540D01) is known color: Red Oxide. HEX triplet: 54, 0D and 01. RGB value is (84,13,1). Sum of RGB (Red+Green+Blue) = 84+13+1=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #540D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540D01 is #ABF2FE. Grayscale: #202020. Windows color (decimal): -11268863 or 68948. OLE color: 68948.
HSL color Cylindrical-coordinate representation of color #540D01: hue angle of 8.67º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #540D01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 13 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.67 |
| HSL | 8.67º | 0.98% | 0.17% | - |
| HSV(B) | 8.67º | 0.99% | 0.33% | - |
| XYZ | 3.81 | 2.17 | 0.25 | - |
| YUV | 32.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 1 | 0 | 0.85 | 0.99 | 0.67 | 8.67 | 0.98 | 0.17 |
| Hex | 54 | D | 1 | 0 | 55 | 63 | 43 | 9 | 62 | 11 |
| Octal | 124 | 15 | 1 | 0 | 125 | 143 | 103 | 11 | 142 | 21 |
| Binary | 1010100 | 1101 | 1 | 0 | 1010101 | 1100011 | 1000011 | 1001 | 1100010 | 10001 |
Color Harmonies of #540D01
Complementary color
Monochromatic Colors of #540D01
Black with #540D01
Text Example
Text Example
White with #540D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540D01; }
p { color: rgb(84,13,1); }
H1.HeaderClassName
{
color: #540D01;
}
.AnyTagClassName
{
color: #540D01;
}
</style>
background-color css
<style>
a { background-color: #540D01; }
a { background-color: rgb(84,13,1); }
div.DivClassName
{
background-color: #540D01;
}
.BgClassName
{
background-color: #540D01;
}
</style>
border-color css
<style>
span { border-color: #540D01; }
span { border-color: rgb(84,13,1); }
td.TdClassName
{
border-color: #540D01;
}
.TagClassName
{
border-color: #540D01;
}
</style>