Shades of Red Oxide #541B13
Tints of Red Oxide #541B13
RGB
CMYK
RGB Variations
Color information
#541B13 (or 0x541B13) is known color: Red Oxide. HEX triplet: 54, 1B and 13. RGB value is (84,27,19). Sum of RGB (Red+Green+Blue) = 84+27+19=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #541B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B13 is #ABE4EC. Grayscale: #2B2B2B. Windows color (decimal): -11265261 or 1252180. OLE color: 1252180.
HSL color Cylindrical-coordinate representation of color #541B13: hue angle of 7.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #541B13 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 19 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.67 |
| HSL | 7.38º | 0.63% | 0.2% | - |
| HSV(B) | 7.38º | 0.77% | 0.33% | - |
| XYZ | 4.17 | 2.72 | 0.92 | - |
| YUV | 43.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 19 | 0 | 0.68 | 0.77 | 0.67 | 7.38 | 0.63 | 0.2 |
| Hex | 54 | 1B | 13 | 0 | 44 | 4D | 43 | 7 | 3F | 14 |
| Octal | 124 | 33 | 23 | 0 | 104 | 115 | 103 | 7 | 77 | 24 |
| Binary | 1010100 | 11011 | 10011 | 0 | 1000100 | 1001101 | 1000011 | 111 | 111111 | 10100 |
Color Harmonies of #541B13
Complementary color
Monochromatic Colors of #541B13
Black with #541B13
Text Example
Text Example
White with #541B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B13; }
p { color: rgb(84,27,19); }
H1.HeaderClassName
{
color: #541B13;
}
.AnyTagClassName
{
color: #541B13;
}
</style>
background-color css
<style>
a { background-color: #541B13; }
a { background-color: rgb(84,27,19); }
div.DivClassName
{
background-color: #541B13;
}
.BgClassName
{
background-color: #541B13;
}
</style>
border-color css
<style>
span { border-color: #541B13; }
span { border-color: rgb(84,27,19); }
td.TdClassName
{
border-color: #541B13;
}
.TagClassName
{
border-color: #541B13;
}
</style>