Shades of Red Oxide #541204
Tints of Red Oxide #541204
RGB
CMYK
RGB Variations
Color information
#541204 (or 0x541204) is known color: Red Oxide. HEX triplet: 54, 12 and 04. RGB value is (84,18,4). Sum of RGB (Red+Green+Blue) = 84+18+4=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #541204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541204 is #ABEDFB. Grayscale: #242424. Windows color (decimal): -11267580 or 266836. OLE color: 266836.
HSL color Cylindrical-coordinate representation of color #541204: hue angle of 10.5º 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 #541204 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 4 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.67 |
| HSL | 10.5º | 0.91% | 0.17% | - |
| HSV(B) | 10.5º | 0.95% | 0.33% | - |
| XYZ | 3.89 | 2.33 | 0.36 | - |
| YUV | 36.14 | 109.87 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 4 | 0 | 0.79 | 0.95 | 0.67 | 10.5 | 0.91 | 0.17 |
| Hex | 54 | 12 | 4 | 0 | 4F | 5F | 43 | A | 5B | 11 |
| Octal | 124 | 22 | 4 | 0 | 117 | 137 | 103 | 12 | 133 | 21 |
| Binary | 1010100 | 10010 | 100 | 0 | 1001111 | 1011111 | 1000011 | 1010 | 1011011 | 10001 |
Color Harmonies of #541204
Complementary color
Monochromatic Colors of #541204
Black with #541204
Text Example
Text Example
White with #541204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541204; }
p { color: rgb(84,18,4); }
H1.HeaderClassName
{
color: #541204;
}
.AnyTagClassName
{
color: #541204;
}
</style>
background-color css
<style>
a { background-color: #541204; }
a { background-color: rgb(84,18,4); }
div.DivClassName
{
background-color: #541204;
}
.BgClassName
{
background-color: #541204;
}
</style>
border-color css
<style>
span { border-color: #541204; }
span { border-color: rgb(84,18,4); }
td.TdClassName
{
border-color: #541204;
}
.TagClassName
{
border-color: #541204;
}
</style>