Shades of Red Oxide #540C07
Tints of Red Oxide #540C07
RGB
CMYK
RGB Variations
Color information
#540C07 (or 0x540C07) is known color: Red Oxide. HEX triplet: 54, 0C and 07. RGB value is (84,12,7). Sum of RGB (Red+Green+Blue) = 84+12+7=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #540C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C07 is #ABF3F8. Grayscale: #212121. Windows color (decimal): -11269113 or 461908. OLE color: 461908.
HSL color Cylindrical-coordinate representation of color #540C07: hue angle of 3.9º 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 #540C07 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 7 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.67 |
| HSL | 3.9º | 0.85% | 0.18% | - |
| HSV(B) | 3.9º | 0.92% | 0.33% | - |
| XYZ | 3.83 | 2.16 | 0.42 | - |
| YUV | 32.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 7 | 0 | 0.86 | 0.92 | 0.67 | 3.9 | 0.85 | 0.18 |
| Hex | 54 | C | 7 | 0 | 56 | 5C | 43 | 4 | 55 | 12 |
| Octal | 124 | 14 | 7 | 0 | 126 | 134 | 103 | 4 | 125 | 22 |
| Binary | 1010100 | 1100 | 111 | 0 | 1010110 | 1011100 | 1000011 | 100 | 1010101 | 10010 |
Color Harmonies of #540C07
Complementary color
Monochromatic Colors of #540C07
Black with #540C07
Text Example
Text Example
White with #540C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C07; }
p { color: rgb(84,12,7); }
H1.HeaderClassName
{
color: #540C07;
}
.AnyTagClassName
{
color: #540C07;
}
</style>
background-color css
<style>
a { background-color: #540C07; }
a { background-color: rgb(84,12,7); }
div.DivClassName
{
background-color: #540C07;
}
.BgClassName
{
background-color: #540C07;
}
</style>
border-color css
<style>
span { border-color: #540C07; }
span { border-color: rgb(84,12,7); }
td.TdClassName
{
border-color: #540C07;
}
.TagClassName
{
border-color: #540C07;
}
</style>