Shades of Red Oxide #541E1B
Tints of Red Oxide #541E1B
RGB
CMYK
RGB Variations
Color information
#541E1B (or 0x541E1B) is known color: Red Oxide. HEX triplet: 54, 1E and 1B. RGB value is (84,30,27). Sum of RGB (Red+Green+Blue) = 84+30+27=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #541E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541E1B is #ABE1E4. Grayscale: #2D2D2D. Windows color (decimal): -11264485 or 1777236. OLE color: 1777236.
HSL color Cylindrical-coordinate representation of color #541E1B: hue angle of 3.16º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541E1B is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 30 | 27 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.67 |
| HSL | 3.16º | 0.51% | 0.22% | - |
| HSV(B) | 3.16º | 0.68% | 0.33% | - |
| XYZ | 4.32 | 2.89 | 1.37 | - |
| YUV | 45.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 27 | 0 | 0.64 | 0.68 | 0.67 | 3.16 | 0.51 | 0.22 |
| Hex | 54 | 1E | 1B | 0 | 40 | 44 | 43 | 3 | 33 | 16 |
| Octal | 124 | 36 | 33 | 0 | 100 | 104 | 103 | 3 | 63 | 26 |
| Binary | 1010100 | 11110 | 11011 | 0 | 1000000 | 1000100 | 1000011 | 11 | 110011 | 10110 |
Color Harmonies of #541E1B
Complementary color
Monochromatic Colors of #541E1B
Black with #541E1B
Text Example
Text Example
White with #541E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541E1B; }
p { color: rgb(84,30,27); }
H1.HeaderClassName
{
color: #541E1B;
}
.AnyTagClassName
{
color: #541E1B;
}
</style>
background-color css
<style>
a { background-color: #541E1B; }
a { background-color: rgb(84,30,27); }
div.DivClassName
{
background-color: #541E1B;
}
.BgClassName
{
background-color: #541E1B;
}
</style>
border-color css
<style>
span { border-color: #541E1B; }
span { border-color: rgb(84,30,27); }
td.TdClassName
{
border-color: #541E1B;
}
.TagClassName
{
border-color: #541E1B;
}
</style>