Shades of Red Oxide #541B1B
Tints of Red Oxide #541B1B
RGB
CMYK
RGB Variations
Color information
#541B1B (or 0x541B1B) is known color: Red Oxide. HEX triplet: 54, 1B and 1B. RGB value is (84,27,27). Sum of RGB (Red+Green+Blue) = 84+27+27=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #541B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B1B is #ABE4E4. Grayscale: #2C2C2C. Windows color (decimal): -11265253 or 1776468. OLE color: 1776468.
HSL color Cylindrical-coordinate representation of color #541B1B: hue angle of 0º 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 #541B1B is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 27 | 27 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.67 |
| HSL | 0º | 0.51% | 0.22% | - |
| HSV(B) | 0º | 0.68% | 0.33% | - |
| XYZ | 4.25 | 2.75 | 1.34 | - |
| YUV | 44.04 | 118.38 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 27 | 0 | 0.68 | 0.68 | 0.67 | 0 | 0.51 | 0.22 |
| Hex | 54 | 1B | 1B | 0 | 44 | 44 | 43 | 0 | 33 | 16 |
| Octal | 124 | 33 | 33 | 0 | 104 | 104 | 103 | 0 | 63 | 26 |
| Binary | 1010100 | 11011 | 11011 | 0 | 1000100 | 1000100 | 1000011 | 0 | 110011 | 10110 |
Color Harmonies of #541B1B
Complementary color
Monochromatic Colors of #541B1B
Black with #541B1B
Text Example
Text Example
White with #541B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541B1B; }
p { color: rgb(84,27,27); }
H1.HeaderClassName
{
color: #541B1B;
}
.AnyTagClassName
{
color: #541B1B;
}
</style>
background-color css
<style>
a { background-color: #541B1B; }
a { background-color: rgb(84,27,27); }
div.DivClassName
{
background-color: #541B1B;
}
.BgClassName
{
background-color: #541B1B;
}
</style>
border-color css
<style>
span { border-color: #541B1B; }
span { border-color: rgb(84,27,27); }
td.TdClassName
{
border-color: #541B1B;
}
.TagClassName
{
border-color: #541B1B;
}
</style>