Shades of Red Oxide #580600
Tints of Red Oxide #580600
RGB
CMYK
RGB Variations
Color information
#580600 (or 0x580600) is known color: Red Oxide. HEX triplet: 58, 06 and 00. RGB value is (88,6,0). Sum of RGB (Red+Green+Blue) = 88+6+0=94 (12% of max value = 765). Red value is 88 (34.77% from 255 or 93.62% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 88 - color contains mainly: red. Hex color #580600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580600 is #A7F9FF. Grayscale: #1D1D1D. Windows color (decimal): -11008512 or 1624. OLE color: 1624.
HSL color Cylindrical-coordinate representation of color #580600: hue angle of 4.09º 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 #580600 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 6 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.65 |
| HSL | 4.09º | 1% | 0.17% | - |
| HSV(B) | 4.09º | 1% | 0.35% | - |
| XYZ | 4.09 | 2.2 | 0.21 | - |
| YUV | 29.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 0 | 0 | 0.93 | 1 | 0.65 | 4.09 | 1 | 0.17 |
| Hex | 58 | 6 | 0 | 0 | 5D | 64 | 41 | 4 | 64 | 11 |
| Octal | 130 | 6 | 0 | 0 | 135 | 144 | 101 | 4 | 144 | 21 |
| Binary | 1011000 | 110 | 0 | 0 | 1011101 | 1100100 | 1000001 | 100 | 1100100 | 10001 |
Color Harmonies of #580600
Complementary color
Monochromatic Colors of #580600
Black with #580600
Text Example
Text Example
White with #580600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580600; }
p { color: rgb(88,6,0); }
H1.HeaderClassName
{
color: #580600;
}
.AnyTagClassName
{
color: #580600;
}
</style>
background-color css
<style>
a { background-color: #580600; }
a { background-color: rgb(88,6,0); }
div.DivClassName
{
background-color: #580600;
}
.BgClassName
{
background-color: #580600;
}
</style>
border-color css
<style>
span { border-color: #580600; }
span { border-color: rgb(88,6,0); }
td.TdClassName
{
border-color: #580600;
}
.TagClassName
{
border-color: #580600;
}
</style>