Shades of Red Oxide #57130D
Tints of Red Oxide #57130D
RGB
CMYK
RGB Variations
Color information
#57130D (or 0x57130D) is known color: Red Oxide. HEX triplet: 57, 13 and 0D. RGB value is (87,19,13). Sum of RGB (Red+Green+Blue) = 87+19+13=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #57130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57130D is #A8ECF2. Grayscale: #262626. Windows color (decimal): -11070707 or 856919. OLE color: 856919.
HSL color Cylindrical-coordinate representation of color #57130D: hue angle of 4.86º 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 #57130D is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 19 | 13 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.66 |
| HSL | 4.86º | 0.74% | 0.2% | - |
| HSV(B) | 4.86º | 0.85% | 0.34% | - |
| XYZ | 4.24 | 2.52 | 0.64 | - |
| YUV | 38.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 19 | 13 | 0 | 0.78 | 0.85 | 0.66 | 4.86 | 0.74 | 0.2 |
| Hex | 57 | 13 | D | 0 | 4E | 55 | 42 | 5 | 4A | 14 |
| Octal | 127 | 23 | 15 | 0 | 116 | 125 | 102 | 5 | 112 | 24 |
| Binary | 1010111 | 10011 | 1101 | 0 | 1001110 | 1010101 | 1000010 | 101 | 1001010 | 10100 |
Color Harmonies of #57130D
Complementary color
Monochromatic Colors of #57130D
Black with #57130D
Text Example
Text Example
White with #57130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57130D; }
p { color: rgb(87,19,13); }
H1.HeaderClassName
{
color: #57130D;
}
.AnyTagClassName
{
color: #57130D;
}
</style>
background-color css
<style>
a { background-color: #57130D; }
a { background-color: rgb(87,19,13); }
div.DivClassName
{
background-color: #57130D;
}
.BgClassName
{
background-color: #57130D;
}
</style>
border-color css
<style>
span { border-color: #57130D; }
span { border-color: rgb(87,19,13); }
td.TdClassName
{
border-color: #57130D;
}
.TagClassName
{
border-color: #57130D;
}
</style>