Shades of Red Oxide #57140D
Tints of Red Oxide #57140D
RGB
CMYK
RGB Variations
Color information
#57140D (or 0x57140D) is known color: Red Oxide. HEX triplet: 57, 14 and 0D. RGB value is (87,20,13). Sum of RGB (Red+Green+Blue) = 87+20+13=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57140D is #A8EBF2. Grayscale: #272727. Windows color (decimal): -11070451 or 857175. OLE color: 857175.
HSL color Cylindrical-coordinate representation of color #57140D: hue angle of 5.68º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57140D is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 20 | 13 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.66 |
| HSL | 5.68º | 0.74% | 0.2% | - |
| HSV(B) | 5.68º | 0.85% | 0.34% | - |
| XYZ | 4.25 | 2.56 | 0.65 | - |
| YUV | 39.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 13 | 0 | 0.77 | 0.85 | 0.66 | 5.68 | 0.74 | 0.2 |
| Hex | 57 | 14 | D | 0 | 4D | 55 | 42 | 6 | 4A | 14 |
| Octal | 127 | 24 | 15 | 0 | 115 | 125 | 102 | 6 | 112 | 24 |
| Binary | 1010111 | 10100 | 1101 | 0 | 1001101 | 1010101 | 1000010 | 110 | 1001010 | 10100 |
Color Harmonies of #57140D
Complementary color
Monochromatic Colors of #57140D
Black with #57140D
Text Example
Text Example
White with #57140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57140D; }
p { color: rgb(87,20,13); }
H1.HeaderClassName
{
color: #57140D;
}
.AnyTagClassName
{
color: #57140D;
}
</style>
background-color css
<style>
a { background-color: #57140D; }
a { background-color: rgb(87,20,13); }
div.DivClassName
{
background-color: #57140D;
}
.BgClassName
{
background-color: #57140D;
}
</style>
border-color css
<style>
span { border-color: #57140D; }
span { border-color: rgb(87,20,13); }
td.TdClassName
{
border-color: #57140D;
}
.TagClassName
{
border-color: #57140D;
}
</style>