Shades of Red Oxide #541B14
Tints of Red Oxide #541B14
RGB
CMYK
RGB Variations
Color information
#541B14 (or 0x541B14) is known color: Red Oxide. HEX triplet: 54, 1B and 14. RGB value is (84,27,20). Sum of RGB (Red+Green+Blue) = 84+27+20=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #541B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B14 is #ABE4EB. Grayscale: #2B2B2B. Windows color (decimal): -11265260 or 1317716. OLE color: 1317716.
HSL color Cylindrical-coordinate representation of color #541B14: hue angle of 6.56º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541B14 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 20 | - |
| CMYK | 0 | 0.68 | 0.76 | 0.67 |
| HSL | 6.56º | 0.62% | 0.2% | - |
| HSV(B) | 6.56º | 0.76% | 0.33% | - |
| XYZ | 4.17 | 2.72 | 0.97 | - |
| YUV | 43.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 20 | 0 | 0.68 | 0.76 | 0.67 | 6.56 | 0.62 | 0.2 |
| Hex | 54 | 1B | 14 | 0 | 44 | 4C | 43 | 7 | 3E | 14 |
| Octal | 124 | 33 | 24 | 0 | 104 | 114 | 103 | 7 | 76 | 24 |
| Binary | 1010100 | 11011 | 10100 | 0 | 1000100 | 1001100 | 1000011 | 111 | 111110 | 10100 |
Color Harmonies of #541B14
Complementary color
Monochromatic Colors of #541B14
Black with #541B14
Text Example
Text Example
White with #541B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B14; }
p { color: rgb(84,27,20); }
H1.HeaderClassName
{
color: #541B14;
}
.AnyTagClassName
{
color: #541B14;
}
</style>
background-color css
<style>
a { background-color: #541B14; }
a { background-color: rgb(84,27,20); }
div.DivClassName
{
background-color: #541B14;
}
.BgClassName
{
background-color: #541B14;
}
</style>
border-color css
<style>
span { border-color: #541B14; }
span { border-color: rgb(84,27,20); }
td.TdClassName
{
border-color: #541B14;
}
.TagClassName
{
border-color: #541B14;
}
</style>