Shades of Red Oxide #540F06
Tints of Red Oxide #540F06
RGB
CMYK
RGB Variations
Color information
#540F06 (or 0x540F06) is known color: Red Oxide. HEX triplet: 54, 0F and 06. RGB value is (84,15,6). Sum of RGB (Red+Green+Blue) = 84+15+6=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #540F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F06 is #ABF0F9. Grayscale: #222222. Windows color (decimal): -11268346 or 397140. OLE color: 397140.
HSL color Cylindrical-coordinate representation of color #540F06: hue angle of 6.92º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540F06 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 6 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.67 |
| HSL | 6.92º | 0.87% | 0.18% | - |
| HSV(B) | 6.92º | 0.93% | 0.33% | - |
| XYZ | 3.86 | 2.24 | 0.4 | - |
| YUV | 34.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 6 | 0 | 0.82 | 0.93 | 0.67 | 6.92 | 0.87 | 0.18 |
| Hex | 54 | F | 6 | 0 | 52 | 5D | 43 | 7 | 57 | 12 |
| Octal | 124 | 17 | 6 | 0 | 122 | 135 | 103 | 7 | 127 | 22 |
| Binary | 1010100 | 1111 | 110 | 0 | 1010010 | 1011101 | 1000011 | 111 | 1010111 | 10010 |
Color Harmonies of #540F06
Complementary color
Monochromatic Colors of #540F06
Black with #540F06
Text Example
Text Example
White with #540F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F06; }
p { color: rgb(84,15,6); }
H1.HeaderClassName
{
color: #540F06;
}
.AnyTagClassName
{
color: #540F06;
}
</style>
background-color css
<style>
a { background-color: #540F06; }
a { background-color: rgb(84,15,6); }
div.DivClassName
{
background-color: #540F06;
}
.BgClassName
{
background-color: #540F06;
}
</style>
border-color css
<style>
span { border-color: #540F06; }
span { border-color: rgb(84,15,6); }
td.TdClassName
{
border-color: #540F06;
}
.TagClassName
{
border-color: #540F06;
}
</style>