Shades of Red Oxide #541303
Tints of Red Oxide #541303
RGB
CMYK
RGB Variations
Color information
#541303 (or 0x541303) is known color: Red Oxide. HEX triplet: 54, 13 and 03. RGB value is (84,19,3). Sum of RGB (Red+Green+Blue) = 84+19+3=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 3 (1.56% from 255 or 2.83% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #541303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541303 is #ABECFC. Grayscale: #242424. Windows color (decimal): -11267325 or 201556. OLE color: 201556.
HSL color Cylindrical-coordinate representation of color #541303: hue angle of 11.85º 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 #541303 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 19 | 3 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.67 |
| HSL | 11.85º | 0.93% | 0.17% | - |
| HSV(B) | 11.85º | 0.96% | 0.33% | - |
| XYZ | 3.91 | 2.36 | 0.34 | - |
| YUV | 36.61 | 109.03 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 19 | 3 | 0 | 0.77 | 0.96 | 0.67 | 11.85 | 0.93 | 0.17 |
| Hex | 54 | 13 | 3 | 0 | 4D | 60 | 43 | C | 5D | 11 |
| Octal | 124 | 23 | 3 | 0 | 115 | 140 | 103 | 14 | 135 | 21 |
| Binary | 1010100 | 10011 | 11 | 0 | 1001101 | 1100000 | 1000011 | 1100 | 1011101 | 10001 |
Color Harmonies of #541303
Complementary color
Monochromatic Colors of #541303
Black with #541303
Text Example
Text Example
White with #541303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541303; }
p { color: rgb(84,19,3); }
H1.HeaderClassName
{
color: #541303;
}
.AnyTagClassName
{
color: #541303;
}
</style>
background-color css
<style>
a { background-color: #541303; }
a { background-color: rgb(84,19,3); }
div.DivClassName
{
background-color: #541303;
}
.BgClassName
{
background-color: #541303;
}
</style>
border-color css
<style>
span { border-color: #541303; }
span { border-color: rgb(84,19,3); }
td.TdClassName
{
border-color: #541303;
}
.TagClassName
{
border-color: #541303;
}
</style>