Shades of Red Oxide #581706
Tints of Red Oxide #581706
RGB
CMYK
RGB Variations
Color information
#581706 (or 0x581706) is known color: Red Oxide. HEX triplet: 58, 17 and 06. RGB value is (88,23,6). Sum of RGB (Red+Green+Blue) = 88+23+6=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #581706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581706 is #A7E8F9. Grayscale: #282828. Windows color (decimal): -11004154 or 399192. OLE color: 399192.
HSL color Cylindrical-coordinate representation of color #581706: hue angle of 12.44º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #581706 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 6 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.65 |
| HSL | 12.44º | 0.87% | 0.18% | - |
| HSV(B) | 12.44º | 0.93% | 0.35% | - |
| XYZ | 4.36 | 2.7 | 0.46 | - |
| YUV | 40.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 6 | 0 | 0.74 | 0.93 | 0.65 | 12.44 | 0.87 | 0.18 |
| Hex | 58 | 17 | 6 | 0 | 4A | 5D | 41 | C | 57 | 12 |
| Octal | 130 | 27 | 6 | 0 | 112 | 135 | 101 | 14 | 127 | 22 |
| Binary | 1011000 | 10111 | 110 | 0 | 1001010 | 1011101 | 1000001 | 1100 | 1010111 | 10010 |
Color Harmonies of #581706
Complementary color
Monochromatic Colors of #581706
Black with #581706
Text Example
Text Example
White with #581706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581706; }
p { color: rgb(88,23,6); }
H1.HeaderClassName
{
color: #581706;
}
.AnyTagClassName
{
color: #581706;
}
</style>
background-color css
<style>
a { background-color: #581706; }
a { background-color: rgb(88,23,6); }
div.DivClassName
{
background-color: #581706;
}
.BgClassName
{
background-color: #581706;
}
</style>
border-color css
<style>
span { border-color: #581706; }
span { border-color: rgb(88,23,6); }
td.TdClassName
{
border-color: #581706;
}
.TagClassName
{
border-color: #581706;
}
</style>