Shades of Red Oxide #541D1B
Tints of Red Oxide #541D1B
RGB
CMYK
RGB Variations
Color information
#541D1B (or 0x541D1B) is known color: Red Oxide. HEX triplet: 54, 1D and 1B. RGB value is (84,29,27). Sum of RGB (Red+Green+Blue) = 84+29+27=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #541D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541D1B is #ABE2E4. Grayscale: #2D2D2D. Windows color (decimal): -11264741 or 1776980. OLE color: 1776980.
HSL color Cylindrical-coordinate representation of color #541D1B: hue angle of 2.11º 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 #541D1B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 27 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.67 |
| HSL | 2.11º | 0.51% | 0.22% | - |
| HSV(B) | 2.11º | 0.68% | 0.33% | - |
| XYZ | 4.29 | 2.84 | 1.36 | - |
| YUV | 45.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 27 | 0 | 0.65 | 0.68 | 0.67 | 2.11 | 0.51 | 0.22 |
| Hex | 54 | 1D | 1B | 0 | 41 | 44 | 43 | 2 | 33 | 16 |
| Octal | 124 | 35 | 33 | 0 | 101 | 104 | 103 | 2 | 63 | 26 |
| Binary | 1010100 | 11101 | 11011 | 0 | 1000001 | 1000100 | 1000011 | 10 | 110011 | 10110 |
Color Harmonies of #541D1B
Complementary color
Monochromatic Colors of #541D1B
Black with #541D1B
Text Example
Text Example
White with #541D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D1B; }
p { color: rgb(84,29,27); }
H1.HeaderClassName
{
color: #541D1B;
}
.AnyTagClassName
{
color: #541D1B;
}
</style>
background-color css
<style>
a { background-color: #541D1B; }
a { background-color: rgb(84,29,27); }
div.DivClassName
{
background-color: #541D1B;
}
.BgClassName
{
background-color: #541D1B;
}
</style>
border-color css
<style>
span { border-color: #541D1B; }
span { border-color: rgb(84,29,27); }
td.TdClassName
{
border-color: #541D1B;
}
.TagClassName
{
border-color: #541D1B;
}
</style>