Shades of Red Oxide #581600
Tints of Red Oxide #581600
RGB
CMYK
RGB Variations
Color information
#581600 (or 0x581600) is known color: Red Oxide. HEX triplet: 58, 16 and 00. RGB value is (88,22,0). Sum of RGB (Red+Green+Blue) = 88+22+0=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #581600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581600 is #A7E9FF. Grayscale: #272727. Windows color (decimal): -11004416 or 5720. OLE color: 5720.
HSL color Cylindrical-coordinate representation of color #581600: hue angle of 15º 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 #581600 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.65 |
| HSL | 15º | 1% | 0.17% | - |
| HSV(B) | 15º | 1% | 0.35% | - |
| XYZ | 4.31 | 2.65 | 0.28 | - |
| YUV | 39.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 0 | 0 | 0.75 | 1 | 0.65 | 15 | 1 | 0.17 |
| Hex | 58 | 16 | 0 | 0 | 4B | 64 | 41 | F | 64 | 11 |
| Octal | 130 | 26 | 0 | 0 | 113 | 144 | 101 | 17 | 144 | 21 |
| Binary | 1011000 | 10110 | 0 | 0 | 1001011 | 1100100 | 1000001 | 1111 | 1100100 | 10001 |
Color Harmonies of #581600
Complementary color
Monochromatic Colors of #581600
Black with #581600
Text Example
Text Example
White with #581600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581600; }
p { color: rgb(88,22,0); }
H1.HeaderClassName
{
color: #581600;
}
.AnyTagClassName
{
color: #581600;
}
</style>
background-color css
<style>
a { background-color: #581600; }
a { background-color: rgb(88,22,0); }
div.DivClassName
{
background-color: #581600;
}
.BgClassName
{
background-color: #581600;
}
</style>
border-color css
<style>
span { border-color: #581600; }
span { border-color: rgb(88,22,0); }
td.TdClassName
{
border-color: #581600;
}
.TagClassName
{
border-color: #581600;
}
</style>