Shades of Red Oxide #540F04
Tints of Red Oxide #540F04
RGB
CMYK
RGB Variations
Color information
#540F04 (or 0x540F04) is known color: Red Oxide. HEX triplet: 54, 0F and 04. RGB value is (84,15,4). Sum of RGB (Red+Green+Blue) = 84+15+4=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #540F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F04 is #ABF0FB. Grayscale: #222222. Windows color (decimal): -11268348 or 266068. OLE color: 266068.
HSL color Cylindrical-coordinate representation of color #540F04: hue angle of 8.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540F04 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 15 | 4 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.67 |
| HSL | 8.25º | 0.91% | 0.17% | - |
| HSV(B) | 8.25º | 0.95% | 0.33% | - |
| XYZ | 3.85 | 2.24 | 0.34 | - |
| YUV | 34.38 | 110.86 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 4 | 0 | 0.82 | 0.95 | 0.67 | 8.25 | 0.91 | 0.17 |
| Hex | 54 | F | 4 | 0 | 52 | 5F | 43 | 8 | 5B | 11 |
| Octal | 124 | 17 | 4 | 0 | 122 | 137 | 103 | 10 | 133 | 21 |
| Binary | 1010100 | 1111 | 100 | 0 | 1010010 | 1011111 | 1000011 | 1000 | 1011011 | 10001 |
Color Harmonies of #540F04
Complementary color
Monochromatic Colors of #540F04
Black with #540F04
Text Example
Text Example
White with #540F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540F04; }
p { color: rgb(84,15,4); }
H1.HeaderClassName
{
color: #540F04;
}
.AnyTagClassName
{
color: #540F04;
}
</style>
background-color css
<style>
a { background-color: #540F04; }
a { background-color: rgb(84,15,4); }
div.DivClassName
{
background-color: #540F04;
}
.BgClassName
{
background-color: #540F04;
}
</style>
border-color css
<style>
span { border-color: #540F04; }
span { border-color: rgb(84,15,4); }
td.TdClassName
{
border-color: #540F04;
}
.TagClassName
{
border-color: #540F04;
}
</style>