Shades of Red Oxide #54140C
Tints of Red Oxide #54140C
RGB
CMYK
RGB Variations
Color information
#54140C (or 0x54140C) is known color: Red Oxide. HEX triplet: 54, 14 and 0C. RGB value is (84,20,12). Sum of RGB (Red+Green+Blue) = 84+20+12=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #54140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54140C is #ABEBF3. Grayscale: #262626. Windows color (decimal): -11267060 or 791636. OLE color: 791636.
HSL color Cylindrical-coordinate representation of color #54140C: hue angle of 6.67º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54140C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 12 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.67 |
| HSL | 6.67º | 0.75% | 0.19% | - |
| HSV(B) | 6.67º | 0.86% | 0.33% | - |
| XYZ | 3.97 | 2.41 | 0.6 | - |
| YUV | 38.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 12 | 0 | 0.76 | 0.86 | 0.67 | 6.67 | 0.75 | 0.19 |
| Hex | 54 | 14 | C | 0 | 4C | 56 | 43 | 7 | 4B | 13 |
| Octal | 124 | 24 | 14 | 0 | 114 | 126 | 103 | 7 | 113 | 23 |
| Binary | 1010100 | 10100 | 1100 | 0 | 1001100 | 1010110 | 1000011 | 111 | 1001011 | 10011 |
Color Harmonies of #54140C
Complementary color
Monochromatic Colors of #54140C
Black with #54140C
Text Example
Text Example
White with #54140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54140C; }
p { color: rgb(84,20,12); }
H1.HeaderClassName
{
color: #54140C;
}
.AnyTagClassName
{
color: #54140C;
}
</style>
background-color css
<style>
a { background-color: #54140C; }
a { background-color: rgb(84,20,12); }
div.DivClassName
{
background-color: #54140C;
}
.BgClassName
{
background-color: #54140C;
}
</style>
border-color css
<style>
span { border-color: #54140C; }
span { border-color: rgb(84,20,12); }
td.TdClassName
{
border-color: #54140C;
}
.TagClassName
{
border-color: #54140C;
}
</style>