Shades of Red Oxide #541203
Tints of Red Oxide #541203
RGB
CMYK
RGB Variations
Color information
#541203 (or 0x541203) is known color: Red Oxide. HEX triplet: 54, 12 and 03. RGB value is (84,18,3). Sum of RGB (Red+Green+Blue) = 84+18+3=105 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 3 (1.56% from 255 or 2.86% from 105); Max value from RGB is 84 - color contains mainly: red. Hex color #541203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541203 is #ABEDFC. Grayscale: #242424. Windows color (decimal): -11267581 or 201300. OLE color: 201300.
HSL color Cylindrical-coordinate representation of color #541203: hue angle of 11.11º 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 #541203 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 18 | 3 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.67 |
| HSL | 11.11º | 0.93% | 0.17% | - |
| HSV(B) | 11.11º | 0.96% | 0.33% | - |
| XYZ | 3.89 | 2.32 | 0.33 | - |
| YUV | 36.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 18 | 3 | 0 | 0.79 | 0.96 | 0.67 | 11.11 | 0.93 | 0.17 |
| Hex | 54 | 12 | 3 | 0 | 4F | 60 | 43 | B | 5D | 11 |
| Octal | 124 | 22 | 3 | 0 | 117 | 140 | 103 | 13 | 135 | 21 |
| Binary | 1010100 | 10010 | 11 | 0 | 1001111 | 1100000 | 1000011 | 1011 | 1011101 | 10001 |
Color Harmonies of #541203
Complementary color
Monochromatic Colors of #541203
Black with #541203
Text Example
Text Example
White with #541203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541203; }
p { color: rgb(84,18,3); }
H1.HeaderClassName
{
color: #541203;
}
.AnyTagClassName
{
color: #541203;
}
</style>
background-color css
<style>
a { background-color: #541203; }
a { background-color: rgb(84,18,3); }
div.DivClassName
{
background-color: #541203;
}
.BgClassName
{
background-color: #541203;
}
</style>
border-color css
<style>
span { border-color: #541203; }
span { border-color: rgb(84,18,3); }
td.TdClassName
{
border-color: #541203;
}
.TagClassName
{
border-color: #541203;
}
</style>