Shades of Red Oxide #581709
Tints of Red Oxide #581709
RGB
CMYK
RGB Variations
Color information
#581709 (or 0x581709) is known color: Red Oxide. HEX triplet: 58, 17 and 09. RGB value is (88,23,9). Sum of RGB (Red+Green+Blue) = 88+23+9=120 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.33% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 88 - color contains mainly: red. Hex color #581709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581709 is #A7E8F6. Grayscale: #282828. Windows color (decimal): -11004151 or 595800. OLE color: 595800.
HSL color Cylindrical-coordinate representation of color #581709: hue angle of 10.63º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #581709 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 9 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.65 |
| HSL | 10.63º | 0.81% | 0.19% | - |
| HSV(B) | 10.63º | 0.9% | 0.35% | - |
| XYZ | 4.38 | 2.71 | 0.55 | - |
| YUV | 40.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 9 | 0 | 0.74 | 0.90 | 0.65 | 10.63 | 0.81 | 0.19 |
| Hex | 58 | 17 | 9 | 0 | 4A | 5A | 41 | B | 51 | 13 |
| Octal | 130 | 27 | 11 | 0 | 112 | 132 | 101 | 13 | 121 | 23 |
| Binary | 1011000 | 10111 | 1001 | 0 | 1001010 | 1011010 | 1000001 | 1011 | 1010001 | 10011 |
Color Harmonies of #581709
Complementary color
Monochromatic Colors of #581709
Black with #581709
Text Example
Text Example
White with #581709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581709; }
p { color: rgb(88,23,9); }
H1.HeaderClassName
{
color: #581709;
}
.AnyTagClassName
{
color: #581709;
}
</style>
background-color css
<style>
a { background-color: #581709; }
a { background-color: rgb(88,23,9); }
div.DivClassName
{
background-color: #581709;
}
.BgClassName
{
background-color: #581709;
}
</style>
border-color css
<style>
span { border-color: #581709; }
span { border-color: rgb(88,23,9); }
td.TdClassName
{
border-color: #581709;
}
.TagClassName
{
border-color: #581709;
}
</style>