Shades of Red Oxide #58170D
Tints of Red Oxide #58170D
RGB
CMYK
RGB Variations
Color information
#58170D (or 0x58170D) is known color: Red Oxide. HEX triplet: 58, 17 and 0D. RGB value is (88,23,13). Sum of RGB (Red+Green+Blue) = 88+23+13=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58170D is #A7E8F2. Grayscale: #292929. Windows color (decimal): -11004147 or 857944. OLE color: 857944.
HSL color Cylindrical-coordinate representation of color #58170D: hue angle of 8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58170D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 13 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.65 |
| HSL | 8º | 0.74% | 0.2% | - |
| HSV(B) | 8º | 0.85% | 0.35% | - |
| XYZ | 4.4 | 2.72 | 0.67 | - |
| YUV | 41.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 13 | 0 | 0.74 | 0.85 | 0.65 | 8 | 0.74 | 0.2 |
| Hex | 58 | 17 | D | 0 | 4A | 55 | 41 | 8 | 4A | 14 |
| Octal | 130 | 27 | 15 | 0 | 112 | 125 | 101 | 10 | 112 | 24 |
| Binary | 1011000 | 10111 | 1101 | 0 | 1001010 | 1010101 | 1000001 | 1000 | 1001010 | 10100 |
Color Harmonies of #58170D
Complementary color
Monochromatic Colors of #58170D
Black with #58170D
Text Example
Text Example
White with #58170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58170D; }
p { color: rgb(88,23,13); }
H1.HeaderClassName
{
color: #58170D;
}
.AnyTagClassName
{
color: #58170D;
}
</style>
background-color css
<style>
a { background-color: #58170D; }
a { background-color: rgb(88,23,13); }
div.DivClassName
{
background-color: #58170D;
}
.BgClassName
{
background-color: #58170D;
}
</style>
border-color css
<style>
span { border-color: #58170D; }
span { border-color: rgb(88,23,13); }
td.TdClassName
{
border-color: #58170D;
}
.TagClassName
{
border-color: #58170D;
}
</style>