Shades of Red Oxide #54170E
Tints of Red Oxide #54170E
RGB
CMYK
RGB Variations
Color information
#54170E (or 0x54170E) is known color: Red Oxide. HEX triplet: 54, 17 and 0E. RGB value is (84,23,14). Sum of RGB (Red+Green+Blue) = 84+23+14=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 14 (5.86% from 255 or 11.57% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #54170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54170E is #ABE8F1. Grayscale: #282828. Windows color (decimal): -11266290 or 923476. OLE color: 923476.
HSL color Cylindrical-coordinate representation of color #54170E: hue angle of 7.71º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54170E is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 23 | 14 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.67 |
| HSL | 7.71º | 0.71% | 0.19% | - |
| HSV(B) | 7.71º | 0.83% | 0.33% | - |
| XYZ | 4.04 | 2.53 | 0.69 | - |
| YUV | 40.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 23 | 14 | 0 | 0.73 | 0.83 | 0.67 | 7.71 | 0.71 | 0.19 |
| Hex | 54 | 17 | E | 0 | 49 | 53 | 43 | 8 | 47 | 13 |
| Octal | 124 | 27 | 16 | 0 | 111 | 123 | 103 | 10 | 107 | 23 |
| Binary | 1010100 | 10111 | 1110 | 0 | 1001001 | 1010011 | 1000011 | 1000 | 1000111 | 10011 |
Color Harmonies of #54170E
Complementary color
Monochromatic Colors of #54170E
Black with #54170E
Text Example
Text Example
White with #54170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54170E; }
p { color: rgb(84,23,14); }
H1.HeaderClassName
{
color: #54170E;
}
.AnyTagClassName
{
color: #54170E;
}
</style>
background-color css
<style>
a { background-color: #54170E; }
a { background-color: rgb(84,23,14); }
div.DivClassName
{
background-color: #54170E;
}
.BgClassName
{
background-color: #54170E;
}
</style>
border-color css
<style>
span { border-color: #54170E; }
span { border-color: rgb(84,23,14); }
td.TdClassName
{
border-color: #54170E;
}
.TagClassName
{
border-color: #54170E;
}
</style>