Shades of Red Oxide #581009
Tints of Red Oxide #581009
RGB
CMYK
RGB Variations
Color information
#581009 (or 0x581009) is known color: Red Oxide. HEX triplet: 58, 10 and 09. RGB value is (88,16,9). Sum of RGB (Red+Green+Blue) = 88+16+9=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #581009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581009 is #A7EFF6. Grayscale: #242424. Windows color (decimal): -11005943 or 594008. OLE color: 594008.
HSL color Cylindrical-coordinate representation of color #581009: hue angle of 5.32º 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 #581009 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 9 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.65 |
| HSL | 5.32º | 0.81% | 0.19% | - |
| HSV(B) | 5.32º | 0.9% | 0.35% | - |
| XYZ | 4.26 | 2.47 | 0.51 | - |
| YUV | 36.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 9 | 0 | 0.82 | 0.90 | 0.65 | 5.32 | 0.81 | 0.19 |
| Hex | 58 | 10 | 9 | 0 | 52 | 5A | 41 | 5 | 51 | 13 |
| Octal | 130 | 20 | 11 | 0 | 122 | 132 | 101 | 5 | 121 | 23 |
| Binary | 1011000 | 10000 | 1001 | 0 | 1010010 | 1011010 | 1000001 | 101 | 1010001 | 10011 |
Color Harmonies of #581009
Complementary color
Monochromatic Colors of #581009
Black with #581009
Text Example
Text Example
White with #581009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581009; }
p { color: rgb(88,16,9); }
H1.HeaderClassName
{
color: #581009;
}
.AnyTagClassName
{
color: #581009;
}
</style>
background-color css
<style>
a { background-color: #581009; }
a { background-color: rgb(88,16,9); }
div.DivClassName
{
background-color: #581009;
}
.BgClassName
{
background-color: #581009;
}
</style>
border-color css
<style>
span { border-color: #581009; }
span { border-color: rgb(88,16,9); }
td.TdClassName
{
border-color: #581009;
}
.TagClassName
{
border-color: #581009;
}
</style>