Shades of Red Oxide #541003
Tints of Red Oxide #541003
RGB
CMYK
RGB Variations
Color information
#541003 (or 0x541003) is known color: Red Oxide. HEX triplet: 54, 10 and 03. RGB value is (84,16,3). Sum of RGB (Red+Green+Blue) = 84+16+3=103 (13% of max value = 765). Red value is 84 (33.20% from 255 or 81.55% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 84 - color contains mainly: red. Hex color #541003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541003 is #ABEFFC. Grayscale: #222222. Windows color (decimal): -11268093 or 200788. OLE color: 200788.
HSL color Cylindrical-coordinate representation of color #541003: hue angle of 9.63º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #541003 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 16 | 3 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.67 |
| HSL | 9.63º | 0.93% | 0.17% | - |
| HSV(B) | 9.63º | 0.96% | 0.33% | - |
| XYZ | 3.86 | 2.26 | 0.32 | - |
| YUV | 34.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 16 | 3 | 0 | 0.81 | 0.96 | 0.67 | 9.63 | 0.93 | 0.17 |
| Hex | 54 | 10 | 3 | 0 | 51 | 60 | 43 | A | 5D | 11 |
| Octal | 124 | 20 | 3 | 0 | 121 | 140 | 103 | 12 | 135 | 21 |
| Binary | 1010100 | 10000 | 11 | 0 | 1010001 | 1100000 | 1000011 | 1010 | 1011101 | 10001 |
Color Harmonies of #541003
Complementary color
Monochromatic Colors of #541003
Black with #541003
Text Example
Text Example
White with #541003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541003; }
p { color: rgb(84,16,3); }
H1.HeaderClassName
{
color: #541003;
}
.AnyTagClassName
{
color: #541003;
}
</style>
background-color css
<style>
a { background-color: #541003; }
a { background-color: rgb(84,16,3); }
div.DivClassName
{
background-color: #541003;
}
.BgClassName
{
background-color: #541003;
}
</style>
border-color css
<style>
span { border-color: #541003; }
span { border-color: rgb(84,16,3); }
td.TdClassName
{
border-color: #541003;
}
.TagClassName
{
border-color: #541003;
}
</style>