Shades of Red Oxide #54201E
Tints of Red Oxide #54201E
RGB
CMYK
RGB Variations
Color information
#54201E (or 0x54201E) is known color: Red Oxide. HEX triplet: 54, 20 and 1E. RGB value is (84,32,30). Sum of RGB (Red+Green+Blue) = 84+32+30=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54201E is #ABDFE1. Grayscale: #2F2F2F. Windows color (decimal): -11263970 or 1974356. OLE color: 1974356.
HSL color Cylindrical-coordinate representation of color #54201E: hue angle of 2.22º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54201E is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 30 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.67 |
| HSL | 2.22º | 0.47% | 0.22% | - |
| HSV(B) | 2.22º | 0.64% | 0.33% | - |
| XYZ | 4.41 | 3.01 | 1.58 | - |
| YUV | 47.32 | 118.23 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 30 | 0 | 0.62 | 0.64 | 0.67 | 2.22 | 0.47 | 0.22 |
| Hex | 54 | 20 | 1E | 0 | 3E | 40 | 43 | 2 | 2F | 16 |
| Octal | 124 | 40 | 36 | 0 | 76 | 100 | 103 | 2 | 57 | 26 |
| Binary | 1010100 | 100000 | 11110 | 0 | 111110 | 1000000 | 1000011 | 10 | 101111 | 10110 |
Color Harmonies of #54201E
Complementary color
Monochromatic Colors of #54201E
Black with #54201E
Text Example
Text Example
White with #54201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54201E; }
p { color: rgb(84,32,30); }
H1.HeaderClassName
{
color: #54201E;
}
.AnyTagClassName
{
color: #54201E;
}
</style>
background-color css
<style>
a { background-color: #54201E; }
a { background-color: rgb(84,32,30); }
div.DivClassName
{
background-color: #54201E;
}
.BgClassName
{
background-color: #54201E;
}
</style>
border-color css
<style>
span { border-color: #54201E; }
span { border-color: rgb(84,32,30); }
td.TdClassName
{
border-color: #54201E;
}
.TagClassName
{
border-color: #54201E;
}
</style>