Shades of Red Oxide #541111
Tints of Red Oxide #541111
RGB
CMYK
RGB Variations
Color information
#541111 (or 0x541111) is known color: Red Oxide. HEX triplet: 54, 11 and 11. RGB value is (84,17,17). Sum of RGB (Red+Green+Blue) = 84+17+17=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #541111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541111 is #ABEEEE. Grayscale: #252525. Windows color (decimal): -11267823 or 1118548. OLE color: 1118548.
HSL color Cylindrical-coordinate representation of color #541111: hue angle of 0º 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 #541111 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 17 | 17 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.67 |
| HSL | 0º | 0.66% | 0.2% | - |
| HSV(B) | 0º | 0.8% | 0.33% | - |
| XYZ | 3.96 | 2.33 | 0.77 | - |
| YUV | 37.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 17 | 17 | 0 | 0.80 | 0.80 | 0.67 | 0 | 0.66 | 0.2 |
| Hex | 54 | 11 | 11 | 0 | 50 | 50 | 43 | 0 | 42 | 14 |
| Octal | 124 | 21 | 21 | 0 | 120 | 120 | 103 | 0 | 102 | 24 |
| Binary | 1010100 | 10001 | 10001 | 0 | 1010000 | 1010000 | 1000011 | 0 | 1000010 | 10100 |
Color Harmonies of #541111
Complementary color
Monochromatic Colors of #541111
Black with #541111
Text Example
Text Example
White with #541111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541111; }
p { color: rgb(84,17,17); }
H1.HeaderClassName
{
color: #541111;
}
.AnyTagClassName
{
color: #541111;
}
</style>
background-color css
<style>
a { background-color: #541111; }
a { background-color: rgb(84,17,17); }
div.DivClassName
{
background-color: #541111;
}
.BgClassName
{
background-color: #541111;
}
</style>
border-color css
<style>
span { border-color: #541111; }
span { border-color: rgb(84,17,17); }
td.TdClassName
{
border-color: #541111;
}
.TagClassName
{
border-color: #541111;
}
</style>