Shades of Red Oxide #541F1A
Tints of Red Oxide #541F1A
RGB
CMYK
RGB Variations
Color information
#541F1A (or 0x541F1A) is known color: Red Oxide. HEX triplet: 54, 1F and 1A. RGB value is (84,31,26). Sum of RGB (Red+Green+Blue) = 84+31+26=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #541F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F1A is #ABE0E5. Grayscale: #2E2E2E. Windows color (decimal): -11264230 or 1711956. OLE color: 1711956.
HSL color Cylindrical-coordinate representation of color #541F1A: hue angle of 5.17º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #541F1A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 26 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.67 |
| HSL | 5.17º | 0.53% | 0.22% | - |
| HSV(B) | 5.17º | 0.69% | 0.33% | - |
| XYZ | 4.33 | 2.94 | 1.32 | - |
| YUV | 46.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 26 | 0 | 0.63 | 0.69 | 0.67 | 5.17 | 0.53 | 0.22 |
| Hex | 54 | 1F | 1A | 0 | 3F | 45 | 43 | 5 | 35 | 16 |
| Octal | 124 | 37 | 32 | 0 | 77 | 105 | 103 | 5 | 65 | 26 |
| Binary | 1010100 | 11111 | 11010 | 0 | 111111 | 1000101 | 1000011 | 101 | 110101 | 10110 |
Color Harmonies of #541F1A
Complementary color
Monochromatic Colors of #541F1A
Black with #541F1A
Text Example
Text Example
White with #541F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F1A; }
p { color: rgb(84,31,26); }
H1.HeaderClassName
{
color: #541F1A;
}
.AnyTagClassName
{
color: #541F1A;
}
</style>
background-color css
<style>
a { background-color: #541F1A; }
a { background-color: rgb(84,31,26); }
div.DivClassName
{
background-color: #541F1A;
}
.BgClassName
{
background-color: #541F1A;
}
</style>
border-color css
<style>
span { border-color: #541F1A; }
span { border-color: rgb(84,31,26); }
td.TdClassName
{
border-color: #541F1A;
}
.TagClassName
{
border-color: #541F1A;
}
</style>