Shades of Red Oxide #581006
Tints of Red Oxide #581006
RGB
CMYK
RGB Variations
Color information
#581006 (or 0x581006) is known color: Red Oxide. HEX triplet: 58, 10 and 06. RGB value is (88,16,6). Sum of RGB (Red+Green+Blue) = 88+16+6=110 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 88 - color contains mainly: red. Hex color #581006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581006 is #A7EFF9. Grayscale: #242424. Windows color (decimal): -11005946 or 397400. OLE color: 397400.
HSL color Cylindrical-coordinate representation of color #581006: hue angle of 7.32º 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 #581006 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 6 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.65 |
| HSL | 7.32º | 0.87% | 0.18% | - |
| HSV(B) | 7.32º | 0.93% | 0.35% | - |
| XYZ | 4.24 | 2.46 | 0.42 | - |
| YUV | 36.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 6 | 0 | 0.82 | 0.93 | 0.65 | 7.32 | 0.87 | 0.18 |
| Hex | 58 | 10 | 6 | 0 | 52 | 5D | 41 | 7 | 57 | 12 |
| Octal | 130 | 20 | 6 | 0 | 122 | 135 | 101 | 7 | 127 | 22 |
| Binary | 1011000 | 10000 | 110 | 0 | 1010010 | 1011101 | 1000001 | 111 | 1010111 | 10010 |
Color Harmonies of #581006
Complementary color
Monochromatic Colors of #581006
Black with #581006
Text Example
Text Example
White with #581006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581006; }
p { color: rgb(88,16,6); }
H1.HeaderClassName
{
color: #581006;
}
.AnyTagClassName
{
color: #581006;
}
</style>
background-color css
<style>
a { background-color: #581006; }
a { background-color: rgb(88,16,6); }
div.DivClassName
{
background-color: #581006;
}
.BgClassName
{
background-color: #581006;
}
</style>
border-color css
<style>
span { border-color: #581006; }
span { border-color: rgb(88,16,6); }
td.TdClassName
{
border-color: #581006;
}
.TagClassName
{
border-color: #581006;
}
</style>