Shades of Red Oxide #541A11
Tints of Red Oxide #541A11
RGB
CMYK
RGB Variations
Color information
#541A11 (or 0x541A11) is known color: Red Oxide. HEX triplet: 54, 1A and 11. RGB value is (84,26,17). Sum of RGB (Red+Green+Blue) = 84+26+17=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A11 is #ABE5EE. Grayscale: #2A2A2A. Windows color (decimal): -11265519 or 1120852. OLE color: 1120852.
HSL color Cylindrical-coordinate representation of color #541A11: hue angle of 8.06º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541A11 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 17 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.67 |
| HSL | 8.06º | 0.66% | 0.2% | - |
| HSV(B) | 8.06º | 0.8% | 0.33% | - |
| XYZ | 4.13 | 2.66 | 0.83 | - |
| YUV | 42.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 17 | 0 | 0.69 | 0.80 | 0.67 | 8.06 | 0.66 | 0.2 |
| Hex | 54 | 1A | 11 | 0 | 45 | 50 | 43 | 8 | 42 | 14 |
| Octal | 124 | 32 | 21 | 0 | 105 | 120 | 103 | 10 | 102 | 24 |
| Binary | 1010100 | 11010 | 10001 | 0 | 1000101 | 1010000 | 1000011 | 1000 | 1000010 | 10100 |
Color Harmonies of #541A11
Complementary color
Monochromatic Colors of #541A11
Black with #541A11
Text Example
Text Example
White with #541A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A11; }
p { color: rgb(84,26,17); }
H1.HeaderClassName
{
color: #541A11;
}
.AnyTagClassName
{
color: #541A11;
}
</style>
background-color css
<style>
a { background-color: #541A11; }
a { background-color: rgb(84,26,17); }
div.DivClassName
{
background-color: #541A11;
}
.BgClassName
{
background-color: #541A11;
}
</style>
border-color css
<style>
span { border-color: #541A11; }
span { border-color: rgb(84,26,17); }
td.TdClassName
{
border-color: #541A11;
}
.TagClassName
{
border-color: #541A11;
}
</style>