Shades of Red Oxide #540600
Tints of Red Oxide #540600
RGB
CMYK
RGB Variations
Color information
#540600 (or 0x540600) is known color: Red Oxide. HEX triplet: 54, 06 and 00. RGB value is (84,6,0). Sum of RGB (Red+Green+Blue) = 84+6+0=90 (11% of max value = 765). Red value is 84 (33.20% from 255 or 93.33% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 84 - color contains mainly: red. Hex color #540600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540600 is #ABF9FF. Grayscale: #1C1C1C. Windows color (decimal): -11270656 or 1620. OLE color: 1620.
HSL color Cylindrical-coordinate representation of color #540600: hue angle of 4.29º 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 #540600 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 6 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.67 |
| HSL | 4.29º | 1% | 0.16% | - |
| HSV(B) | 4.29º | 1% | 0.33% | - |
| XYZ | 3.72 | 2.02 | 0.19 | - |
| YUV | 28.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 6 | 0 | 0 | 0.93 | 1 | 0.67 | 4.29 | 1 | 0.16 |
| Hex | 54 | 6 | 0 | 0 | 5D | 64 | 43 | 4 | 64 | 10 |
| Octal | 124 | 6 | 0 | 0 | 135 | 144 | 103 | 4 | 144 | 20 |
| Binary | 1010100 | 110 | 0 | 0 | 1011101 | 1100100 | 1000011 | 100 | 1100100 | 10000 |
Color Harmonies of #540600
Complementary color
Monochromatic Colors of #540600
Black with #540600
Text Example
Text Example
White with #540600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540600; }
p { color: rgb(84,6,0); }
H1.HeaderClassName
{
color: #540600;
}
.AnyTagClassName
{
color: #540600;
}
</style>
background-color css
<style>
a { background-color: #540600; }
a { background-color: rgb(84,6,0); }
div.DivClassName
{
background-color: #540600;
}
.BgClassName
{
background-color: #540600;
}
</style>
border-color css
<style>
span { border-color: #540600; }
span { border-color: rgb(84,6,0); }
td.TdClassName
{
border-color: #540600;
}
.TagClassName
{
border-color: #540600;
}
</style>