Shades of Red Oxide #541D19
Tints of Red Oxide #541D19
RGB
CMYK
RGB Variations
Color information
#541D19 (or 0x541D19) is known color: Red Oxide. HEX triplet: 54, 1D and 19. RGB value is (84,29,25). Sum of RGB (Red+Green+Blue) = 84+29+25=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #541D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D19 is #ABE2E6. Grayscale: #2D2D2D. Windows color (decimal): -11264743 or 1645908. OLE color: 1645908.
HSL color Cylindrical-coordinate representation of color #541D19: hue angle of 4.07º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541D19 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 29 | 25 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.67 |
| HSL | 4.07º | 0.54% | 0.21% | - |
| HSV(B) | 4.07º | 0.7% | 0.33% | - |
| XYZ | 4.27 | 2.83 | 1.24 | - |
| YUV | 44.99 | 116.72 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 29 | 25 | 0 | 0.65 | 0.70 | 0.67 | 4.07 | 0.54 | 0.21 |
| Hex | 54 | 1D | 19 | 0 | 41 | 46 | 43 | 4 | 36 | 15 |
| Octal | 124 | 35 | 31 | 0 | 101 | 106 | 103 | 4 | 66 | 25 |
| Binary | 1010100 | 11101 | 11001 | 0 | 1000001 | 1000110 | 1000011 | 100 | 110110 | 10101 |
Color Harmonies of #541D19
Complementary color
Monochromatic Colors of #541D19
Black with #541D19
Text Example
Text Example
White with #541D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541D19; }
p { color: rgb(84,29,25); }
H1.HeaderClassName
{
color: #541D19;
}
.AnyTagClassName
{
color: #541D19;
}
</style>
background-color css
<style>
a { background-color: #541D19; }
a { background-color: rgb(84,29,25); }
div.DivClassName
{
background-color: #541D19;
}
.BgClassName
{
background-color: #541D19;
}
</style>
border-color css
<style>
span { border-color: #541D19; }
span { border-color: rgb(84,29,25); }
td.TdClassName
{
border-color: #541D19;
}
.TagClassName
{
border-color: #541D19;
}
</style>