Shades of Red Oxide #580700
Tints of Red Oxide #580700
RGB
CMYK
RGB Variations
Color information
#580700 (or 0x580700) is known color: Red Oxide. HEX triplet: 58, 07 and 00. RGB value is (88,7,0). Sum of RGB (Red+Green+Blue) = 88+7+0=95 (12% of max value = 765). Red value is 88 (34.77% from 255 or 92.63% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 88 - color contains mainly: red. Hex color #580700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580700 is #A7F8FF. Grayscale: #1E1E1E. Windows color (decimal): -11008256 or 1880. OLE color: 1880.
HSL color Cylindrical-coordinate representation of color #580700: hue angle of 4.77º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580700 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 7 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.65 |
| HSL | 4.77º | 1% | 0.17% | - |
| HSV(B) | 4.77º | 1% | 0.35% | - |
| XYZ | 4.1 | 2.23 | 0.21 | - |
| YUV | 30.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 0 | 0 | 0.92 | 1 | 0.65 | 4.77 | 1 | 0.17 |
| Hex | 58 | 7 | 0 | 0 | 5C | 64 | 41 | 5 | 64 | 11 |
| Octal | 130 | 7 | 0 | 0 | 134 | 144 | 101 | 5 | 144 | 21 |
| Binary | 1011000 | 111 | 0 | 0 | 1011100 | 1100100 | 1000001 | 101 | 1100100 | 10001 |
Color Harmonies of #580700
Complementary color
Monochromatic Colors of #580700
Black with #580700
Text Example
Text Example
White with #580700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580700; }
p { color: rgb(88,7,0); }
H1.HeaderClassName
{
color: #580700;
}
.AnyTagClassName
{
color: #580700;
}
</style>
background-color css
<style>
a { background-color: #580700; }
a { background-color: rgb(88,7,0); }
div.DivClassName
{
background-color: #580700;
}
.BgClassName
{
background-color: #580700;
}
</style>
border-color css
<style>
span { border-color: #580700; }
span { border-color: rgb(88,7,0); }
td.TdClassName
{
border-color: #580700;
}
.TagClassName
{
border-color: #580700;
}
</style>