Shades of Red Oxide #541A13
Tints of Red Oxide #541A13
RGB
CMYK
RGB Variations
Color information
#541A13 (or 0x541A13) is known color: Red Oxide. HEX triplet: 54, 1A and 13. RGB value is (84,26,19). Sum of RGB (Red+Green+Blue) = 84+26+19=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A13 is #ABE5EC. Grayscale: #2A2A2A. Windows color (decimal): -11265517 or 1251924. OLE color: 1251924.
HSL color Cylindrical-coordinate representation of color #541A13: hue angle of 6.46º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541A13 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 19 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.67 |
| HSL | 6.46º | 0.63% | 0.2% | - |
| HSV(B) | 6.46º | 0.77% | 0.33% | - |
| XYZ | 4.14 | 2.67 | 0.91 | - |
| YUV | 42.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 19 | 0 | 0.69 | 0.77 | 0.67 | 6.46 | 0.63 | 0.2 |
| Hex | 54 | 1A | 13 | 0 | 45 | 4D | 43 | 6 | 3F | 14 |
| Octal | 124 | 32 | 23 | 0 | 105 | 115 | 103 | 6 | 77 | 24 |
| Binary | 1010100 | 11010 | 10011 | 0 | 1000101 | 1001101 | 1000011 | 110 | 111111 | 10100 |
Color Harmonies of #541A13
Complementary color
Monochromatic Colors of #541A13
Black with #541A13
Text Example
Text Example
White with #541A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A13; }
p { color: rgb(84,26,19); }
H1.HeaderClassName
{
color: #541A13;
}
.AnyTagClassName
{
color: #541A13;
}
</style>
background-color css
<style>
a { background-color: #541A13; }
a { background-color: rgb(84,26,19); }
div.DivClassName
{
background-color: #541A13;
}
.BgClassName
{
background-color: #541A13;
}
</style>
border-color css
<style>
span { border-color: #541A13; }
span { border-color: rgb(84,26,19); }
td.TdClassName
{
border-color: #541A13;
}
.TagClassName
{
border-color: #541A13;
}
</style>