Shades of Red Oxide #581807
Tints of Red Oxide #581807
RGB
CMYK
RGB Variations
Color information
#581807 (or 0x581807) is known color: Red Oxide. HEX triplet: 58, 18 and 07. RGB value is (88,24,7). Sum of RGB (Red+Green+Blue) = 88+24+7=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #581807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581807 is #A7E7F8. Grayscale: #292929. Windows color (decimal): -11003897 or 464984. OLE color: 464984.
HSL color Cylindrical-coordinate representation of color #581807: hue angle of 12.59º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #581807 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 7 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.65 |
| HSL | 12.59º | 0.85% | 0.19% | - |
| HSV(B) | 12.59º | 0.92% | 0.35% | - |
| XYZ | 4.39 | 2.74 | 0.5 | - |
| YUV | 41.2 | 108.7 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 7 | 0 | 0.73 | 0.92 | 0.65 | 12.59 | 0.85 | 0.19 |
| Hex | 58 | 18 | 7 | 0 | 49 | 5C | 41 | D | 55 | 13 |
| Octal | 130 | 30 | 7 | 0 | 111 | 134 | 101 | 15 | 125 | 23 |
| Binary | 1011000 | 11000 | 111 | 0 | 1001001 | 1011100 | 1000001 | 1101 | 1010101 | 10011 |
Color Harmonies of #581807
Complementary color
Monochromatic Colors of #581807
Black with #581807
Text Example
Text Example
White with #581807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581807; }
p { color: rgb(88,24,7); }
H1.HeaderClassName
{
color: #581807;
}
.AnyTagClassName
{
color: #581807;
}
</style>
background-color css
<style>
a { background-color: #581807; }
a { background-color: rgb(88,24,7); }
div.DivClassName
{
background-color: #581807;
}
.BgClassName
{
background-color: #581807;
}
</style>
border-color css
<style>
span { border-color: #581807; }
span { border-color: rgb(88,24,7); }
td.TdClassName
{
border-color: #581807;
}
.TagClassName
{
border-color: #581807;
}
</style>