Shades of Red Oxide #540C09
Tints of Red Oxide #540C09
RGB
CMYK
RGB Variations
Color information
#540C09 (or 0x540C09) is known color: Red Oxide. HEX triplet: 54, 0C and 09. RGB value is (84,12,9). Sum of RGB (Red+Green+Blue) = 84+12+9=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #540C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540C09 is #ABF3F6. Grayscale: #212121. Windows color (decimal): -11269111 or 592980. OLE color: 592980.
HSL color Cylindrical-coordinate representation of color #540C09: hue angle of 2.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540C09 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 12 | 9 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.67 |
| HSL | 2.4º | 0.81% | 0.18% | - |
| HSV(B) | 2.4º | 0.89% | 0.33% | - |
| XYZ | 3.84 | 2.17 | 0.47 | - |
| YUV | 33.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 9 | 0 | 0.86 | 0.89 | 0.67 | 2.4 | 0.81 | 0.18 |
| Hex | 54 | C | 9 | 0 | 56 | 59 | 43 | 2 | 51 | 12 |
| Octal | 124 | 14 | 11 | 0 | 126 | 131 | 103 | 2 | 121 | 22 |
| Binary | 1010100 | 1100 | 1001 | 0 | 1010110 | 1011001 | 1000011 | 10 | 1010001 | 10010 |
Color Harmonies of #540C09
Complementary color
Monochromatic Colors of #540C09
Black with #540C09
Text Example
Text Example
White with #540C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540C09; }
p { color: rgb(84,12,9); }
H1.HeaderClassName
{
color: #540C09;
}
.AnyTagClassName
{
color: #540C09;
}
</style>
background-color css
<style>
a { background-color: #540C09; }
a { background-color: rgb(84,12,9); }
div.DivClassName
{
background-color: #540C09;
}
.BgClassName
{
background-color: #540C09;
}
</style>
border-color css
<style>
span { border-color: #540C09; }
span { border-color: rgb(84,12,9); }
td.TdClassName
{
border-color: #540C09;
}
.TagClassName
{
border-color: #540C09;
}
</style>