Shades of Red Oxide #541C19
Tints of Red Oxide #541C19
RGB
CMYK
RGB Variations
Color information
#541C19 (or 0x541C19) is known color: Red Oxide. HEX triplet: 54, 1C and 19. RGB value is (84,28,25). Sum of RGB (Red+Green+Blue) = 84+28+25=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541C19 is #ABE3E6. Grayscale: #2C2C2C. Windows color (decimal): -11264999 or 1645652. OLE color: 1645652.
HSL color Cylindrical-coordinate representation of color #541C19: hue angle of 3.05º 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 #541C19 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 28 | 25 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.67 |
| HSL | 3.05º | 0.54% | 0.21% | - |
| HSV(B) | 3.05º | 0.7% | 0.33% | - |
| XYZ | 4.25 | 2.79 | 1.23 | - |
| YUV | 44.4 | 117.05 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 25 | 0 | 0.67 | 0.70 | 0.67 | 3.05 | 0.54 | 0.21 |
| Hex | 54 | 1C | 19 | 0 | 43 | 46 | 43 | 3 | 36 | 15 |
| Octal | 124 | 34 | 31 | 0 | 103 | 106 | 103 | 3 | 66 | 25 |
| Binary | 1010100 | 11100 | 11001 | 0 | 1000011 | 1000110 | 1000011 | 11 | 110110 | 10101 |
Color Harmonies of #541C19
Complementary color
Monochromatic Colors of #541C19
Black with #541C19
Text Example
Text Example
White with #541C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541C19; }
p { color: rgb(84,28,25); }
H1.HeaderClassName
{
color: #541C19;
}
.AnyTagClassName
{
color: #541C19;
}
</style>
background-color css
<style>
a { background-color: #541C19; }
a { background-color: rgb(84,28,25); }
div.DivClassName
{
background-color: #541C19;
}
.BgClassName
{
background-color: #541C19;
}
</style>
border-color css
<style>
span { border-color: #541C19; }
span { border-color: rgb(84,28,25); }
td.TdClassName
{
border-color: #541C19;
}
.TagClassName
{
border-color: #541C19;
}
</style>