Shades of Red Oxide #540F07
Tints of Red Oxide #540F07
RGB
CMYK
RGB Variations
Color information
#540F07 (or 0x540F07) is known color: Red Oxide. HEX triplet: 54, 0F and 07. RGB value is (84,15,7). Sum of RGB (Red+Green+Blue) = 84+15+7=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #540F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F07 is #ABF0F8. Grayscale: #222222. Windows color (decimal): -11268345 or 462676. OLE color: 462676.
HSL color Cylindrical-coordinate representation of color #540F07: hue angle of 6.23º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540F07 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 7 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.67 |
| HSL | 6.23º | 0.85% | 0.18% | - |
| HSV(B) | 6.23º | 0.92% | 0.33% | - |
| XYZ | 3.87 | 2.24 | 0.43 | - |
| YUV | 34.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 7 | 0 | 0.82 | 0.92 | 0.67 | 6.23 | 0.85 | 0.18 |
| Hex | 54 | F | 7 | 0 | 52 | 5C | 43 | 6 | 55 | 12 |
| Octal | 124 | 17 | 7 | 0 | 122 | 134 | 103 | 6 | 125 | 22 |
| Binary | 1010100 | 1111 | 111 | 0 | 1010010 | 1011100 | 1000011 | 110 | 1010101 | 10010 |
Color Harmonies of #540F07
Complementary color
Monochromatic Colors of #540F07
Black with #540F07
Text Example
Text Example
White with #540F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F07; }
p { color: rgb(84,15,7); }
H1.HeaderClassName
{
color: #540F07;
}
.AnyTagClassName
{
color: #540F07;
}
</style>
background-color css
<style>
a { background-color: #540F07; }
a { background-color: rgb(84,15,7); }
div.DivClassName
{
background-color: #540F07;
}
.BgClassName
{
background-color: #540F07;
}
</style>
border-color css
<style>
span { border-color: #540F07; }
span { border-color: rgb(84,15,7); }
td.TdClassName
{
border-color: #540F07;
}
.TagClassName
{
border-color: #540F07;
}
</style>