Shades of Red Oxide #540F09
Tints of Red Oxide #540F09
RGB
CMYK
RGB Variations
Color information
#540F09 (or 0x540F09) is known color: Red Oxide. HEX triplet: 54, 0F and 09. RGB value is (84,15,9). Sum of RGB (Red+Green+Blue) = 84+15+9=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #540F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F09 is #ABF0F6. Grayscale: #232323. Windows color (decimal): -11268343 or 593748. OLE color: 593748.
HSL color Cylindrical-coordinate representation of color #540F09: hue angle of 4.8º 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 #540F09 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 9 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.67 |
| HSL | 4.8º | 0.81% | 0.18% | - |
| HSV(B) | 4.8º | 0.89% | 0.33% | - |
| XYZ | 3.88 | 2.25 | 0.49 | - |
| YUV | 34.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 9 | 0 | 0.82 | 0.89 | 0.67 | 4.8 | 0.81 | 0.18 |
| Hex | 54 | F | 9 | 0 | 52 | 59 | 43 | 5 | 51 | 12 |
| Octal | 124 | 17 | 11 | 0 | 122 | 131 | 103 | 5 | 121 | 22 |
| Binary | 1010100 | 1111 | 1001 | 0 | 1010010 | 1011001 | 1000011 | 101 | 1010001 | 10010 |
Color Harmonies of #540F09
Complementary color
Monochromatic Colors of #540F09
Black with #540F09
Text Example
Text Example
White with #540F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F09; }
p { color: rgb(84,15,9); }
H1.HeaderClassName
{
color: #540F09;
}
.AnyTagClassName
{
color: #540F09;
}
</style>
background-color css
<style>
a { background-color: #540F09; }
a { background-color: rgb(84,15,9); }
div.DivClassName
{
background-color: #540F09;
}
.BgClassName
{
background-color: #540F09;
}
</style>
border-color css
<style>
span { border-color: #540F09; }
span { border-color: rgb(84,15,9); }
td.TdClassName
{
border-color: #540F09;
}
.TagClassName
{
border-color: #540F09;
}
</style>